﻿/* CSS Document */
html, body {
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #C9862B;
	line-height: 14px;
	text-align:center;
}
a {
	font-weight:bold;
	color:#410C00;
}
a:hover {
	text-decoration:none;
}
#center{
	margin:0 auto;
	width:874px;
}
#content {
	text-align:left;
	background:url(../img/bg_main.jpg);
	background-repeat:no-repeat;
	height:622px;
	width:874px;
	text-align:left;
    /*position:absolute; */
	/*top:50%; */
	/*left:50%;*/
    /*margin-top:-313px; */
	/*margin-left:-439px;*/
	border: 2px solid #FFFFFF;
	background-color: #E6DBA3;
	margin-top:20px;
}
#logomain {
	margin-left:20px;
	margin-top:20px;
}
#leftside {
	float:left;
	width:347px;
}
#menu {
	margin-top:23px;
	margin-left:15px;
}
#rightside {
	float:left;
	width:515px;
}
#inhaltsbereich {
	/*width:463px;*/
	padding: 15px 15px 26px;
	height:538px;
}
#logoleiste {
	margin-left:17px;
	margin-right:19px;
}
#logoelement {
	float:left;
}
