html {
  
}
body {
  padding: 0px;
  margin: 0px;
  background: #798F9F;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#bg_container {
  margin: 0 auto;
  width: 840px;
  background-image: url('pics/schatten_rand.gif');
}
#container {
  margin: 0 auto;
  width: 800px;
}
#header {
  height: 146px;
  width: 100%;
  overflow: hidden;
}
  #header_logo {
    float: left;
    width: 200px;
  }
  #header_bild {
    margin-left: 202px;
  }
  #header_bild img {
    border: 0px hidden;
    width: 598px;
  }
#main {
  margin-top: 2px;
}
  #left_col {
    float: left;
    width: 200px;
  }
    #menu {
      background-image: url('pics/menu_bg.png');
      background-repeat: repeat-y;
    }
      .first_level {
        margin: 0px;
        list-style-image: url('pics/dot.gif');
        list-style-position: inside;
        padding: 5px 15px 5px 20px;
      }
        .first_level li {
          border-bottom: 1px dotted #AB1919;
          padding: 3px 0px 6px 0px;
        }
		.first_level li.last_item  {
		  border-bottom: 0px hidden;
		}
      .second_level {
        padding: 5px 0 0px 0;
        margin: 0px;
        list-style: none;
        list-style-position: inside;
      }
        .second_level li {
        padding: 10px 0 5px 0;
          border: 0px hidden;
          font-weight: bold;
        }
      .third_level {
        padding: 0px 0 0 0;
        list-style-image: url('pics/dot2.gif');
        list-style-position: inside;
      }
        .third_level li {
          padding: 0px 0px;
          font-weight: normal;
        }
      .active {
        font-weight: bold;
      }
    #languages {
      margin-top: 2px;
      background: #7B9FBA;
      padding: 14px 0 8px 0;
    }
      #languages .language {
        height: 20px;
        margin-left: 25px;
        
      }
      #languages .language_flag {
        float: left;
        
      }
      #languages .language_text {
        margin-left: 25px;
      }
    #left_content_container {
      margin-top: 2px;
      background: #DFEBF4;
      text-align: center;
	  margin-bottom: -12px;
    }
  #right_col {
    margin-left: 202px;
  }
    #sub_header_bilder {
      display: inline-block;
    }
      #sub_header_box_1, #sub_header_box_2, #sub_header_box_3 {
        height: 103px;
        overflow: hidden;
        float: left;
      }
      #sub_header_bild_1, #sub_header_bild_2, #sub_header_bild_3 {
        height: 103px;
        border: 0px hidden;
      }
      #sub_header_box_2, #sub_header_box_3 {
        margin-left: 2px;
      }
      #sub_header_box_1, #sub_header_bild_1 {
        width: 157px;
      }
      #sub_header_box_2, #sub_header_bild_2 {
        width: 182px;
      }
      #sub_header_box_3, #sub_header_bild_3 {
        width: 255px;
      }
    #content_container {
      /*height: 595px; /*                  dynamisch */
      background: #DFEBF4;
      margin-top: 0px;
	  padding: 0px 25px;
    }
#footer {
  margin-top: 2px;
}
  #footer_left_col, #footer_right_col {
    height: 32px;
  }
  #footer_left_col {
    width: 200px;
    float: left;
    background: #AB1C18;
    color: #FFFFFF;
    text-align: center;
  }
	#footer_left_col div {
	  padding: 9px 0 0 0;
	}
  #footer_right_col {
    margin-left: 202px;
    background: #7B9FBA;
    text-align: right;
  }
    #footer_menu {
      padding: 9px 10px 0 0;
    }
    #footer_menu span {
      color: #003366;
      margin: 0 7px;
    }
p.bodytext {
  line-height: 180%;
  margin-bottom: 20px;
}
a:link, a:visited, a:active {
  color:#003366;
  text-decoration: none;
}
a:hover {
  color:#666666;
}
#content_container a:link, #content_container a:visited, #content_container a:active {
  font-weight: bold;
}
#content_container a:hover {
  text-decoration: underline;
}
h1, h2 {
  color: #003366;
}
h1 {
  font-weight: bold;
}
h2 {
  font-size: 18px;
  font-weight: normal;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 11px;
  font-weight: bold;
}
ul li {
  margin-top: 5px;
}


/* Tabellen */
.contenttable {
  border-collapse: collapse;
}
.contenttable td {
  padding: 5px 15px;
  border: 1px solid #7B9FBA;
}
.contenttable .tr-0 {
  background-color: #7B9FBA;
  color: #FFFFFF;
  font-weight: bold;
}


.divider {
  border-bottom: 1px solid #7B9FBA;
}


ul {
  list-style: inside;
  padding-left: 0px;
}


.csc-sitemap ul {
  padding: 0 0 0 30px;
}


