/* CSS Document */

body {
background-image: url(../bilder/background.gif);
background-repeat: repeat-x;
background-color: #9B9FB3;
padding:0px;
margin:0px;
font-family: verdana, arial;
}

#startseite_rahmen {
border: 0px solid #5F6376;
position:absolute;
height:440px; 
width:790px;
margin:-220px 0px 0px -395px;
top: 50%; 
left: 50%;
text-align: left;
padding: 0px;
overflow: auto;
}

#startseite_hinweiszeile {
position:absolute;
height:20px; 
width:730px;
margin:225px 0px 0px -365px;
top: 50%; 
left: 50%;
text-align: right;
padding: 0px;
overflow: auto;
font-size: 9px;
color: #72778E;
}

#startseite_spalte_1 {
float: left;
width: 150px;
height: 440px;
}

#startseite_spalte_2 {
float: left;
width: 310px;
height: 440px;
}

#startseite_spalte_3 {
float: left;
width: 330px;
height: 440px;
}

#startseite_z1_s1 {
width: 150px;
height: 40px;
background-color: #8388A0;
}

#startseite_z1_s2 {
background-color: white;
width: 310px;
height: 40px;
}

#startseite_z1_s3 {
width: 330px;
height: 40px;
background-color: #8388A0;
}

#startseite_z2_s1 {
background-color: #72778E;
width: 150px;
height: 330px;
}

#startseite_z2_s2 {
width: 310px;
height: 400px;
}

#startseite_z2_s3_logo {
background-color: #72778E;
width: 330px;
height: 200px;
text-align: center;
padding-top: 130px;

}

#startseite_z3_s1_sprachwahl {
background-color: #8388A0;
width: 130px;
height: 20px;
text-align: center;
padding-top: 50px;
font-size: 9px;
color: white;
text-transform: uppercase;
font-weight: bold;
padding-left: 20px;
}

#startseite_z3_s3 {
width: 330px;
height: 70px;
background-color: #8388A0;
}

#sprachwahl {
   list-style-type: none;
   margin:	0;
   padding: 0;
   }
   

#sprachwahl li {
   float: left;
   height: 16px;
}

* html  #sprachwahl li a {
   text-decoration: none;
   color: #C1C4D0;
   display: block;
   padding: 0px 0px;
    height: 16px;
	width: 1px;
}

#sprachwahl li a {
   text-decoration: none;
   color: #C1C4D0;
   display: block;
   padding: 0px 0px;
    height: 16px;

}

#sprachwahl li a:hover {
   color: white;
   }
