@charset "utf-8";


html, body, div, img, p, table, th, tr, td, ol, ul, li, form, fieldset,h1,h2,h3, select, a, a:link, a:hover, a:active, a:visited, a:focus {
	margin           : 0px;
	text-decoration  : none;
	line-height		 :16px;
	border-width     :0px;
	padding			 :0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size        :15px;
	color: #666;
}



/*Layout*/



#wrapper {
	margin: auto;
	width:1000px;
	position:relative;
	border: 1px solid grey;
}



	
.clear {
	clear:left;
	}

li {
	margin:0px 0px 7px 0px;
	}

ul {
	list-style-position: outside;
	list-style-image: url(Bilder/kreuz.png);
	list-style-type: none;
	margin-left:22px;
	font-size:14px;
	padding:10px;
	}
	
/* Typografie */
p {
	padding: 2px;
}

h1 {
	font-size:20px;
	margin-bottom:10px;
	line-height: 20px;
	color: #009D50;
}

h2 {
	font-size:16px;
}

h3 {
	font-size:15px;
	margin:0px 0 0px 0;
}


.highlight {
	color:#C00;
}

/*Inhalte*/


	
.trenner {
	border-top: dotted 2px #999;
	margin-top: 10px;
	}
	
	
	
#inhalt {
	width: 461px;
	position: absolute;
	left: 488px;
	top: 280px;
	padding-top: 10px;
	padding-left: 3px;
	height: 442px;
}	


/*Navigation*/


#navi {
	width:236px;
	height:34px;
	position: absolute;
	left: 746px;
	top: 119px;
	text-align: right;
	z-index: 15;
	color: white;
}

a, a:link, a:active, a:visited {
text-decoration  : none;
color: #FFF;
}

a:hover {
	text-decoration  : none;
	color: #333;
}
