html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-family: Arial, Helvetca;
	font-size: 12px;
}


body {
	background-image: url(../images/wood.jpg);
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-align:center; /*For IE6 Shenanigans*/  
	padding: 20px;
}

p {
	padding: 3px;
	color: #cccccc;
}


h2{
	padding: 3px;
	color: #dfd5a5;
}

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


li{
	list-style: none;
	display: inline;
}

input{
	background: #dfd5a5;
	border: 1px solid #dfd5a5;
}

textarea{
	background: #dfd5a5;
	border: 1px solid #dfd5a5;
}

.abstand {
	margin-right: 15px;
}
.unten{
	margin-bottom: 15px;
}
.pfeil{
	margin-bottom: 190px;
	padding: 10px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}

.aktiv {
	color: #dfd5a5;
}
.inaktiv {
	color: #000000;
}
.standard{
	cursor: pointer;
}

#design{
	position:absolute;
	width: 40px;
	height: 120px;
	left: 100%;
	margin-left: -40px;
	margin-top: 5px;
}

#wrapper{  
	width:820px;  
	margin:0 auto;  
	text-align:left;  
}

#header {
	width: 820px;
	position: relative;
	top: -20px;
}  

#menu{
	width: 800px;
	margin-bottom: 0px;	
}

#menubilder {
	position: relative;
	top: 25px;
	margin-left: 10px;
}

#menunavi{
	position: relative;
	top: 3px;
	height: 22px;
}

#menu1{
	position: absolute;
	margin-left: 40px;
}
#menu2{
	position: absolute;
	margin-left: 170px;
}
#menu3{
	position: absolute;
	margin-left: 275px;
}
#menu4{
	position: absolute;
	margin-left: 430px;
}
#menu5{
	position: absolute;
	margin-left: 553px;
}

#container{
	background-color: #151515;
	width: 800px;
	margin-left: 10px;
	margin-right: 10px;
}

#content{
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
	width: 775px;
	min-height: 345px;
}

	#text{
	width:565px;
	padding-right: 10px;
	text-align: justify;
	float:left;
	}

	#bild{
	width:200px;
	float:left;
	}
	
	#text2{
	width:360px;
	margin-right: 10px;
	text-align:justify;
	float:left;
	}
	
	#bild2{
	width:405px;
	float:left;
	}

#past{
	float:left;
	margin-top: 120px;
	width: 50px;
	height: 40px;
	}
#fotos{
	float:left;
	text-align: center;
	width: 675px;
	}
#vor{
	float:left;
	margin-top: 120px;
	width: 50px;
	height: 40px;
	}

#footer{
	width: 820px;
	height: 24px;
}

#footerwrap{
	position: absolute;
	bottom:0px;
}

#platzhalter{
	width: 2px;
	height: 600px;
}

#subfooter{
	padding: 10px;
	padding-right: 20px;
	text-align: right;
	height: 20px;
	width: 790px;
	background-image: url(../images/header.png);
}



