* {vertical-align: top;}
img {border: none;}
hr {display: none;}
div.hr {border-top: 1px solid #999; margin: 10px 0;}
.error {color: #830A1C; font-size: 10px;}
.info {color: #36f; font-size: 10px;}
body {background-color: #D0D1D3; font-family: verdana, arial, helvetica, sans-serif; padding: 0; margin: 0; font-size: 10px;}



#nav1 { background-color: #aaa; margin: 0; padding: 0; }
#nav1 ul {margin: 0; padding: 0; list-style-type: none; height: 30px; overflow: hidden;}
#nav1 ul li {display: inline; list-style-type: none; font-size: 16px; height: 30px; overflow: hidden;}
#nav1 ul li a {display: block; float: left; width: auto; color: white; text-decoration: none; padding: 5px 10px;}
#nav1 ul li.selected a {background-color: #808080; height: 30px; overflow: hidden;}
#nav1 ul li a:hover {color: #ddd;}

#nav2 {position: absolute; left: 50%; top: 80px; width: 500px; text-align: right;}
#nav2 a {text-decoration: none; color: #333; font-size: 12px;}
#nav2 a:hover {color: black;}

#page {width: 945px; position: absolute; left: 50%; top: 100px; margin-left: -472px; border: 14px solid #545866;}
#page div.hrdotted {height: 4px; margin: 10px 0; background-image: url(/images/bg_hrdotted.gif); background-repeat: repeat-x;}

#slide {margin: 0; padding: 0; list-style-type: none; height: 295px; overflow: hidden;}
#slide li img {display: block;}
#logo {position: absolute; left: 50%; margin-left: -522px; top: 10px; width: 239px; height: 74px;}
#logo img {display: block;}

#content {min-height:200px; height:auto !important; height:200px; margin: 0; padding: 40px; background-image: url(/images/bg_grey.gif); background-repeat: no-repeat; background-position: left bottom; background-color: #C0BABB; color: #271017;}
#content h1 {font-size: 16px;}
#content h2 {font-size: 14px;}
#content h3 {font-size: 12px;}
#content p, #content li {margin: 0; font-size: 10px; padding-bottom: .5em;}
#content blockquote {margin: 0; font-size: 10px; padding-bottom: 1em;}
#content blockquote cite {display: block; font-weight: bold;}
#content a {color: #830A1C;}
#content label {display: block; font-size: 10px;}
#content input, #content textarea {width: 300px;}
#content a.blocked {display: block; text-align: right; font-size: 10px;}
#content .columnleft {width: 400px; padding: 10px 30px 30px 0; border-right: 2px solid #830A1C;}
#content .columnright {width: 400px; padding: 10px 0 30px 30px;}
#content .news h3 {margin-bottom: 0; padding-bottom: 0;}

#ImageBoxOverlay
{
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: 90;*/
	width: 100%;
	height: 1500px;	
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{

	position: relative;
	width: 250px;
	height: 1250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
	width: 80%;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(/images/imagebox/spacer.gif);
}
#ImageBoxPrevImage
{
	background-image: url(/images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(/images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(/images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#content p.galerie img {margin: 0 10px 10px 0; border: 1px solid #ddd; padding: 1px;}

#sponsoren {font-size: 10px; vertical-align: middle; border-top: 1px solid #830A1C;}
#sponsoren td {padding: 10px; background-color: white; border-bottom: 1px solid #830A1C;}
#sponsoren td.logo {text-align: center; height: 60px; width: 200px; overflow: hidden;}













#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
