




html, body { 
	height:100%; 
	font-family:Arial, sans-serif;
	text-align:center;
	margin:0;padding:0;
	background-color:#fff;
	color:#303030;
	background-image:url(../_res/schriftzug.jpg);
	overflow-x:hidden;
	overflow-y:auto;
	scrollbar-base-color:#eee;
	scrollbar-darkshadow-color:#ddd;
	scrollbar-arrow-color:#aaa;
	scrollbar-track-color:#ddd;
}
#wrapper { 
	position:relative; 
	margin:auto auto; 
	height:auto !important;
	
	text-align:left;
	
}
#wrapper, #footer{
	width:1000px;
}
#navoben {
	position:relative;
	top:20px;
	left:670px;
}
#navoben a, #navoben a:visited{
	color:#303030;
	font-size:12px;
	text-decoration:none;
}
#header { 
   	height:145px;
	background-image:url(../_res/kopf_akt.png);
	background-repeat:no-repeat;
}

#content { 
	overflow:hidden;
	height:auto;
	height:100%;
	padding-bottom:5px;
	width:998px;
	border-left: 1px solid #ED1C24;
	border-right: 1px solid #ED1C24;
	background-color:#FFFFFF;
}

#hauptlinks {
	float:left;
	text-align:left;
	margin-top:10px;
	width:960px;
	
	margin:20px;
	border:1px solid #CAC7C7;
	
	background-image:url(../_res/pixel_untermenue.jpg);
	background-repeat:repeat-x;
}
#text {
	height:400px;
	overflow:auto;
	padding:20px;
	padding-top:0;
}
#text a img {
border:0;
}
#hauptlinks a, #hauptlinks a:visited, #hauptlinks a font, #hauptlinks a:link {
	
	color:#ED1C24;
}
#hauptlinks h1 {
	font-size:13px;
	color:#ED1B24;
	padding-left:10px;
}
#hauptrechts {
	position:relative;
	float:left;
	width:170px;
	text-align:left;
	padding-top:2px;
	width:998px;

}
#hauptrechts a , #hauptrechts a:vivisted {
	display:block;
	float:left;
}
#footer { 
	position:relative; 
	bottom:0px; 
	left:0;
	height:40px;
   	background:#ED1C24;
}
#fuss {
	text-align:center;
	color:#fff;
	padding-top:0px;
	font-size:13px;
}
#fuss a, #fuss a:visited {
	color:#fff;
}
label {
	font-family: Arial, sans-serif; font-size: 12px; color: #5A441E;
	margin-top:5px;
}
legend {
	font-family: Arial, sans-serif; font-size: 12px; font-weight: bold;
	color: #303030;
}
label.left {
	float:left; text-align:right; width:7em; margin-right:.3em;
}
label.leftkf {
	float:left; text-align:left; width:9em; margin-right:.3em; margin-bottom:10px; margin-left: 10px;
}
input, textarea, select {
	font-family: Arial, sans-serif; font-size: 12px; width:400px; float:left;
	border: 1px solid #5A441E;
	margin-top:5px;
	color:#5A441D;
}
input:focus, textarea:focus, select:focus {
	font-family: Arial, sans-serif; font-size: 12px; width:400px; float:left;
	border: 1px solid #000;
}
form br {
	clear:both;
}
fieldset {
	width:550px;border: 1px solid #5A441D;
}

.ok, .fehler {
	font-size: 12px; font-weight:bold; padding:10px; background-color:#fff;
}
.fehler {
	color:#ff0000;
}
.ok {
	color:#008000;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/variable_dl.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; padding:0; margin:0;margin-top:5px;height:25px;background:#ED1C24;padding-top:5px}

#menu li {display:block; float:left; position:relative; z-index:100; margin-left:2px; }
#menu li span {margin-left:3px;margin-right:3px;display:block; z-index:100; font-size:13px;padding:5px;font-weight:bold}
#menu li a, #menu li a:visited {display:block; padding:0;font-weight:bold;}

#menu dl { position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif); white-space: nowrap;}
#menu dt { z-index:1;border:0;height:19px;background-repeat:repeat-x;padding:0;margin:0; font-size: 13px; float:left;   background-color:transparent;}/*  */

#menu dt.nava { margin-left:10px;margin-right:8px; border:0;height:19px;padding:0;margin:0;font-size: 13px; float:left;background-color:transparent;}/*  */

#menu dd {z-index:2;margin-left:0px;width:180px;display:none; background: transparent; clear:left; padding:0; background-color: #fff;color: #fff; font-size: 13px; text-align:left;border-left:1px solid #ddd; border-right:1px solid #ddd;}
#menu dd.last {
	border-bottom:1px solid #ddd;
}
#menu dd.first{
	border-top:1px solid #ddd;
	background-image:url(../_res/pixel_untermenue.jpg);
	
}
#menu dd.first a, #menu dd.first a:visited {
	background:#ddd;background-image:url(../_res/pixel_untermenue.jpg); 
}
#menu dt a, #menu dt a:visited {display:block; text-decoration:none; color:#000; font-size:13px;margin-top:-3px;}

#menu dt a.nava, #menu dt a.nava:visited {color:#fff; display:block; text-decoration:none; font-size:13px;margin-top:-3px;}
#menu li:hover dt a{
	
	background-color:#e3e3e3;
	border-left:1px solid #ddd; border-right:1px solid #ddd;border-top:1px solid #ddd;	color:#000;
}
#menu li:hover dt a.kup {
	background-image:url(../_res/pixel_untermenue.jpg);
	border-bottom:1px solid #ddd;
}
#menu li:hover dt a span {
	color:#000;
}
#menu span {margin-top:-3px;}

#menu dd a, #menu dd a:visited {color:#000; text-decoration:none; display:block; font-size:13px; padding: 2px;}
/*#menu li a:hover {border:0;}*/

#menu li:hover dd, #menu li a:hover dd {display:block;}







#slideshow {
	width:400px;
	float:left;
	border:0;
}
#slideshow a, #slideshow a:visited {
	border:0;
	color:#fff;
}
#thumbs {
	width:280px;
	float:left;
	margin-left:10px;
	margin-top:13px;
}
#thumbs a, #thumbs a:visited {
	font-size:12px;
	text-decoration:none;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
	
}
div.slideshow img {
	vertical-align: middle;
	
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 400px;
	top: 0;
	left: 0;
	border:0;
	border:1px solid #000;
}
div.caption {
	padding: 12px;
	margin-top: 325px;
	margin-left:10px;
	width:376px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	text-decoration: underline;
	color: #6F6F6F !important;
}
ul.thumbs li.selected a.thumb {
	background: #6F6F6F;
	
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
	color: #6F6F6F !important;
	
}
div.pagination a:hover {
	background-color: #eee;
	
}
div.pagination span.current {
	background-color: #6F6F6F;
	
	color: #fff !important;
	font-size:12px !important;
	
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
ul {
	margin-top:0;
}
#slideshow a, #slideshow a:visited {
	color:#fff !important;
}
