@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		 :18px;
	border-width     :0px;
	padding			 :0px;
	border           : 0px solid red;
	
}

/*////////// Layout //////////*/

#wrapper {
	margin: auto;
	width: 942px;
	background-repeat: no-repeat;
	position: relative;
}



#header {
	background-image:url(Bilder/header.jpg);
	background-repeat:no-repeat;
	width: 942px;
	height: 210px;
	font-family: 'augieregular', Verdana,sans-serif;
	;
}


#content {
	width: 942px;
	margin-top: 20px;
}



#menue {
	font-size: 24px;
	color: #FFF;
	width: 562px;
	position: absolute;
	left: 402px;
	top: 169px;
	height: 32px;
}

#menue div {
	width:140px;
	float: left;
	margin-right: 40px;
}

#menue-legals {
	height: 24px;
	text-align: center;
	right: 21px;
	bottom: -1058px;
	font-size:17px;
	margin-top: 15px;
	font-family: 'augieregular', Verdana,sans-serif;
}

.trenner {
	border-top: solid 2px #999;
	margin: 40px 0 40px 0;
	}


.grid1 {
	width:550px;
	float:left;
	text-align: left;
	margin: 30px 0 0 30px;
	font-family: 'Pontano Sans', Verdana,sans-serif;
	font-size:17px;
	color: #666;
	}

.grid2 {
	margin-left:647px;
	width:294px;
	text-align: left;
	}
	
.clear {
	clear:left;
	}
	
	

/*////////// Links //////////*/

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

#menue-legals a:hover {
	text-decoration  : none;
	color: #E85126;
	}


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

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


#menue a.active {
	color:#a7dd61;
	}
	

/*////////// Typografie //////////*/
	
.subheadline {
	text-align:center;
	font-family: 'augieregular', Verdana,sans-serif;
	font-size: 22px;
	margin: 20px 0;
}


.subheadline p {
	line-height: 20px;
}

.orange {
	color:#e85127;
}

.green {
	color:#30932e;
}


h1 {
	font-size:22px;
	color:#e85127;
	font-family: 'augieregular', Verdana,sans-serif;
	margin:2px 0 20px 0;
	font-weight: normal;
	}

h2 {
	font-size:18px;
	color:#e85127;
	font-family: 'augieregular', Verdana,sans-serif;
	margin:2px 0 10px 0;
	font-weight: normal;
	}


	
p {
	margin-bottom:15px;
}
	

/*////////// Liste //////////*/


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


ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-left:30px;
	}



	
