/***************************************************************************
* General Settings
***************************************************************************/

* {
  margin: 0px;
  padding: 0px;
}

a { text-decoration: none }

h1,h2,h3,h4,h5,h6 {
  font-size: 1em;
}

.listMenu { list-style: none; }

.listMenu li { float: left; }

body {
  font-family: Arial;
  font-size: 12px;
  text-align: center;
}

#container {
  margin: 0px auto 0px auto;
  width: 970px;
}

/***************************************************************************
* Header
***************************************************************************/

#header {
  height: 110px;
  width: 100%;
}

#headerTop {
  background: #8d8d8d;
  border-bottom: #fff 1px solid;
  height: 20px;
  width: 100%;
}

#headerImage {
  background: url(../img/header_image_bg.jpg) repeat-y;
  float: left;
  height: 89px;
  width: 790px;
}

#headerImageSidebar {
  background: url(../img/header_image_sidebar.jpg) 14px 12px no-repeat;
  float: left;
  height: 89px;
  width: 200px;
}

#linkHome {
  height: 76px;
  margin: 13px auto auto 15px;
  width: 169px;
}

#linkHome a {
  display: block;
  height: 100%;
}

#headerImageMain {
  background: url(../img/header_image_main.jpg) 23px 32px no-repeat;
  float: right;
  height: 89px;
  width: 590px;
}

#headerImageCat {
  background: url(../img/header_image_cat.jpg) no-repeat;
  float: right;
  height: 89px;
  width: 180px;
}

/* Settings for the Language Menu
**************************************/

/* Language Menu Container */
#header #langMenu {
  float: left;
  margin-top: 3px;
  padding-left: 20px;
  text-align: left;
  width: 90px;
}

/* Languags Label ("Sprache" / "Language") */
#header #langMenu span {
  color: #fff;
  float: left;
  margin-right: 5px;
}

/* Languags Flag */
#header #langMenu img {
  margin-top: 2px;
}

/* Settings for the Language Menu
**************************************/

#header #printPage {
  float: left;
  margin: 2px 0 0 100px;
}

#header #printPage a {
  color: #fff;
}

#header #printPage img {
  margin: 4px 5px 0 0;
}

/* Settings for the Tip A Friend Link
**************************************/

#header #tipAFriend {
  float: left;
  margin: 3px 0 0 40px;
}

#header #tipAFriend a {
  color: #fff;
  font-weight: normal;
}


#header #tipAFriend img {

}

/* Settings for the Logout Button
**************************************/

#logout {
    float: right;
    margin-right: 20px;
    padding-top: 3px;
}
#logout a {
    color: #edf0f9;
    font-weight: bold;
}

/* Settings for the Header Menu
**************************************/

#header #headerMenu {
  float: right;
  list-style: none;
  margin-right: 5px;
  padding-top: 3px;
}

#header #headerMenu li {
  color: #fff;
  float: left;
}

#header #headerMenu a {
  color: #fff;
  font-weight: bold;
}

#header #headerMenu a:hover {
  text-decoration: underline;
}

#header #headerMenu .activeItem a {
  text-decoration: underline;
}

/***************************************************************************
* main
***************************************************************************/

#main {
  background: url(../img/main_bg.gif) 15px 0px repeat-y;
  float: left;
  margin-top: 8px;
  width: 970px;
}

/***************************************************************************
* sidebar
***************************************************************************/

#sidebar {
  float: left;
  width: 185px;
}

#sidebarMenu {
  background: #edf0f9;
  margin-left: 15px;
  width: 169px;
}

#sidebarMenu h2 {
  background: #e6e6e6;
  color: #000080;
  font-size: 1.2em;
  margin-bottom: 10px;
  width: 100%;
}
#sidebarMenu h2 a { color: #000080; }


#sidebarMenu h3 {
  background: #d7eaf5;
  color: #000080;
  font-size: 1.2em;
  margin-bottom: 10px;
  width: 100%;
}
#sidebarMenu h3 a { color: #000080; }

#sidebarMenu ul {
  list-style: none;
  text-align: left;
  width: 155px;
}

#sidebarMenu .mainItemTop {
  border-bottom: 4px solid #d2d2d2;
  color: #5d68c2;
  font-weight: bold;
  height: 54px;
  margin: auto auto 10px 12px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 144px;
}

#sidebarMenu .mainItemTop p {
  bottom: 0;
  position: absolute;
}

#sidebarMenu .subList {
  margin-left: 12px;
}

#sidebarMenu .subList a {
  color: #000;
}

#sidebarMenu .subsubList {
  left: -5px;
  padding-bottom: 5px;
  position: relative;
}

#sidebarMenu .subsubList li {
  background: url(../img/sidebar_menu_button_li.gif) no-repeat;
  margin-bottom: 5px;
  width: 155px;
}

#sidebarMenu .subsubList li:hover {
  background: url(../img/sidebar_menu_button_li_hov.gif) no-repeat;
}

#sidebarMenu .subsubList a {
  background: url(../img/sidebar_menu_button_a.gif) bottom no-repeat;
  color: #5d68c2;
  display: block;
  font: 0.9em;
  font-weight: bold;
  line-height: 15px;
  padding: 3px 0 3px 6px;
  width: 149px;
}

#sidebarMenu .subsubList a:hover {
  background: url(../img/sidebar_menu_button_a_hov.gif) bottom no-repeat;
  color: #fff1ce;
}

