@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  background: #cecbce url(../images/background.png) repeat-x scroll 0% 50%;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #061c37;
}
* {
  margin: 0px;
  padding: 0px;
}
#header {
  padding: 9px;
  width: 900px;
  height: 200px;
  background-color: #ffffff;
  margin-bottom: 7px;
  margin-top: 20px;
}
#picture {
  width: 900px;
  height: 200px;
  background-image: url(../images/banner_900x200.gif);
  background-repeat: no-repeat;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#header h1 {
  position: relative;
  display: block;
  float: right;
  top: 2px;
  margin-right: 2px;
  font-size: 12px;
  color: #cecbce;
}
#container {
  margin: 0px auto;
  width: 914px;
}
#main {
  display: block;
  background-color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
    width: 918px;
}
.leftcol h2 {
  text-align: left;
  font-size: 21px;
  color: #1d5174;
  margin-bottom: 6px;
  margin-left: 0px;
  margin-top: 0px;
}
.leftcol h2 a, h2 a:visited {
  text-decoration: none;
  color: #1d5174;
}

.leftcol h2 a:hover {
  color: #1d5174;
  font-style: italic;
}

.maincol h2 {
  color: #498dd8;
  margin-bottom: 3px;
  margin-top: 16px;
  text-align: center;
  font-size: 21px;
}
.maincol p {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 30px;
  margin-right: 0px;
}
.clear {
  clear: both;
}

#leftcol_container, #maincol_container {
  float: left;
  margin-left: 10px;
  height: 450px;
}

#leftcol_container {
  width: 220px;
}
#maincol_container {
  width: 667px;
}

.leftcol_bottom {
  background-image: url(../images/leftcol_bottom.png);
  background-repeat: no-repeat;
  width: 220px;
  height: 13px;
  margin-bottom: 13px;
}
.maincol{
  padding: 5px 5px 5px 10px;
  clear: both;
}

.leftcol {
  display: block;
  background-color: #a5b6c6;
  background-image: url(../images/leftcol_top.png);
  background-repeat: no-repeat;
  width: 205px;
  height: 427px;
  padding: 5px 5px 5px 10px;
  clear: both;
}
.maincol {
  display: block;
  background-image: url(../images/maincol_top.png);
  background-repeat: no-repeat;
  background-color: #ced7e7;
  width: 655px;
  height: 427px;
}

.maincol a, a:visited, a:hover {
  text-decoration: none;
}
.maincol a:hover {
  font-style: italic;
}
.maincol a {
  color: #061c37;
}

.leftcol ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-size: 15px;
  font-weight: bold;

}
.leftcol ul a, ul a:visited, ul a:hover {
  text-decoration: none;
  color: #ced7e7;
}
.leftcol ul a:hover {
  color: #ced7e7;
  font-style: italic;
}

.leftcol li a {
  padding: 5px;
}


.maincol_bottom {
  background-image: url(../images/maincol_bottom.png);
  background-repeat: no-repeat;
  background-color: #ced7e7;
  width: 670px;
  height: 13px;
  margin-bottom: 13px;
}
#footer h3 {
  width: inherit;
  text-align: center;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 10px;
}
#footer h3 a, h3 a:visited, h3 a:hover {
  text-decoration: none;
  color: #1d5174;
  font-weight: inherit;
}

.Normalblackfett {  
  font-weight: bold;
  font-style: normal;
}
