/*Allgemeine Formatierungen*/

* {
	margin:0;
	padding:0;
	}
	
body {
	background-color:#fff;
	color:#000;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	}
	
a {
	color:#08088A;
	text-decoration:underline;
	font-weight:normal;
	}
	
a:hover {
	text-decoration:none;
	color:#000000;
	}
	
h1,h2,h3,h4,h5,h6 {
	color:#08088A;
	}

li {
	list-style:inside;
	margin:5px;
	}

/*Div Tags*/
	
#design {
	margin:auto;
	text-align:center;
	width:829px;
	height:auto;
	overflow:auto;
	background-image:url(images/puffer.jpg);
	}
	
#top {
	width:809px;
	height:25px;
	text-align:left;
	padding-left:20px;
	padding-top:10px;
    color:#fff;
    background-color:#08088A;
}
	
#header {
	background-image:url(images/header.jpg);
	width:829px;
	height:195px;
	}
	
	
#content {
	width:599px;
	text-align:left;
	height:auto;
    line-height:18px;
	float:left;
	padding:15px;
    color:#000;
	}
	
#right {
	width:200px;
	text-align:left;
	height:auto;
	float:left;
	}


.subsubnavi {
	width:180px;
	height:20px;
	color:#000;
	text-decoration:none;
	padding-left:20px;
	padding-top:8px;
	font-weight:normal;
	display:block;
    margin-bottom:1px;
	border-bottom:1px solid #000;
	float:left;
	background-color:#fff;
	}

.navilink {
	width:180px;
	height:24px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:20px;
	padding-top:10px;
	font-weight:normal;
	display:block;
    margin-bottom:1px;
	float:left;
	background-color:#1e1e1e;
	border-bottom:1px solid #000;
	}
	
.navilink:hover,.navilink.active {
	background-color:#292929;
	color:#FFFFFF;
	}

.name {
        background-color:#08088A;
        color:#fff;
        height:25px;
        padding-top:10px;
        width:180px;
        padding-left:20px;
		font-size:12px;

}

.text {
	padding:15px;
	background-color:#fff;
	border:1px solid #000;
	
}
	
#footer {
	width:819px;
	height:22px;
	text-align:left;
	padding-left:10px;
	padding-top:8px;
    background-color:#08088A;
    color:#fff;
	clear:both;
	border-top:1px solid #fff;
}


/* CMS Formatierungen */
.box {  border:1px solid #333; padding:7px 1%; margin:1%; float:left; overflow:hidden; }
.full { width:95%;  }
.half { width:45%; }
.box h2 { color:#555; font-size:12px; border-bottom:1px solid #555; margin-bottom:5px; padding-bottom:2px; }
.box img { }
.box a.link { border-top:1px solid #555; display:block; text-align:right; padding:3px 10px; margin-top:3px; }
/* Kontakt  */
form { background:#333; padding:10px; margin:10px;}
form fieldset { border:0; }
form * { font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px; }
form input { border:1px solid #777; padding:3px 7px; width:300px; margin:2px 0; background:#FFF;}
form textarea { border:1px solid #777; padding:7px 7px; width:490px; margin:2px 0;}
form input#submit { width:auto !important;}
input:focus,textarea:focus { border:1px solid #000; background:#EDEDED;}
/* Sitemap */
.ebene1 { padding-left:0px; }
.ebene2 { padding-left:20px; }
.ebene3 { padding-left:40px; }
/* Allgemein */
.clear { clear:both; }

#newsletter input { width:170px; }
#newsletter input#newslettersubmit { width:100px; }

.votebar { width:150px; background:#000; height:10px; line-height:0; font-size:0; }
.votebar_active { height:10px; background:red; line-height:0;  font-size:0; }