/*Allgemeine Formatierungen*/

* {
	margin:0;
	padding:0;
	}
	
body {
	background-color:#d8e8ef;
	color:#000;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	}
	
a {
	color:#08088A;
	text-decoration:underline;
	font-weight:normal;
	outline:none;
	}
	
a:hover {
	text-decoration:none;
	color:#000000;
	}
	
h1,h2,h3,h4,h5,h6 {
	color:#08088A;
	}

li {
	list-style:inside;
	margin:5px;
	}

/*Div Tags*/
	
#webdesign {
	margin:auto;
	text-align:center;
	width:832px;
	height:auto;
	overflow:auto;
	background-color:#fff;
	}
	
#top {
	width:812px;
	height:26px;
	text-align:left;
	padding-left:20px;
	padding-top:16px;
    color:#fff;
    background-image:url(images/uijte_02.png);
}
	
#header {
	background-image:url(images/uijte_04.png);
	width:832px;
	height:194px;
	}
	
	
#content {
	width:599px;
	text-align:left;
	height:auto;
    line-height:18px;
	float:left;
	padding:15px;
    color:#000;
	}
	
#left {
	width:187px;
	text-align:left;
	height:auto;
	float:left;
	}


.subsubnavi {
	width:142px;
	height:21px;
	color:#fff;
	text-decoration:none;
	padding-left:45px;
	padding-top:5px;
	font-weight:normal;
	display:block;
	background-image:url(images/uijte_11.png);
	}
	
.subsubnavi:hover {
	background-image:url(images/uijte_10.png);
	color:#fff;
	}

.navilink {
	width:167px;
	height:21px;
	color:#000;
	background-image:url(images/uijte_08.png);
	text-decoration:none;
	padding-left:20px;
	padding-top:5px;
	font-weight:normal;
	display:block;
	}
	
.navilink:hover {
	background-image:url(images/uijte_09.png);
	}
	
.navilink .active {
	font-weight:bold;
	}

.name {
        background-image:url(images/uijte_06.png);
        color:#fff;
        height:25px;
        padding-top:10px;
        width:167px;
        padding-left:20px;
		font-size:12px;

}

	
#footer {
	width:822px;
	height:31px;
	text-align:left;
	padding-left:10px;
	padding-top:20px;
    background-image:url(images/uijte_16.png);
    color:#000;
	clear:both;
	font-size:10px;
}


/* 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; }
