/* CSS Document */
body {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica;
	margin: 0;
	background: url("images/aussen.jpg") repeat-x left top;
	background-color: #544A4A;
	text-align: center;
}	
#container {
	margin: 0 auto;
	text-align: left;
	width: 976px; 
}
#header {
	width: 976px; 
	height: 218px;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	/*background: url('images/header.jpg') left top;*/	
}
#header img {
	padding: 0;
	margin: 0;
	border: 0;
}
#hintergrund_links  {
	float: left;
	width: 976px;
	background: url("images/hintergrund-links.jpg") left top;
}


#navi {
	width: 143px;
	overflow: hidden;
	float: left;
	text-align: left;	
}

#navi ul {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
}
#navi ul li {
	width: 143px;
	background-color: #EAE2CB;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;	
	border-bottom: 1px solid #B79F66;
	display: inline-block;
}
#navi ul li a {
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 5px;
	width: 100%;
	display: block;
}
#navi ul li a.act {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	padding-left: 5px;
}
#navi ul li a:hover {
	background-color: #ffffff;
}
#navi ul ul {
	margin: 0;
	padding: 0;
	float:left;
	display:block;
	overflow: hidden;
}
#navi ul ul li {
	border-bottom: 0;
	padding: 4px 0 4px 15px;
	font-size: 0.95em;
	background: url("images/Navigation.jpg");
	text-decoration: underline;
	width: 128px;
}
#navi ul ul li a {
	coler: #000000;
	text-decoration: none;
	padding-left: 3px;
	padding-top: 0;
}
#navi ul ul li a.act {
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	padding left: 3px;
}
#navi ul ul li a:hover {
	background-color: #ffffff;
}


#content {
	float: left;
	width: 715px;
	background: url("images/backround-content.jpg") left top;
	color: #000000;			
}
#conny {
	float: left;
	width: 704px;
}
#hintergrund_rechts {
	float: right;
	width: 830px;
	background: url("images/hintergrund-rechts.jpg") right top;	
}
#space {
	margin-right: 4px;
}
#links {
	color: #000000;
	margin: 0;
	width: 107px;
	padding: 10px 0 5px 0;
	float: right;
	background: url("images/Navigation.jpg");
	border-bottom: 1px solid #B79F66;
	border-top: 1px solid #B79F66;
	overflow: visible;		
}
#links_innen {
	padding: 0 5px 0 5px;
}
#links a:link,#links a:visited {
	color: #000000;
	text-decoration: none;
}
#links a:active {
 	background-color: #ffffff;
	text-decoration: none;
}
#links a:hover {
	background-color: #ffffff;
	text-decoration: none;
	/*display: inline-block;*/
}
#links a:focus {
	color: #212121;
	text-decoration: none;
}
#footer {
	width: 976px;
	height: 30px;
	color: #000000;
	background: url("images/hintergrund-footer_16.jpg");
	text-align: center;
	border-bottom: 2px solid #ff0000;
	float: left;
	v-align: middle;
}	
#footer_content {
	margin-right: 5px;
	margin-left: 5px;
	border-top: 3px solid #ffffff;
	padding-top: 5px;
	
}
#footer a:link,#footer a:visited {
	color: #000000;
}		
#footer a:active, #footer a:hover {
color : #000000;
}
