/***************************************************************************
* General Settings
***************************************************************************/

* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #fff;
  color: #000;
  font: 11px Arial, Helvetica, sans-serif;
  height: 125%;
  text-align: center;
}

#container {
  height: auto !important;
  height: 100%;
  left: 50%;
  margin-left: -475px;
  min-height: 100%;
  position: absolute;
  text-align: left;
  width: 950px;

}

/* the following rule is recognized only by IE */
* html body #container {
  margin-left: -474px;
}


a {
  color: #005386;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0px;
}

h2, h3, h4 {
  color: #005386;
  font-size: 1em;
}

h5 {
  color: #000;
  font-size: 1.2em;
}

.clearAfter:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearAfter {height: 1%;}
/* End Holly Hack */

/***************************************************************************
* Header
***************************************************************************/

#header {
  background: url(../img/logo.jpg) no-repeat top right;
  height: 190px;
  width: 950px;
}

#headerTop {
  height: 30px;
  padding-top: 20px;
  width: 700px;
}


#headerImg {
  margin: 0 0 0 7px;
}


#staticMenu {
  height: 21px;
  margin-left: 7px;
  width: 700px;
}

#staticMenu a {
  color: #c1c1c1;
  text-decoration: none;
}

#staticMenu a:hover {
  text-decoration:  underline;
}

#staticMenu ul {
  list-style: none;
}

#langMenu {
  color: #c1c1c1;
  float: left;
  height: 21px;
  line-height: 1.8em;
  margin-left: 7px;
  width: 170px;
}

#langMenu a {
  color: #c1c1c1;
  text-decoration: none;
}
#langMenu a:hover {
  text-decoration: underline;
}
#langMenu a.active {
    color: #005380;
}


#menuTop {
  float: left;
  height: 21px;
  line-height: 1em;
  width: 500px;
}

#menuTop ul {
  height: 21px;
  line-height: 1.8em;
  list-style: none;
}

#menuTop ul li {
  color: #005380;
  float: left;
}

#menuTop ul li a {
  color: #005380;
  padding: 0 10px;
  text-decoration: none;
}

#menuTop ul li a:hover {
  text-decoration: underline;
}

#menuTop ul li.active a {
  color: #bf0040;
}

.homeLink {
  display: block;
  height: 93px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  width: 183px;
}

.homeLink:hover {
  text-decoration: none;
}


#mainMenu {
  background: #005380;
  height: 21px;
  margin-left: 7px;
  padding-left: 175px;
  width: 636px;
}

#mainMenu ul {
  height: 21px;
  line-height: 1.8em;
  list-style: none;
}

#mainMenu ul li {
  color: #fff;
  float: left;
}

#mainMenu ul li a {
  color: #fff;
  padding: 0 10px;
}

#mainMenu ul li.active a {
  color: #bf0040;
}

/***************************************************************************
* Main
***************************************************************************/

#main {
  margin-left: 7px;
  min-height: 300px;
  position: relative;
  width: 811px;
}

#main ul {
  list-style: none;
}

#arrow {
  background: url(../img/arrow.png) no-repeat;
  height: 27px;
  left: -18px;
  position: absolute;
  top: 27px;
  width: 27px;
}


#sidebar {
  background: #e9edf1;
  float: left;
  min-height: 300px;
  padding-top: 20px;
  width: 175px;
}

#menuTitle {
  color: #005380;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1px;
  padding-left: 10px;
}

#sidebarMenu ul {
  font: 12px Arial, Helvetica, sans-serif;
  list-style: none;
  margin: 20px 0 0 12px;
}

#sidebarMenu ul li {
  color: #3C323A;
  height: auto;
  margin: 5px 0;
  padding: 0 0 0 0;
}

#sidebarMenu ul li a {
  background: url(../img/menu_inactive.jpg) left 3px no-repeat;
  color:  #656D70;
  display: block;
  padding-left: 10px;
  text-decoration: none;
}

#sidebarMenu ul li.last a {
  margin-top: 20px;
}

#sidebarMenu ul li.active a {
  background: url(../img/menu_active.jpg) left 3px no-repeat;
  color: #005380;
  display: block;
}

#sidebarMenu ul li.active-sub a {
  background: url(../img/menu_active.jpg) left 3px no-repeat;
  color: #005380;
}

#sidebarMenu ul li a:hover {
  color: #005386;
}

#sidebarMenu ul li.menuSidebar-sub1 {
  color: #3C323A;
  height: auto;
  margin: 2px 0;
  padding: 0 0 0 10px;
  width: 165px;
}

#sidebarMenu ul li.menuSidebar-sub1 a {
  color:  #3C323A;
  display: block;
  text-decoration: none;
  width: 165px;
}

#sidebarMenu ul li.menuSidebar-sub1 a:hover {
  color: #333333;
}

#sidebarMenu ul li.menuSidebar-sub1.active a {
  background: url(../img/menu_active.jpg) left 3px no-repeat;
  color: #005386;
}

#sidebarMenu ul li.menuSidebar-sub2 {
  color: #3C323A;
  height: auto;
  margin: 5px 0;
  padding: 0 0 0 20px;
  width: 165px;
}

#sidebarMenu ul li.menuSidebar-sub2 a {
  color:  #3C323A;
  display: block;
  text-decoration: none;
  width: 165px;
}

#sidebarMenu ul li.menuSidebar-sub2 a:hover {
  color: #333333;
}

