/* CSS Document */
html{
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
}
span{
font-weight:bold;
font-size:14px;
text-decoration:underline;
}
/* Klassen */
.center{
position:absolute;
left:50%;
margin-left:-400px;
}
.header1{
width:800px;
margin:0px;
padding:0px;
text-align:center;
font-size:16px;
font-weight:bold;
}
.header2{
width:800px;
border-bottom:solid #000000 1px;
margin:0px;
padding:0px;
text-align:center;
font-size:14px;
}
.navigation1{
float:left;
width:250px;
text-align:center;
}
.navigation2{
width:225px;
height:25px;
line-height:25px;
text-align:left;
text-indent:10px;
background-color:#EAEAEA;
border:solid 1px #CCCCCC;
}
.navigation2a{
width:225px;
height:25px;
line-height:25px;
text-align:left;
text-indent:10px;
background-color:#CCCCCC;
border:solid 1px #CCCCCC;
}
.content{
position:absolute;
left:250px;
width:550px;
}
/* Links */
.a{
display:block;
margin:0px;
padding:0px;
width:100%;
height:25px;
line-height:25px;
}
a:link { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:hover { text-decoration:none; color:#000000; background-color: #CCCCCC; }
a:active { text-decoration:none; color:#000000; }
