@charset "UTF-8";
/* CSS Document */

body {
	background: #e4dcc9;
	margin: 0;
}

a {
	text-decoration:none;
	color: #f5801f;
}
	
a:hover {
	color: #806f65;
	border-bottom: 1px dotted #806f65;
}

/* aufbau container */

#top {
	width:100%;
	background: #fff url(images/bg_top.gif) repeat-x;
	margin: 0;
}

#header {
	width: 980px;
	height: 310px;
	margin: 0 auto 0 auto;
}

#navigation {
	width: 980px;
	height: 40px;
	background-color:#e4dcc9;
	border-bottom: 1px solid #806f65;
	color: #806f65;
	font-size: 15px;
	text-transform:uppercase;
	margin: 0 auto 0 auto;
}

#main {	
	margin: 0 auto 0px auto;
	padding-bottom: 30px;
	width: 980px;
	background:url(images/bg_main.jpg) left bottom no-repeat;
}

#content {
	width: 705px;
	border: none;
 	float:left;
	padding: 0;
	margin-right: 60px;
	margin-top: 25px;
}

#content p, li {
	color: #806f65;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-right: 150px;
}

#content img {
	float:right;
	margin: 4px 0 20px 20px;
	border-right:2px solid #f5801f;
}

#sidebar {
	float:right;
	width:215px;
	padding: 0;
	margin-top: 20px;
}

#sidebar p {
	color: #806f65;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: 0px;
}

#sidebar h3 {
	padding-bottom: 10px;	
	border-bottom: 1px solid #f5801f;
	margin-bottom: 10px;
}
	
#sidebar h3 a {
	text-decoration:none;
	color: #f5801f;
}
	
#sidebar h3 a:hover {
	color: #806f65;
	text-decoration:none;
	border:none;
}

.clear {
	clear: both;
}
	

#footer {
	border-top: 1px solid #f5801f;
	clear: both;
	width: 100%;
	height: 75px;
	}
	
#innerfooter {
	border-top: 0px solid #f5801f;
	width: 980px;
	margin: 0 auto 0 auto;
	background:url(images/bg_footer.png) left top no-repeat;
}

#adresse {
	width: 170px;
	float: left;
	margin: 0 0 0 595px;
}

#kontakt {

	float: left;
}

/* fonts */
	
h1, h2, h3, h4, h5, p, li { 
	font-family: Anivers-Regular; 
	font-weight: normal; 
	font-style: normal; 
}

h1 { 
	font-size: 18px;
	color: #f5801f;
	text-transform: uppercase; 
}

h2 { 
	font-size: 18px;
	color: #806f65;
	text-transform: uppercase; 
	margin-bottom: 20px;
}

h3 { 
	font-size: 13px;
	color: #f5801f;
	text-transform: uppercase; 
}
	
#footer p {
	border: none;
	color: #806f65;
	font-size: 11px;
	line-height: 18px;
}