
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #fff;}
a:hover {color: #ffcc66;}

body {
	background: #CCD8E0 url(img/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Arial,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;
margin-left:14px;
}

li {list-style: none;}

h2,h3,h4 {
	
	
margin:0 0 0 15px;
padding-bottom:10px;
padding-top:10px;

}


.listerr li{
	list-style: disc;
	margin-left: 15px
}


blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}
.content_inhalt .descr {
	color: #e4810c;
	font-size:12px;
	margin:0 0 6px 15px;
}
.content_inhalt li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #fff;
	font-size: 1.2em;
	margin: 0 auto;
	
	width: 925px;
height:460px;

}

/* header */
.top {
	background: url(img/clouds.gif) repeat-x;
	padding: 50px 10px 0;
}

/* title */
.header {
	background: #B3C2C7 url(img/header.jpg) no-repeat;
	font-size: 12px;
	height: 90px;
	margin: 0 auto;
	
	width: 925px;
}


/* navigation */
.navigation {	
	
	margin-top:28px;
	
	height: 20px;
}
.navigation a {
	
	
	color: #e87f2c;
	display: block;
	float: right;
	font: normal 11px sans-serif;
	line-height: 20px;
	padding: 0 5px ;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #ccc;}

/* main */
.main {
	
#	background: url(img/bgmain.gif) repeat-y;
}

/* sub navigation */



/* content */
.content {
	float: left;
	background-color:#000;
	width: 925px;
}


.content_inhalt {
	float: left;
	background-color:#fff;
	width: 925px;
}

.content_anzeige {
	float: left;
	
	width: 925px;
	margin-left:130px;
	margin-top:50px;
}


/* footer */
.footer {
	background: url(img/footer.gif) ;
	color: #000;
	font: normal 9px sans-serif;
	height:16px;
	margin: 0 auto ;
	text-align: right;
line-height: 16px;
width:925px;
}
.footer a,.footer a:hover {color: #5c5c58;}
.footer span{padding-right:5px;}