#sidebarMenu .subsubList .activeLink {
  background: url(../img/sidebar_menu_button_a_hov.gif) bottom no-repeat;
  color: #fff1ce;
}

#sidebarMenu .subsubList .activeListItem {
  background: url(../img/sidebar_menu_button_li_hov.gif) no-repeat;
}

/***************************************************************************
* MainContent (Container wrapping Main Navigation and Content on the right)
***************************************************************************/

#mainContent {
  float: right;
  overflow: hidden;
  width: 770px;
}

/***************************************************************************
* Navigation (Menu and Sub Menu on the right)
***************************************************************************/

#contentMenu {
  height: 18px;
  margin: 5px auto auto 18px;
}

#contentMenu li {
  margin-right: 1px;
}

#contentSubMenu {
  color: #5a6ac1;
  height: 15px;
  margin: 12px auto auto 20px;
}

#contentSubMenu li {
}

#contentSubMenu a {
  color: #5a6ac1;
  font-weight: bold;
}

#contentSubMenu a:hover {
  text-decoration: underline;
}

#contentSubMenu .activeItem a {
  text-decoration: underline;
}

/***************************************************************************
* Content (Area below the Main Menu and Sub Menu on the right)
***************************************************************************/

#content {
  margin-top: 4px;
  padding: 20px 58px 20px 18px;
  text-align: left;
}

#content h1 {
  clear: left;
  color: #5969c0;
  font-size: 1.8em;
  font-weight: normal;
  margin-bottom: 20px;
}

#content h2 {
  background: #e6e6e6;
  color: #000080;
  font-size: 1.2em;
  margin-bottom: 10px;
  width: 100%;
}

#content h3 {
  background: #d7eaf5;
  color: #000080;
  font-size: 1.2em;
  margin-bottom: 10px;
  width: 100%;
}

#content a {
  color: #5d69bf;
  text-decoration: underline;
}

/* Caption for content images */
.csc-textpic-caption {
  font-size: 0.9em;
  padding-top: 3px;
}

#content ul,ol {
  margin-left: 18px;
}

#content table {
  border-collapse: collapse;
}

/* Custom Border Styles */
.customBorder1 {
  background: #eee;
  float: left;
  padding: 10px;
}

/* Settings for the Tip A Friend Form
**************************************/

#content .tableTipAFriend {

}

#content .tableTipAFriend tr {
}

#content .tableTipAFriend td {
  background: #fff;
  padding-bottom: 10px;
}

#content .tableTipAFriend .tdLabel {
  width: 250px;
}

/* Settings for the Contact Form
**************************************/

.csc-mailform {
  border: none;
}

.csc-mailform-field {
  margin-top: 10px;
}

.csc-mailform-field label {
  display: block;
  float: left;
  line-height: 18px;
  margin-right: 10px;
  text-align: right;
  width: 250px;
}

.csc-mailform-label {
  display: block;
  font-weight: bold;
  text-align: right;
  width: 250px;
}

.csc-mailform-check {
  margin-top: 3px;
}

.csc-mailform-field select {
  width: 60px;
}

.csc-mailform-field #mailformInformation {
  width: auto;
}

/* Settings for the Sitemap Menu
**************************************/

.tx-flseositemap-pi1 ul {
  list-style: none;
}

#content .tx-flseositemap-pi1 a { text-decoration: none; }

#content .tx-flseositemap-pi1 a:hover { text-decoration: underline; }

#content .tx-flseositemap-pi1 .list {
  margin: 0;
}

.tx-flseositemap-pi1 .deep0 {
  float: left;
  width: 100%;
}

.tx-flseositemap-pi1 li.deep0 {
  border: 1px solid #fff;
  width: 24%;
}

.tx-flseositemap-pi1 ul li a {
  background: #d7eaf5;
  border: 1px solid #fff;
  display: block;
  color: #000080;
  font-weight: bold;
  height: 100%;
  padding-left: 5px;
}

.tx-flseositemap-pi1 .deep1 a {
  background: #e6e6e6;
  font-weight: normal;
}

.tx-flseositemap-pi1 .deep2 a {
  background: #f8f8f8;
  padding-left: 10px;
}

/* Classes of the RTE
**************************************/
#content p.align-center {
  text-align: center;
}

#content p.align-justify {
  text-align: justify;
}

#content p.align-right {
  text-align: right;
}

#content td.align-center {
  text-align: center;
}

#content td.align-justify {
  text-align: justify;
}

#content td.align-right {
  text-align: right;
}

#content th.align-left {
  text-align: left;
}

#content th.align-center {
  text-align: center;
}

#content th.align-justify {
  text-align: justify;
}

#content th.align-right {
  text-align: right;
}

.contentBorder {
  background: url(../img/content_border.gif) no-repeat;
  float: left;
  height: 4px;
  margin-top: 4px;
  overflow: hidden;
  width: 730px;
}

/***************************************************************************
* Footer
***************************************************************************/

#footer {
  background: url(../img/footer_bg.gif) no-repeat;
  clear: both;
  height: 30px;
}

#footerMenu {
  padding-top: 8px;
  text-align: center;
}

#footerMenu li {
  display: inline;
  float: none;
  margin: 0 10px;
}

#footerMenu a {
  color: #5a69be;
}





