/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
ul{list-style:none;
}

html, body {
height:100%;
	}
* html #container {
	height:100%;
	}

body{
	text-align: center;
	background: #fff;
	background-image:url(../bilder/tanne.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	}
	#zeile{
		position: absolute;
		margin:10px 0 0 750px;
		color:#990000;
		font-size:0.9em;
	}
	
	
	
		#container{
		width:980px;
		text-align: left;
		color: #030043;
		background:url(../bilder/hintergrund.gif);
		margin:auto;
		min-height:100%;
	}
	#maincontent{
		
		margin-left:210px;
		background: #f3edc8;
		width:699px;
		padding-top:1.6em;
		padding-left:35px;
		padding-right:35px;
	
	}
		.abstandoben{
		margin-top:15px;
	}
			.abstandtopgr{
		margin-top:85px;
	}
			.abstandtop{
		margin-top:55px;
	}
				#abstandbottom{
				margin-bottom: 120px;
	}
	

	#maincontent p{
		font-family: Arial, Helvetica, sans-serif;
		color:#333;
		margin: 0 0 10px 0;
		font-size: 13px;
	}
	#maincontent h1{
		font-size: 15px;
		font-weight:bold;
		color: #990000;
		margin-bottom:10px;
			}
			
			#maincontent h2{
			font-weight:bold;
			font-size: 15px;
		color: #990000;
		margin-bottom:10px;
		}
		
		.adresse{
			margin-top: 10px;
			font-weight:bold;
			font-size: 13px;
		color: #380705;
		}
		
	#maincontent a, a:visited {
		text-decoration: underline;
		color:#5a0701;
	}
	#maincontent a:hover{
		background: white;
	}
	#block1, #block2, #block3, #block4, #block5{
		width:650px;
		border:1px;
		border-color:#000066;
		margin-bottom:2em;
	}
	
	#video {text-align:center;
			margin-bottom: 2em;
			margin-top: 80px;
			}
	
	.floatleft{
		float: left;
		margin: 2px 10px 5px 0;
	
		}
		.floatright{
			float: right;
			margin:2px 0 5px 10px;
			
		}
	#linkespalte{
	position:0 0 0 0;
		float: left;
		width:210px;
		background: #011141;
		
	}
	#linkespalte img{
		border-style: solid none solid none;
		border-color: #c1a149;
		border-size: 1px;
		border-width: 1px;
	}		
	#rechtespalte{
	
		position: 0 0 0 800px;
		float: right;
		width:1px;
		background:#310502;
	
		text-align: center;
	}
	#rechtespalte img{
		margin-bottom: 15px;
			}
	
	.arrowgreen{
	width: 210px; /*width of menu*/
	border-style: solid none none none;
	margin-top:1.2em;
	border-color: #c1a149;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	
	}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../bilder/arrowbrown.gif) 100% 0;
   height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	border-style: none none solid none;
		border-color: #c1a149;
		border-size: 1px;
		border-width: 1px;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color:#c1a149;
	text-decoration: none;
}

.arrowgreen li a:hover{
	color: #f5eeb8;
	background-position: 100% -32px;
	text-decoration: none;
}

	
.arrowgreen li a.selected{
	color: ##990000;
	background-position: 100% -64px;
	text-decoration: none;
}

.arrowgreen li a.selected:visited, .arrowgreen li a.selected:link {
	color: #990000;
	background-position: 100% -64px;
	text-decoration: none;
}

#extra{
	margin: 0 0 0 210px;
	width:750px;
	padding:10px;
	color: black;
	background: #c6a447;
	font-size: 0.7em;
}
#extra h1{
	font-size: 1em;
	font-weight: bold;
	}
#extra p {
	margin: 0 0 0.8em 0;
}
#extra a {
	text-decoration: underline;
	color:black;
}
#extra a:hover{
	background: #3e3c3c;
}
.rahmen{
	border:solid;
	border-color: #c1a149;
		border-size: 2px;
		border-width: 2px;
}
.view {
text-decoration:none}
