body {
	margin:0;
	padding:0;
	background-color:#F6F9E0;
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#wrapper {
	width:800px;
	height:auto;
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -400px;
	background-image:url(images/main.gif);
	background-repeat:repeat-y;
}

#top {
	width:800px;
	height:257px;
	position:relative;
}

#navi {
	width:250px;
	height:283px;
	float:left;
}

#main {
	width:421px;
	height:auto;
	float:left;
	padding-top:20px;


}


#rechts {
	width:148px;
	height:200px;
	position:absolute;
	top:137px;
	left:421px;
}

#navi_rechts {
	width:66px;
	height:173px;
	position:absolute;
	top:257px;
	left:753px;
}

#bottom {
	width:800px;
	height:74px;
	position:relative;
	float: left;
	bottom: 0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#CC0000;	
	letter-spacing: 2px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;	
	letter-spacing: 1px;
}

.fliesstext {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	line-height:18px;
	letter-spacing:1px;
}

.bild_rechts {
	float:right;
	margin:15px 0 15px 15px;
	border:2px solid #CC0000;
}

.bild {
	float:right;
	margin:0;
	border:2px solid #CC0000;
}

.border {
	border:2px solid #CC0000;
}