body {
	font-family: Lucida sans, "Georgia", "Times New Roman", Times, serif;
	font-size: 0.8em;
	margin: 0px;
	text-align: center;
	background-color: #FFEFE3;
	background-image: url(bg_body.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

#page {
	position: relative;
	width: 866px;
	text-align: left;
	padding: 6px 0 6px 24px;
	margin: 0 auto 0 auto;
	background-color: transparent;
	background-image: url(bg_page.png);
	background-repeat: repeat-y;
}

#kopf {
	width: 817px;
	height: 207px;
	display: block;
	margin: 0;
	padding: 0;
}

#kopf .space {
	height: 180px;
}

#kopf .breadcrumb {
	margin-left: 190px;
	margin-top: 0;
	padding: 0;
	width: 500px;
	height: 30px;
	font-size: 80%;
	border: 0px solid red;
}

#main {
	clear: both;
	margin: 0px;
	padding: 0;
	width: 800px;
}

#main_start {
	clear: both;
	margin: 0px;
	padding: 0;
	width: 650px;
}

#content {
	margin-left: 160px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 16px; 
}

#content_start {
	margin-left: 160px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 16px; 
}

.abstand {
	height: 50px;
}

/*    FOOTER              */
#footer {
	position: relative;
	width: 866px;
	text-align: left;
	padding: 0 0 0 24px;
	margin: 0 auto 0 auto;
	background-color: transparent;
	background-image: url(bg_footer.png);
	background-repeat: no-repeat;
	clear: both;
	height: 55px;
	color: #666666;
	font-size: 80%;
	text-align: left;

}

#footer_content {
	padding: 12px 0 0 190px;
}

#footer a {
	color: #07461A;
	text-decoration: none;
}

#footer a:visited {
	color: #07461A;
	text-decoration: none;
}

#footer a:hover {
	color: #EE3A07;
	text-decoration: none;
}

/*************/

#footer #as {
	position: absolute;
	right: 52px;
	bottom: 2px;
}

#footer #as a {
	font-size: 9px;	
	color: #676767;
}

#footer #as a:hover {
	color: #525252;
}

/*    NEWS              */
#news {
	position: absolute;
	left: 670px;
	top: 220px;
	width: 250px;
	font-size: 11px;
	border: 0px solid red;
}

.newshead {
	background-color: #EE3A07;
	color: #FFEFE3;
	font-weight: bold;
	font-size: 13px;
	padding: 4px;
}

.newsbody {
	background-color: #FFF;
	border: #EE3A07 1px solid;
	margin-bottom: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}

#news a, #news a:LINK {
	text-decoration: none;
}

.newslink {
	font-size: 80%;
	line-height: 20%;
	text-align: right;
}  
