@charset "utf-8";
/* CSS Document */

	body
	{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color: #9E9995;
	background-image: url(../images/pagebackground.jpg);
	background-repeat: repeat-x;
	}
	
	#container
	{
	margin: 0em auto;
	width: 1010px;
	text-align: left;
	background-color: red;
	border: 0px solid black;
	background-image: url(../images/content.jpg);
	}

	
	#header
	{
	height: 383px;
	background-color: fuchsia;
	background-image: url(../images/header.jpg);
	width: 1010px;
	}

	#header h1
	{
		font-family: Papyrus;
		position: absolute;
		font-size: 36px;
		margin-left: 630px;
		margin-top: 0px;
	}

	#header h2
	{
		font-family: Arial, Helvetica, sans-serif;
		position: absolute;
		font-size: 20px;
		margin-left: 830px;
		margin-top: 45px;
	}
	
	
	#header ul
	{
		margin: 0 0 0 20px;
		padding: 0;
		padding-top: 70px;
		list-style-type: none;
	}
	
	#header li
	{
		display: inline;
		padding: 0 10px;
		border-right: 1px solid #C4C769;
	}
	
	#header li a
	{
	text-decoration: none;
	background-image: url(../images/menunormal.jpg);
	padding-bottom:20px;
	height: 41px;
	background-repeat: repeat-x;
	line-height:40px;
	color:#336633
	}
	
	#header li a:hover
	{
	text-decoration: none;
	background-image: url(../images/menufocus.jpg);
	background-repeat: repeat-x;
	color:#9D53FF
	}
	
	
	#mainnav
	{
	color: #272900;
	padding: 2px 0;
	margin-bottom: 22px;
	}
	
	#menu
	{
	float: right;
	width: 280px;
	}


	.menu_boxlinks, .menu_boxnews
	{
	margin-bottom: 40px;
	}

	.menu_boxlinks h1, .menu_boxnews h1
	{
	background-image: url(../images/ueberschrift_rechts.jpg);	
	width: 227px;
	height: 30px;	
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	color: #47413D;
	}

.menu_boxlinks ul 
			{
	margin-left: 10;
	color: #000000;
	line-height: 22px;
	list-style-type: square;
			}

.menu_boxlinks ul li a
			{ 
			margin-left: 0;
			color: #000000;
			}

.menu_boxnews
			{ 
			margin-left: 0;
			color: #000000;
			}

.menu_boxnews h2 
			{
	margin-bottom: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px; 
	font-weight:bold;
	color: #455241;
			}

.menu_boxnews p
			{
	margin-top: 5px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	width: 220px;
			}


.menu_boxnews a
			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #009900;
	text-decoration: none;
			}
	
	#contents	
	{
	margin-right: 290px;
	margin-left: 50px;
	margin-bottom:15px;
	}
	
#contents h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	color: #47413D;
	margin-top: 40px;
	margin-bottom: 20px;
}

#contents h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight:normal;
	color: #000000;
	margin-bottom: 15px;
}

#contents p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight:normal;
	color: #000000;
	width: 650px;
	text-align: justify;
}

#contents blockquote 
			{
			margin: 30px 0 30px 70px;
			}
			
#contents blockquote p 
			{
	background-image: url(../images/blockquote.jpg);
	background-repeat: repeat-y;
	width: 500px;
	padding-left:30px;
			}

#contents blockquote ul 
			{ 
			margin-left: 0;
			color: #000000;
			line-height: 22px;
			}

#contents blockquote ul li a
			{ 
			margin-left: 0;
			color: #000000;
			}


	#footer	
	{
	clear: both;
	height: 104px;
	margin-top: 30px;
	background-color: lime;
	background-image: url(../images/footer.jpg);
	text-align:center;
	}

	#footer	p, a
	{
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight:normal;
	color: #000000;
	}

	#footer	a
	{
	font-weight:bold;
	color: #AE6800;
	text-decoration: none;
	}

