/* GLOBAL */

html{
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
background-color: white;
margin: 0;
padding: 0;
height: 100%;
}

body{
font-family: verdana, geneva, arial, helvetica, sans-serif;
font-size: 11px;
background-color: white;
margin: 0;
padding: 0;
color: #2C5196;
}

img{
border: 0;
}

p{
margin: 5px 0 5px 0;
}

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

/* LINKS */

a{
text-decoration: none;
color: #007EE1;
}

a:hover{
text-decoration: none;
color: #0B2861;
}

a.link_header{
text-decoration: none;
color: #FFFFFF;
}

a.link_header:visited{
text-decoration: none;
color: #FFFFFF;
}


a.link_header:hover{
text-decoration: none;
color: #AFC4D7;
}

/* CONTAINER */

.container{
background: url(img/header.gif) top center no-repeat;
width: 100%;
}

.container_header{
width: 990px;
margin: 0 auto 0 auto;
}

.container_header_lang{
height: 22px;
width: 350px;
margin: 0 0 0 22px;
float: left;
color: #FFFFFF;
line-height: 20px;
}

.container_header_menue{
height: 22px;
width: 500px;
margin: 0 22px 0 0;
float: right;
text-align: right;
line-height: 20px;
}

.container_content{
clear: both;
width: 900px;
margin: 0 auto 0 auto;
overflow: hidden;
}

.logo {
width: 700px;
margin: 0 auto 0 auto;
text-align: center;
}

.container_sub{
width: 225px;
float: left;
}

/* CONTENT ALLGEMEIN */

.clear {
height: 0px;
overflow: hidden;
clear: both;
width: 100%;
}

.trenner {
clear: both;
border-bottom: 1px solid #C3D0E3;
display: block;
height: 9px;
width: 80%;
margin: 0 auto 9px auto;
}

.trenner2 {
clear: both;
background: #DEDEE8;
display: block;
height: 1px;
width: 572px;
margin: 10px auto 4px auto;
}

.ueberschrift {
text-align: center;
font-weight: bold;
}

.ueberschrift2 {
clear: both;
height: 20px;
background: #6780B3;
color: #FFFFFF;
font-weight: bold;
width: 572px;
margin: 0 auto 4px auto;
line-height: 19px;
}

.button {
  margin: 9px 0 0 0;
  padding: 0px;
  border: 0px;
  background: url(img/button.gif);
  background-position: 0 0;
  width: 100px;
  height: 21px;
  font-family: verdana;
  font-size: 10px;
  color: #000;
}

.button:hover {
  background-position: 0 -21px;
  cursor: pointer;
  color: #404040;
}
