/* layout.css - contains all CSS ID block elements for layout and display  */

/* ------------------------------------------- header */

body{
  width:100%;
}

#website,
#header,
#header_top,
#content_area,
#footer {
  width:1000px;
  margin:0 auto;
  min-width: 1000px;       /* gute Browser */
  /* width: 100%; */ 
}
#website {
  margin: 30px auto 0;
}
#header {
  padding:0;
  margin:0;
}
#header_top {
  height: 154px;
  margin: 0;
  /*
  padding: 0;
  background-color: #002c53; 
  border-top:5px solid #DCD59C;
  background-image: url(images/header_bg.gif);
  */
  padding-top:1px;
  border-top:1px solid #002C53;
  background-color:transparent;
  background-position: top;
  background-repeat: repeat-x;    
  border-bottom: solid 1px #002c53;
  position:relative;
}

#header_logo_trailer {
  float:left;
  width: 1000px;
  height: 154px;
}

#logo {
  float:left;
  width:199px;
  height: 154px;
  padding:0px;
  margin:0px;
  background-color: #DCD59C;
  /*border-right: solid 1px #002c53;*/
}

#header_trailer {
  float:right;
  margin: 0;
  padding:0px;
  height: 154px;
  width:801px;
}
#header_trailer img{ 
  width:801px;
}
#header_menu_search {
  left: 790px;
  position: absolute;
  top: 10px;
  width:186px;
  clear: both;
}

#header_menu {
  color:#FFFFFF;
  font-size:12px;
  text-align: right;
  clear: both;
}

#header_menu *{
  text-transform:uppercase;
  font-size:12px;
  color:#FFFFFF;
}

#header_menu a:hover{
  text-decoration:underline;
}


#header_menu .isoff {
  font-weight:bold;
}

#header_search {
  width: 186px;
  padding-top:7px;
}

#lang_main {
  clear:both;
  padding:0px;
  width:100%;
  min-width:958px;
  height:24px;
  background-color: #002C53;
}

#lang_fontsize {
  background-color:#DCD59C;
  float:left;
  width: 170px;
  height:19px;
  text-align:right;
  padding-top:5px;
  padding-right:29px;
  border-right:solid 1px #002c53;
}

#main_menu {
  float:left;
  padding:0px;
  padding-left:18px;
}


#breadcrumbs {
  color: #666666;
  font-size: 87%;
  clear: both;
  margin: 0;
  padding: 0;
}

/* ----------------------------------------------------  content area */
#content_area {
  font-size: 100%;
  /* float: left; */
  margin: 0 auto;
  padding: 0 0 20px 0;
  /* background-image: url(images/content_bg.gif); */
  background-position: left top;
  background-repeat: repeat-y;
  background-color:#FFFFFF;
}
#content_strict {
  width: 100%;
}
#left_side {
  float: left;
  width: 199px;
  font-size: 92.32%;       /* 11px */
  margin:0;
  padding:0 0 10px 0;
  background-color:#ECEEF0;
}
#sub_menu {
  min-height:264px;/* gute Browser */
  height: auto !important; /* gute Browser */
  height: 264px;
  /* background-image: url(images/Wasserbild.jpg); */
  background-image: url('images/bg_left_menu_neu.gif');
  background-position: left top;
  background-repeat: no-repeat;  
  padding: 17px 0px 10px 0px;
  margin:0px;

}
#left_side_container {
  padding-left:10px;
  padding-right:8px;
}
#content {
  float: left;
  margin:0;
  background-color: inherit;
  font-size: 92.31%;      /* 12px */
  padding-left: 32px;
  padding-top: 19px;
  /* padding-right: 17px; */
  width: 533px;
}
#right_side {
  float: right;
  width: 186px;
  font-size: 92.31%;
  padding-top:23px;
  padding-right:20px;
}
#right_side .blockElement {
  margin-bottom:21px;
}
#right_side #search li {
  height:21px;
}
#right_side #search li input {
  margin-top:2px;
}
#service {
  border:none;
}
.clearer {
    clear: both;
    display: block;
    float: none;
    height: 0px;
    overflow: hidden;
}

/* -------------------------------------------------------  footer */
html #footer {
  clear: both;
  margin: 0 auto 20px;
  background: transparent url('images/footer.png') no-repeat top center;
  border-top: 1px solid #BBBBBB;
}
#footerLinks {
  margin:10px auto 25px;
  width:auto;
  display:table;
}
#footer ul{
  list-style-type:none;
  display:inline;
}
#footer li{
  color:#555555;
  display:inline;
  padding: 2px 5px;
}
#lw_link {
  width: 99%;
  font-size: 80%;
  text-align: right;
  background-color: #FFFFFF;
}
.list_newstable .td-0 {
  width:90px;
  text-align:right;
  vertical-align:top;
}
.csc-default {
	margin-bottom:25px;
}
#content .csc-default .csc-header {
	margin-bottom:10px;
}

