/* ##### Allgemeines ########################################################################################################### */

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #000;
	background-image: url(body2.jpg);
	background-repeat: repeat-x;
	padding-top: 60px;
	color: #bbb;
}
.container {
	width: 900px;
	background-color: #000;
	border: 1px solid #333;
}
.container_top {
	position:	absolute;
	left:		50%;
	width: 900px;
	margin-left:	-450px;
	background-color: #000;
	border: 7px solid #000;
}
hr {
	border-top: 1px solid #999;
	height: 1px;
	border-bottom: 0 none;
}
.center {
	text-align:center
}
.right {
	text-align:right
}

/* ##### Footer ################################################################################################################ */

#footer {
	height: 30px;
	text-align: center;
	color: #000;
	border-top: 7px solid #000;
	background-image: url(menue.gif);
	background-repeat: repeat-x;
}
#footer a {
	color: #000;
	text-decoration: none;
}

/* ##### (*) ### Hauptmenue ###################################################################################################### */

#mainmenu {
	height: 49px;
	background-image: url(main.png);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
	border-bottom: 7px solid #000;
}
#mainmenu a {
	color: #ddd;
	line-height: 49px;
	text-decoration: none;
	font-size: 100%;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-right: 1px solid #000;
	font-weight: bold;
	display: block;
	float: left;
}
#mainmenu a:hover {
	color: #000;
	background-image: url(main_invert.png);
}

/* ##### Untermenue ############################################################################################################ */

#submenue {
	background-color: #000;
}
#submenue p {
	background-color: #000;
	color: #bb0000;
	line-height: 30px;
	padding-left: 12px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#submenue a {
	text-decoration: none;
	display: block;
	background-color: #000;
	color: #bbb;
	line-height: 30px;
	padding-left: 12px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	background-image: url(menue_2.gif);
	background-repeat: repeat-x;
}
#submenue a.active {
	background-image: url(menue.gif);
	background-repeat: repeat-x;
	text-decoration: none;
	display: block;
	background-color: #FFF;
	color: #FF0000;
	line-height: 30px;
	padding-left: 12px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#submenue a:hover {
	color: #FFF;
	background-color: #999;
}

/* ##### Inhalt ################################################################################################################ */

#content {
	width: 675px;
	background-color: #373737;
	padding: 15px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
#content h1 {
	font-family: Georgia, serif;
	font-size: 180%;
	margin-top: 4px;
	margin-bottom: 4px;
}
#content h2 {
	font-size: 120%;
	color: #FF0000;
	margin-bottom: 4px;
	margin-top: 4px;
}
#content p {
	margin-bottom: 3px;
	margin-top: 3px;
}
#content .kl_ws {
	font-size: 55%;
	margin-bottom: 3px;
	margin-top: 3px;
}
#content a {
	color: #FF0000;
	text-decoration: none;
}
#content a:hover {
	color: #999999;
}
#content blockquote {
	display: block;
	padding-left: 25px;
	background-image: url(block.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 3px;
}
#content code {
	background: #FFFFFF;
	color: #333333;
	display: block;
	line-height: 1.3em;
	white-space: pre;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
}
#content li {
	list-style: url(list.gif);
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content ul {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}
#content fieldset {
	border: 1px solid #999999;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .white {
	border: 1px solid #999999;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#content legend {
	color: #000000;
	margin: 1px;
}
select {
	font-size: 100%;
	border: 1px solid black;
	width: 150px;
	font-weight: bold;
	background-color: #9a0000;
	color: white;
	padding: 1px;
}
select.long {
	font-size: 100%;
	border: 1px solid black;
	width: 200px;
	font-weight: bold;
	background-color: #9a0000;
	color: white;
	padding: 1px;
}
input.data {
	color: #000000;
	border: 1px solid #999999;
	background-color: #ffffff;
	width: 300px;
}
input.text_long{
	color: #000000;
	border: 1px solid #999999;
	background-color: #ffffff;
	width: 18em;
}
input.text_small{
	color: #000000;
	border: 1px solid #999999;
	background-color: #ffffff;
	width: 3em;
}
input.button{
	font-size: 100%;
	border: 1px solid black;
	width: 150px;
	font-weight: bold;
	background-color: #9a0000;
	color: white;
	padding: 1px;
}
textarea {
	border:1px solid #999999;
	background-color: #ffffff;
	width: 26em;
}
img.border {
	margin: 2px;
	padding: 2px;
	border: 1px solid #bbb;
}
img.border-align-right {
	margin: 2px;
	padding: 2px;
	border: 1px solid #bbb;
	float: right;
}
.td-border {
	border_bottom: 1px solid #bbb;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
img.border-right {
	background-color: white;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.border-left {
	background-color: white;
	border: 1px solid #999999;
	padding: 5px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* ##### Litebox ################################################################################################################ */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	