@charset "UTF-8";
body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 18px;
    	margin: 0; 
    	padding: 0;
    	text-align: center;
		color: #ebdcd1;	
    	background-color: #f0e5dc;
		background-image: url(images/back.png);
		background-repeat:	no-repeat;
}

	
#m1 {
		position:absolute;
		top: 30px;
		left: 800px;
		width: 116px;
		height: 38px;
}

#m3 {
		position:absolute;
		top: 72px;
		left: 800px;
		width: 116px;
		height: 38px;
}

#m5 {
		position:absolute;
		top: 114px;
		left: 800px;
		width: 116px;
		height: 38px;
}

#m6 {
		position:absolute;
		top: 156px;
		left: 800px;
		width: 116px;
		height: 38px;
}

#m9 {
		position:absolute;
		top: 198px;
		left: 800px;
		width: 116px;
		height: 38px;
}

#m7 {
		position:absolute;
		top: 240px;
		left: 800px;
		width: 116px;
		height: 38px;
}

#m8 {
		position:absolute;
		top: 282px;
		left: 800px;
		width: 116px;
		height: 38px;
}

#m10 {
		position:absolute;
		top: 324px;
		left: 800px;
		width: 116px;
		height: 38px;
}

#m11 {
		position:absolute;
		top: 366px;
		left: 800px;
		width: 116px;
		height: 38px;
}

#text {
		position:absolute;
		top: 30px;
		left: 400px;
		width: 360px;
		padding: 10px 20px 40px 20px;
		margin-bottom: 50px;
		text-align: left;
		background-color: #5d3a1a;
}

#text h1 {
		font-size: 24px;
		line-height:30px;
}

#text p {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 25px;
}

#bildleiste {
	position: relative;
	width: 356px;
}

#info {
	width: 354px;
	height: 118px;
	background-image: url(images/info_1.png);
	background-repeat: no-repeat;
}

#info p {
	padding: 8px 10px 0 165px;
	color: #5d3a1a;
}


#bild {
		position:absolute;
		top: 30px;
		left: 0;
		width: 400px;
}

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

