/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

IMG {
	border: none;
}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(/grafiken/header_bg.png);
	background-repeat: repeat-x;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#linke_spalte {
	width: 180px;
	margin-left: 30px;
	float: left;
}

#rechte_spalte {
	margin-left: 240px;
	margin-right: 30px;
}

#header_bild {
	/* height: 90px; */
	margin-top: 45px;
	/* background-image: url(/grafiken/pic_shadow.png); */
}

#navigation {
	margin-top: 10px;
	font-size: 12px;
}

	#navigation UL {
		list-style: none;
		list-style-position: outside;
	}
	
	#navigation LI {
		line-height: 24px;
		border-bottom: 1px #00CC00 solid;
	}
	
	#navigation A {
		line-height: 24px;
		padding: 0 12px;
		color: #666666;
		text-decoration: none;
		display: block;
	}
	
		#navigation A:HOVER {
			color: #CC3300;	
		}
		
	#navigation P {
		padding: 8px 5px;
		font-size: 12px;
		line-height: 110%;
		color: #666666;
	}
	
	#navigation P A {
		display: inherit;
		color: #CC3300;
		display: inline;
		padding: 0;
		font-size: 12px;
		line-height: 110%;
	}
		
#header_text {
	height: 90px;
	color: #FFFFFF;
}

.content {
	margin-top: 25px;
}

	.content P {
		padding: 10px 15px;
		font-size: 14px;
		line-height: 180%;
		color: #333333;
	}
	
	.content P.small {
		font-size: 12px;
	}
	
		.content P.copy {
			padding: 0px 10px 25px 10px;
			font-size: 12px;
			text-align: center;
		}
	
	.content A {
		color: #CC3300;
		text-decoration: underline;
	}
	
	.content A:HOVER, #navigation P A:HOVER {
		color: #000000;
		text-decoration: none;
	}
	
table.t-1-r, table.trenner, table.tr-hover{
	padding: 10px 15px;
	width: 100%;
}

table.t-1-r TH, table.t-1-r TD, table.trenner TD, table.tr-hover TD, table.tr-hover TH {
	padding: 3px 6px;
	vertical-align: top;
}

table.t-1-r TH, table.tr-hover TH {
	text-align: right;
	color: #333333;
}

table.t-1-r TD:HOVER, table.t-1-r TH:HOVER, table.tr-hover TR:HOVER {
	background-color: #FFDFBF;
}

TR.no-hover:HOVER {
	background: #000000;
}	
	
A.no-ul {
	border: none;
}

SMALL {
	font-size: 11px;
}

.thumb_wrapper {
	margin: 10px;
	padding: 5px;
	float: left;
	background-color: #EBEBEB;
	border: 1px #CCCCCC solid;
}

.thumb_wrapper P {
	padding: 5px;
	font-size: 9px;
}

H1 {
	
	padding-top: 10px;
	margin-left: 95px;
	font-size: 35px;
}

H2 {
	margin-left: 150px;
	font-size: 20px;
	font-weight: normal;
}

H3 {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #0099CC;
}

H4 {
	padding: 10px 10px 0 10px;
	margin-bottom: -5px;
	font-size: 14px;
}
	
H5 {
	margin-top: 25px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #0099CC;
}

.clear_both {
	clear: both;
}

P IMG {
	padding: 5px;
	border: 1px #CCCCCC solid;
	margin: 8px 18px;
	vertical-align: top;
}

IMG.no-border {
	padding: 0px;
	margin: 0px;
	border: none;
}
	
P A IMG {
	padding: 5px;
	border: 1px #CC3300 solid;
	margin: 8px 18px;
	vertical-align: middle;
}

P A IMG:HOVER {
	border: 1px #000000 solid;
}

P IMG.rechts {
	float: right;
}

P IMG.links {
	float: left;
}

UL.liste {
	list-style: inside;
	margin-left: 35px;
}

UL.liste LI {
	line-height: 150%;
}

/** Lightbox **/
#lightbox{
	position: absolute;
	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(/includes/lightbox/images/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(/includes/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/includes/lightbox/images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#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;
}