#sidebarMenu ul li.menuSidebar-sub2.active a {
  background: url(../img/menu_active.jpg) left 3px no-repeat;
  color: #005386;
}

#content {
  float: left;
  min-height: 300px;
  padding-left: 10px;
  padding-top: 20px;
  width: 450px;
}

#content ul {
  list-style: disc;
}

#content .detail {
  color: #005380;
}

#content .important {
  color: #bf0040;
}

#content .name-of-person {
  color: #005380;
}


#rootline {
  color: #005380;
  font-family: Tahoma;
  font-size: 1.2em;
  font-weight: bold;
  padding: 20px 0 20px 0;
  margin-left: -5px;
}

#content .csc-header {
  margin-bottom: 10px;
}

#content .csc-textpic {
  margin: 0 10px;
}

#content .csc-textpic-caption {
  font-size: 9px;
  font-style: italic;
  margin-bottom: -2px;
}

#content ul li {
  background: url(../img/bulletpoint.gif) left 4px no-repeat;
  margin-left: 10px;
  padding-left: 7px;
}

#content ol li {
  margin-left: 10px;
}

/* Holly Hack Targets IE Win only \*/
* html #main #contentSpecial {
  width: 165px;
}
/* End Holly Hack */

#contentSpecial {
  float: left;
  min-height: 300px;
  padding: 20px 0 10px 0;
  width: 175px;
}

#contentSpecial ul li {
  margin-left: 10px;
}

#contentSpecial ol li {
  margin-left: 10px;
}

#contentSpecial .csc-header {
  margin-bottom: 10px;
}

#contentSpecial p.bodytext {
  margin-left: 0px;
}

#content .csc-textpic {
  margin: 0;
  float: left;
}

#content .tx-abteaserlist-pi1 {


}

#content .t1_teaserItem {
    border-bottom: 1px solid #000;
    float: left;
    padding-bottom: 20px;
    width: 600px;
}

#content .t1_teaserItem .t1_teaserHeaderAndText {
    float: left;
    width: 490px;
}

#content .t1_teaserItem .t1_teaserDateAndImage {
    float: right;
    padding-left: 10px;
    width: 100px;
}

#content .t1_teaserItem .t1_teaserItemHeader {
    float: left;
    font-size: 1.2em;
    width: 490px;
}

#content .t1_teaserItem .t1_teaserItemText {
    float: left;
    margin-top: 8px;
    width: 490px;
}

#content .t1_teaserItem .t1_teaserItemDate {
    font-size: 1.2em;
    font-weight: bold;
}

#content .t1_teaserItem img {
    float: left;
    margin-top: 16px;
}

#content .t2_teaserItem {
    background: #fff;
    display: block;
    float: none;
    height: 20px;
    margin: 0;
    margin-top: 10px;
    min-height: 0px;
    overflow: hidden;
    padding: 0;
    width: 600px;
}

#content .t2_teaserItem .t2_teaserItemHeader {  
    float: left;
    font-weight: normal;
    padding: 0;
    width: 510px;
}

#content .t1_teaserItem .img {
    float: left;
}

/***************************************************************************
* Footer
***************************************************************************/

#footer {
  clear: both;
  margin-left: 7px;
  padding: 10px 0;
  position: static;
  width: 811px;
}

#footer a {
  color: #bfbfbf;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline ;
}

#qlinks {
  background: #005380;
  height: 20px;
  width: 811px;
}

#qlinks ul {
  line-height: 1.8em;
  list-style: none;
  margin-left: 180px;
}

#qlinks ul li {
  float: left;
}

#qlinks ul li a {
  color: #fff;
  font-weight: bold;
}

#copyright {
  clear: both;
  color: #c1c1c1;
  height: 21px;
  line-height: 1.8em;
}

/* Mail Formular
*****************************/

#content .csc-mailform {
  border: none;
  margin: 5px;
  padding: 5px;
}

#content legend {
  display: none;
}

#content .csc-mailform input,
#content .csc-mailform select {
  width: 150px;
}

#content .csc-mailform fieldset {
  border: none;
  padding: 5px 5px 0 5px;
}

#mailformname {
  border: 1px solid #137ca5;
  margin-left: 10px;
}

#mailformemail {
  border: 1px solid #137ca5;
  margin-left: 30px;
}

#mailformaddress {
  border: 1px solid #137ca5;
  margin-left: 3px;
}

#content .csc-mailform-field {
  text-align: left;
  margin: 2px;
}

#content .csc-mailform-field label {
  line-height: 1.5em;
  vertical-align: top;
}


#content .csc-mailform fieldset legend {
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px;
}

#content .csc-mailform fieldset dl {
  width: auto;
}

#content .csc-mailform fieldset dt {
  float: left;
  margin-right: 6px;
  padding: 0 0 .5em 0;
  text-align: right;
  width: 80px;
}

#content .csc-mailform fieldset dd {
  padding: 0 0 .5em 0;
  width: auto;
}

#content .csc-mailform fieldset textarea {
  width: 300px;
}

#content .csc-mailform .csc-mailform-check {
  border: none;
  width: auto;
}

#content .csc-mailform .csc-mailform-submit {
  border: 1px solid #137ca5;
  color: #137ca5;
  float: right;
  font-size: 0.9em;
  margin: 5px 15px 0 0;
  padding: 0 3px;
  text-align: center;
  width: auto;
}

#content .t1_teaserItemHeader,
#content .t1_teaserItemHeader a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
