/* Design KonfiCamp Projekt - 
Copyright by Philip Wilson / von borstel.de 2010 */

html, body {

	color: #333333;
	font-family: arial, verdana;
	margin:0px auto;
	padding: 0px;
	height:100%;
	font-size: 14px;
	text-align: center;
		}
		
div {
	text-align: left;
}
	
	
div.page {
	width: 850px;
	min-height: 100% !important;
	height: auto;
	margin:auto; 
	
}
	
div.header-logo {
	width: 850px;
	height:215px;
	background-image: url('images/header-top.jpg');
	float:left;
	display: inline;
}	

div.header-top {
	width: 100%;
	height:41px;
	background-color: #79ae2e;
}	

div.header-bild {

}

div.footer {
	width: 944px;
	height:40px;
	background-color: #254862;
	float:left;


}

div.schriftzug {
	text-align: left;
	width:860px;
	height:41px;
	margin: auto;
}

#top-kontakt {
	float:right;
	margin-right: 12px;
	margin-top: 6px;
	color: #FFFFFF;
	font-weight: 300;
	width:580;
	height:41px;
	
	background-color: #254862;
}

#top-kontakt a:link, #top-kontakt a:visited, top-kontakt a:active {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
}

#top-kontakt a:hover {
	text-decoration: underline;
}
#clear {
	clear: both;
}




/*Contents, Navigation*/



div.navigation {
	float:left;
	margin:0px;
	padding: 0px;
	display: inline;
	margin-top: 5px;

}
#navi {
	display: inline;
	margin:0px;
	padding: 0px;
}



div.content {
	width: 840px;
	background-color: #FFFFFF;
	float:left;
	margin: auto;

	margin-top: 25px;
	
}

h1 {
	font-size: 30px;
	font-weight: 500;
	color: #444444;
	font-family: arial;
}

#spacer {
	width:18px;
	height:200px;
	float: left;

}

#back{
	width:60px;
	height: 20px;
	background-color: #436331;
	padding: 3px;
	color: #FFFFFF;
}


a:link {text-decoration: none; font-weight: 800;color:#364e14;}
a:active {text-decoration: none; font-weight: 800;color:#364e14;}
a:visited {text-decoration: none; font-weight: 800;color:#364e14;}
a:hover {text-decoration: none;font-weight: 800; color:#79ae2e;}