@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	color: #252525;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em; 
	background-image: url(../images/bg1.jpg);
	background-color: #000000;
	background-position: top center;
	background-repeat: no-repeat
}
a, a:link, a:visited { 
	color: #dc6606; 
	font-weight: bold; 
	text-decoration: none; 
}
a:hover { 
	color: #0066CC; 
	text-decoration: underline; 
}

p { 
	margin: 0 0 10px 0; 
	padding: 0; 
}
img { 
	border: none; 
}

h1, h2, h3, h4, h5, h6 { 
	color: #333; 
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif 
}
h1 { 
	font-size: 28px; 
	margin: 0 0 30px 0; 
	padding: 5px 0; 
}
h2 { 
	font-size: 25px; 
	margin: 0 0 20px 0; 
	padding: 10px 0 10px 60px; 
	background: url(../images/hhead.png) no-repeat center left;
}
h3 { 
	font-size: 22px; 
	margin: 0 0 15px; 
	padding: 0; 
}
h4 { 
	font-size: 18px; 
	margin: 0 0 15px; 
	padding: 0; 
}
h5 { 
	font-size: 16px;
	margin: 0 0 10px; 
	padding: 0;  
}
h6 { 
	font-size: 14px; 
	margin: 0 0 5px; 
	padding: 0; 
}
.cleaner { 
	clear: both 
}
.h10 { 
	height: 10px 
}
.h20 { 
	height: 20px 
}
.h30 {
	height: 30px 
}
.h40 { 
	height: 40px 
}
.h50 { 
	height: 50px 
}
.h60 { 
	height: 60px 
}
.float_l { 
	float: left;
}
.float_r {
	float: right;
 }
.image_wrapper { 
	display: inline-block; 
	border: 1px solid #999; 
	padding: 4px; 
	background: none; 
	margin-bottom: 5px 
}
.image_fl { 
	float: left; 
	margin: 3px 15px 0 0 
}
.image_fr { 
	float: right; 
	margin: 3px 0 0 15px 
}
#wrapper { 
	width: 1000px; margin: 0 auto 
}
#header {
	height: 125px;
	width: 940px;
	padding: 0 30px;
}
#site_title {
	float: left;
	padding-top: 50px;
}

/* menu */
#menu {
	width: 990px;
	height: 52px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	background: url(../images/menu.png) no-repeat;	
	display:inline-block;
	text-align:center;
	margin:0 auto;
}
#menu ul {
	list-style: none;
	display:inline-block;
	text-align:center;
	width:900px;
}
#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	height: 27px;
	padding: 0 10px;
	margin: 0;
	font-size: 14px;
	text-decoration: none;
	color: #383838;	
	font-weight: normal;
	outline: none;
	border: none;
	background: url(../images/menu_divider.png) center right no-repeat;
}
#menu ul li a:hover, #menu ul li.current a { color: #dc6606 }
#menu ul li .last { background: none }
/* end of menu */
#middle {
	clear: both;
	width: 900px;
	height: 200px;
	padding: 15px 50px;
	background: url(../images/slider.png) no-repeat;
}
#middle #middle_img {
	float: left;
	position: relative;
	width: 285px;
	height: 186px;
	padding: 6px;
}
#middle_img img {
	width: 285px;
	height: 186px;
}
#middle_img span {
	position: absolute;
	left: 0;
	top: 0;
	width: 297px;
	height: 198px;
	background: url(../images/img_frame.png) no-repeat;
}
#m_right {
	float: right;
	width: 500px;
	padding-top: 20px;
}
#m_right h1 { 
	color: #ddd; 
	margin-bottom: 15px; 
}
#m_right p { 
	color: #969696; 
	font-size: 16px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
}
#content {
	clear: both;
	width: 900px;
	padding: 30px 50px;
	background: url(../images/content.png) repeat-y
}
.imgImpresDat { 
	margin:20px 0 0 35px; 
	background:url(images/impressum.gif) no-repeat; 
	width:300px; 
	display:inline-block; 
	height:210px;}

#content_bottom {
	clear: both;
	height: 13px;
	background: url(../images/content_bottom.png) no-repeat
}
.content_box { 
	clear: both;
	margin-bottom: 60px;
}
.content_box li {
list-style-image: url(../images/icon.gif);
}
.last { 
	margin: 0 
}
.related_art { 
	margin-bottom: 30px 
}
.related_art h6 { 
	margin-bottom: 15px 
}
.related_art h6 a { 
	font-weight: normal
}
.related_art .ra_img_wrapper { 
	position: relative; 
	float: left; 
	border: 1px solid #CCC; 
	padding: 4px;
	margin-left: 9px; 
	display: inline-block 
 }
.related_art p { 
	float: right; 
	width: 190px; 
} 
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 15px 35px;
	text-align: center;
	color: #bdbdbd;
}
#footer a {
	font-weight: normal;
	color: #bdbdbd;
}