@charset "utf-8";
/* CSS Document */


html {
      height:101%;
	}

body {	margin:0px;
		padding:0px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-size:12px;
		line-height:135%;
		background-color:#FFFFFF;
		

}

img {
	border: none;
}


a{ text-decoration: none; color:#941300;}
a:link { text-decoration: none; color:#941300; }
a:visited { text-decoration: none; color:#941300; }
a:hover { text-decoration: underline; color:#941300;}
a:active { text-decoration: underline; color:#941300;}

h2 {
	color: #808080;
	font-size: 20px;
	padding: 0;
	margin: 0 0 25px 0;
}

h3 {
	color: #666;
	font: 16px;
	font-weight: 900;
	margin: 25px 0 25px 0;
}

h4 {
	margin: 0 0 0 15px;
}

.zitat {
	font-size: 16px;
	margin-bottom: 0;
	color: #333;
}
.zitat-1 {
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #666;
}

#wrapper {
 	width:800px;
 	margin:0 auto;
 	margin-top:50px;
}

#top {
 	position:absolute;
	width:800px;
	height:150px;
	background-image:url(_resources/img/design/top-bg.jpg);
	background-repeat:no-repeat;	
}

#navigation {
 	position:absolute;
 	width:800px;
	height:70px;
	margin-top:120px;
	margin-left:10px;
	background-image:url(_resources/img/design/navigation.jpg);
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 800px;
}

#navigation li {
	display: inline;
	margin-left: 45px;
	margin-right: 45px;
	font-size: 15px;
}

#navigation a {
	text-decoration: none;
	font-size:15px;
	color: #FFFFFF;
}

#navigation a:hover {
	text-decoration: underline;
	font-size: 15px;
	color: #FFFFFF;
}

#main {
 	position:absolute;
	width:798px;
	height:auto;
	margin-top:150px;
	border-left:1px #d5d5d5 solid;
	border-right:1px #d5d5d5 solid;
	border-bottom:1px #d5d5d5 solid;
}

#content {
	background-image:url(_resources/img/design/main-bg.jpg);
}

#content p {
	margin-bottom: 15px;
	line-height:150%;
	color: #666;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#logo {
 	position:absolute;
	width:300px;
	height:200px;
	margin-left:500px;
	margin-top:30px;
}

#unten {
 	width:800px;
 	height:50px;
	margin:0 auto;
}

#display-none {
	display:none;
}
