* 
{
	padding:0;
	margin:0;
}

body 
{
	font-family: arial,helvetica,sans-serif;
	font-style:normal;
	background:url(layout/html_bg.jpg) #ffed00;
	background-repeat:repeat-x;
	text-align: left;
	margin:0 auto;
	font-size:12px;
	margin-top:10px;
}
.clearit
{
	clear:both;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active,
input,
select
{
	outline:none;
}

img
{
	border:none;
}



#header
{
	width:940px;
	height:300px;
	background: url(layout/header_img.jpg);
	margin:0 auto;
}

#header img
{
	margin-left:10px;
	margin-top:10px;
}



#timeline
{
	width:940px;
	height:20px;
	background: url(layout/timeline_bg.jpg);
	margin:0 auto;
	
}

#timeline p
{
	width:150px;
	height:19px;
	background:url(layout/time_that.jpg) #fff;
	margin-left:785px;
	text-align:center;
	line-height:20px;
}

#main
{
	width:936px;
	height:auto;
	min-height:500px;
	margin:0 auto;
	background: url(layout/main_bg.jpg);
	padding:0 2px 0 2px;
}

#menue
{
	width:200px;
	height:auto;
	background:#d8d4b7;
	float:left;
}

#menue img
{
	margin-top:20px;
}

/* formatierung der liste des menues*/
#menue ul,
#news ul
	{
		list-style-type: none;
		margin: 0px;
		padding:0px;
		width:200px;
		text-align:left;
		list-style-type:none;
		margin-top:5px;
	}
	


/* formatierung der menue list elemente */
#menue li  
{
	display: block;
	border:none;
	width:200px;
	line-height:20px;
	margin:0px;
	padding:0px;
	text-align:center;
	font-weight:bold;
}
	



/* linkzustände des menues */
#menue li a,
#menue li a:link
	{
	text-decoration: none;
	display: block;
	color: #000;
	border-bottom: 1px solid #9d8762;
	margin:0px;
	padding:0px;
	font-size:12px;
	padding-left:4px;
	text-align:left;
	font-weight:bold;
	}
	
#menue li ul li a,
#menue li ul li a:link 
	{
	text-decoration: none;
	display: block;
	color: #000;
	background-color: #e8d2bb;
	border-bottom: 1px solid #9d8762;
	margin:0px;
	padding:0px;
	padding-left: 15px;
	
	}



#menue li a:visited 
	{
	display: block;
	color: #000;
	}

#menue li a:hover, 
#menue li a:focus,
#menue li a:active
	{
	display: block;
	color: #9d8762;
	/*border-right:10px solid #537750;*/
	outline:none;
	background: url(layout/menue_btn_hover.jpg);
	text-decoration:none;
	}
	
#menue li a.aktiv
	{
	text-decoration: none;
	display: block;
	color: #000;
	/*background-color:#d4d0aa;*/
	/*border-right:10px solid #000000;*/
	background: url(layout/menue_btn_aktiv.jpg);
	
	}
		
#menue li a.aktiv:visited
	{
	display: block;
	color: #000;
	}

#menue li a.aktiv:hover, 
#menue li a.aktiv:focus,
#menue li a.aktiv:active
	{
	display: block;
	color: #9d8762;
	background: url(layout/menue_btn_hover.jpg);
	outline:none;

	}

#content
{
	width:710px;
	padding:5px 5px 0 5px;
	height:auto;
	float:right;
	background:#eceadb;
}

h1
{
	width:710px;
	height:25px;
	line-height:25px;
	background:#d8d4b7;
	text-align:center;
	margin-bottom:10px;
	font-size:125%;
}

h2
{
	width:710px;
	height:20px;
	line-height:20px;
	background:#d8d4b7;
	text-align:center;
	font-size:115%;
}

#content p
{
	margin-bottom:5px;
}

#content p.source
{
	font-style:italic;
	text-align:right;
}

#content .box
{
	width:698px;
	padding:5px 5px;
	background:#e4e1cc;
	margin-bottom:10px;
	border:1px solid #d8d4b7;
	
}

.box img
{
	border:4px solid #d8d4b7;
}

.box ul
{
	list-style-position: inherit;
	margin-left:20px;
}

.box ul.bottom
{
	margin-bottom:10px;
}

.box h2
{
	width:688px;
	height:20px;
	line-height:20px;
	background:#d8d4b7;
	text-align:left;
	font-size:115%;
	padding:0 2px;
}

#footer
{
	width:940px;
	height:36px;
	margin:0 auto;
	background:url(layout/footer.jpg);
	line-height:36px;
	color:#b7b083;
	text-align:center;
}

td,
th
{
	vertical-align:top;
}

a.single_image img 
{
	
	background-color:#fff;
	padding: 2px 2px 10px 2px;
	border:1px solid #600;
	margin:10px 5.2px 0px 5.2px;
	width:120px;
	height:90px;
	
}

a.single_image_80 img 
{
	
	background-color:#fff;
	padding: 2px 2px 10px 2px;
	border:1px solid #600;
	margin:10px 5.2px 0px 5.2px;
	width:120px;
	height:80px;
	
}
