/* CSS Document */

/*Allgemeines*/
body{
color:#000000;
background-color:#CC9900;
font-family:"Times New Roman", Times, serif;
font-size:14px;
}

/*Layout*/
.text{
color:#000000;
background-color:#CC9900;
font-size: 14px;
}

.inhalt{
padding-left: 10px;
padding-right: 10px;
color:#000000;
font-size: 14px;
}

.titelleiste{
color:#000000;
background-color:#CC9900;
font-family:"Times New Roman", Times, serif;
font-size:200%;
text-align:center;
height:40px;
padding-top:10px;
}

.banner{
width:1000px;
height:150px;
vertical-align:top;
}

.linkleiste{
color:#000000;
background-color:#993300;
font-family:"Times New Roman", Times, serif;
font-size:16px;
text-align:center;
vertical-align:middle;
line-height:20px;
padding-top:4px;
}

.navigation{
color:#000000;
background-color:#993300;
font-family:"Times New Roman", Times, serif;
font-size:24px;
width:210px;
vertical-align:middle;
}

/*Navigationshauptpunkte*/

.hauptpunkt{
color:#CC9900;
background-color:#993300;
font-family:"Times New Roman", Times, serif;
font-size: 18px;
width:210px;
height:20px;
padding-left:10px;
border-style:solid;
border-width:1px;
border-color:#000000;
text-align:left;
}

/*Navigationsmenue*/

.unterpunkte
{
display:block;
color:#CC9900;
background-color:#996600;
font-family:"Times New Roman", Times, serif;
font-size:14px;
text-decoration:none;
width:210px;
height:20px;
padding-left:10px;
border-style:solid;
border-width:1px;
border-color:#000000;
text-align:left;
vertical-align:middle;
}



