@charset "utf-8";
/* CSS Document */
body {
	background-color: #252C1A;
	margin:0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #CECCBD;
}
#header {
	background: url(images/bg_top.gif) repeat-x; 
	height: 48px;
	text-align: right;
	font-size: 10px;
	line-height: 48px;
	padding: 0 10px 0 10px;
}
#header a{
	color: #fff;
	text-decoration: none;
}
#header a:hover{
	color: #000;
	text-decoration: underline;
}
#headerbild {
	height: 246px;
	text-align: right;
	background: url(images/bg_bild.gif) repeat-x;
}

#nav {	
	background: url(images/bg_nav.gif) repeat-x;
	height: 52px;
	width: 100%;
	float: right;
	margin: 0; 
	padding: 0; 
}
* html #nav ul {margin-top: -3px; }
#nav ul {
	margin: 0; 
	padding: 0; 
	float: right;
}
#nav li { 
	display: inline;
	list-style: none;
	margin: 0; 
	padding: 0; 
	height: 52px;
	width: 214px;
}
.left {
	clear:both;
	width: 227px;
	height: 250px;
	background: url(images/left.gif) repeat-y;
	padding: 3px 0 5px 0;
	font-size: 11px;
	text-align: left;
}
.content {
	background: url(images/main.gif);
	width: 573px;
	text-align: left;
	font-size: 11px;
	color: #000000;
	padding: 10px;
	line-height: 16px;
}
#footer {
	background: url(images/footer.gif) repeat-x;
	height: 49px;
	color: #ffffff;
	font-size: 10px;
	line-height: 49px;
}
h1 {
	padding:2px;
	margin: 0;
	font-size: 13px;
}

a {
	color: #222222;
	text-decoration: underline;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}