html, body{
background-color:#87CEEB;
font-family: frutiger, verdana, arial, sans-serif;
font-size:12px;
line-height:150%;
color:black;
margin:30px 0px;
padding: 0px;
text-align:center; /* für IE5, der das zentrieren nicht auf den Inhalt sondern auf die Box bezieht */
}

a:link{color:white;text-decoration:underline;}
a:visited{color:white;text-decoration:underline;}
a:hover{color:red;text-decoration:underline;}
a:active{color:red;text-decoration:underline;}


#box_seite{
color:black;
background-color:#87CEEB;
width:480px;
margin:0px auto; /*zentrieren der Seitenbox */
text-align: left; /* wegen IE5 */
padding:0px;
border: 0px dashed black;

}

#textbox_std{
margin: 0px; 
padding: 0px;
color: white;
border: 0px solid green;
z-index:2;
}


h1{
font-size:24px;
font-weight:bolder;
margin-bottom:24px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
text-align:center;
line-height:150%;
}

h2{
font-size:18px;
color: white;
font-weight:bolder;
margin-bottom:18px;
margin-left:auto;
margin-right:auto;
text-align:center;
line-height:150%;
}





