@charset "utf-8";
/* CSS Document */

body{
    background-color: #a8dff3;
    font-family: Arial;  
}
#header{
	padding-top:10px;
	margin-left:-8px;
	margin-right:-8px;
	margin-top:-10px;
	border:1px solid #fcc200;
    background-color: #fcc200;
}
#zackob{
    height: 13px;
    margin-left: -8px;
    margin-right: -8px;
    background-image: url(../Bilder/header_orange.png);
    background-repeat: repeat-x;
}
#zackun{
    height: 15px;
    margin-left: -8px;
    margin-right: -8px;
    background-image: url(../Bilder/footer_blau.png);
    background-repeat: repeat-x;
}

#main{
	color:#333;
}
a{
	text-decoration:none;
	color:#ccc;
}
#submenu a{
	color:#333;
}
#submenu a:hover{
	color: #5f1287;
	font-weight:bold;
}
#inhalt h1{
	color: #5f1287;
	font-size: 19px;
	padding-top: 20px;
	padding-bottom: 0px;
	font-family:Arial;
}
li{
    line-height: 18pt;
	color:#333;
}
#inhalt {
	font-size:16px;
}
#main #content #inhalt_main p a:hover{
	color:red;
}
#main #content #inhalt_main{
	color:#999999;
}
#main #content #inhalt_main h1{
	color:#5f1287;
}