body {
	margin:0;  
	padding:0;
	font-family:Arial,Tahoma; 
	font-size:11px; 
	line-height:16px;
	background-image:url(images/background.gif); background-repeat: no-repeat;
	background-color: #462e2c;
	color:#9f8b89;
}
a 			{color:#ffe2b0; text-decoration:none;}
a:link 		{color:#ffe2b0; text-decoration:none;}
a:visited 	{color:#ffe2b0; text-decoration:none;}
a:hover 	{color:#ffe2b0; text-decoration:underline;}
a:active 	{color:#ffe2b0; text-decoration:none;}

#main {
	position: absolute;
	left: 350px;
	top: 175px;
	width: 510px;
	padding-bottom:40px;
	}


#left, #right {
	position: relative;
	width: 240px;
	float:left;
}

#right {
	margin-left:30px;
}

#beide {
	clear:both;
	}
