html { 
	padding:0px;
	margin:0px;
	background: #FE0000 url('../images/background.jpg') left repeat-y;
}

body {
	background-color: #e1ddd9;
	font-family: Helvetica, Arial, sans-serif;
	padding:0px;
	margin:0px;
}

a { 
	color: #000;
	text-decoration: none; 
}

a img { 
	border:0; 
}

h1, h6 {
	margin: 0 0 40px 0;
	font-size:17px;
}

h3 {
	font-size: 13px;
	text-transform:uppercase;
	color: #564b47;
	background-color: transparent;
}

#schriftzug { 
	position: absolute;
	left: 810px; 
	text-align: right;
	top: 20px;
	font:bold 17px Helvetica, Arial, sans-serif
}
#logo { 
	position: absolute;
	left: 200px; 
	width: 110px; 
	top: 20px;
}

#links { 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 200px; 
}

h5 {
	margin: 0 0 20px 0;
	font-size:30px;
}

#mittelinks { 
	position: absolute; 
	left: 200px; 
	width: 245px; 
	top: 175px; 
}

#mitterechts { 
	position: absolute; 
	left: 460px; 
	width: 245px; 
	top: 175px; 
}

#rechts { 
	position: absolute; 
	left: 743px; 
	top: 175px; 
	width: 240px;
	height:370px;
	overflow:auto;
	border:1px solid #000;
	padding:3px 8px;
}

#rechts p {
	font-size:11px;
	margin:0 0 10px 0;
}

#rechts  a {
	text-decoration:none;
	background-color: #ED1B23;
}

#rechts  a:hover {
	background-color: #A4CEEC;
}

#linkengl {
	position:absolute; 
	z-index:2; 
	left: 450px; 
	top: 170px; 
	width: 260px; 
	height: 380px;
}

#linkdeu {
	position:absolute; 
	z-index:2; 
	left: 190px; 
	top: 170px; 
	width: 250px; 
	height: 380px;
}

b {
	text-decoration:underline;
}

.bildlinks {
	float:left; 
	margin-right:8px;
}
