/* Textlinks formatieren */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #C34F19;
}
a:active {
	text-decoration: underline;
	color: #000000;
}


/* Überschriften formatieren */
h1 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#EC733B;
}
h2 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#EC733B;
}
h3 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		12px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#C34F19;
}
h4 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		14px;
	font-weight: 	bold;
	font-style: 	normal;
	color:			#C34F19;
}
h5 { 
	font-family:  	Arial, Helvetica, sans-serif;
	font-size:		16px;
	font-weight: 	bold;
	font-style: 	normal;
}


body {
	background-color: #FCF3E8;
}
body p{
	margin-top: 0px;
}

#container {
	position:absolute;
	width:900px;
	height:auto;
	left: 50%;
	margin-left: -450px;
	background-image: url(images/bckgnd_news.jpg);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #F4D2A5;
}

#container_menue {
	position:relative;
	width:900px;
	overflow: hidden;
	height: 269px;
	background-image: url(images/bckgnd_header.jpg);
}
#menue {
	position:absolute;
	width:574px;
	height: 31px;
	left: 56px;
	top: 187px;
	text-align: center;
}

#container_content {
	position:relative;
	width:617px;
	height:auto;
	float: left;
	background-color: #f4d2a5;
}
#content {
	position:relative;
	width:500px;
	height:auto;
	float: left;
	border: 1pt solid #FBA801;
	background-color: #F7DDBC;
	left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A0000;
	padding: 10px 25px 10px 25px;
}
#content_clear {
	position:relative;
	width:617px;
	clear: both;
}

#container_news {
	position:relative;
	width:283px;
	height:auto;
	float: left;
}
#news_header {
	position:relative;
	width:283px;
	height:42px;
	background-image: url(images/bckgnd_news_header.jpg);
}
#news_title {
	position:absolute;
	left:19px;
	top:3px;
	width:201px;
	height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8A0000;
}
#news_content {
	position:relative;
	width:203px;
	height:auto;
	background-image: url(images/bckgnd_news.jpg);
	padding: 0px 60px 0px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8A0000;
}
#news_clear {
	position:relative;
	width:283px;
	clear: both;
}

#footer {
	position:relative;
	width:900px;
	height:85px;
	clear: both;
	background-image: url(images/bckgnd_footer.jpg);
}
#navigator {
	position:absolute;
	left:547px;
	top:67px;
	width:336px;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #8A0000;
}
#copyright {
	position:absolute;
	left:14px;
	top:67px;
	width:532px;
	height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	color: #8A0000;
}

