/* SCHÜTZENGESELLSCHAFT 1825 E.V. WINTERBERG (c) www.koehne-design.de D-59872 Meschede */

/* BASISEINSTELLUNGEN - besser Finger weg! :-) */
/***********************************************/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
img {border:0;}
h1 {font-size: 18px;}

#layout { 
 margin: 0 auto;
 width: 800px;
}

/* BASISLAYOUT - besser Finger weg! :-) */
/****************************************/

#designbox {
 background: #fff url(../gfx/bg_side.gif) repeat-y;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 800px;
 padding: 0px;
 height: 247px;
 margin: 5px 0px 0px 0px;
 background: url(../gfx/header.jpg);
}
#navbox { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 180px;
 float: left;
}
#contentbox { 
 float: right;
 color: #333;
 margin: 0px;
 padding: 0px;
 width: 620px;
 display: inline;
 position: relative;
}
#footer { 
 width: 800px;
 height: 114px;
 clear: both;
 color: #fff;
 background: url(../gfx/footer3.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
}
.clear { clear: both; background: none; }


/* FORMATIERUNGEN TEXT BILD */
/****************************/


/* Header */
#header_text { 
 color: #333;
 font-size: 11px;
 margin: 0px;
 padding: 5px 0px 0px 15px;
}
#header_text a {
color: #333;
text-decoration: none;
}
#header_text a:visited {color:#333;}
#header_text a:hover {color: #008800;}
#header_text a:active {color:#008800;}

/* Navigation */
#nav_text { 
 color: #fff;
 font-weight: normal;
 line-height: 18px;
 margin: 0px;
 padding: 10px 15px 10px 30px;
}
#nav_text a {color: #333;}
#nav_text a:visited {color:#fff;}
#nav_text a:hover {color: #008800;}
#nav_text a:active { color:#008800;}

/* Menue */
#navmenu {
 	color: #fff;
	font-weight: normal;
	text-transform: normal;
	margin: 0px;
 	padding: 15px 0px 15px 0px;
	width: 180px;
}
#navmenu a {
	color:#fff;
	display: block;
	padding: 2px 0px 2px 30px;
	text-decoration: none;
}
#navmenu a:hover {
	color:#fff;
	background: #008800;
	display: block;
}
#navmenu a:active, #navmenu a.selected  {
	color:#008800;
	font-weight: bold;
	background:#fff;
	display: block;
}

/* Content */
#content_text { 
 color: #333;
 margin: 0px;
 padding: 10px 10px 5px 30px;
}
#content_text a {
color: #333;
text-decoration: underline;
}
#content_text a:visited {color:#333;}
#content_text a:hover {color: #008800;}
#content_text a:active { color:#008800;}
#content_text .imgLeft {
    float: left;
    margin: 5px 15px 5px 0px;
	padding: 0 0px 0px 0;
}
#content_text .imgRight {
    float: right;
    margin: 5px 0px 5px 15px;
	padding: 0 0 0 0;
}

/* Footer */
#footer_text { 
 color: #fff;
 font-size: 11px;
 margin: 0px;
 padding: 55px 0px 0px 15px;
}
#footer_text a {
color: #fff;
text-decoration: underline;
}
#footer_text a:visited {color:#fff;}
#footer_text a:hover {color: #000;}
#footer_text a:active { color:#000;}


/* LIGHTBOX */
/************/
#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(./images/blank.gif) no-repeat; /* IE Hover */
	display: block;
}
#prevLink {left: 0; float: left;}
#nextLink {right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {background: url(../lb_images/prevlabel.gif) left 15% no-repeat;}
#nextLink:hover, #nextLink:visited:hover {background: url(../lb_images/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: 150px; float: right;  padding-bottom: 0em;}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	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 */
}	