/*************** Content-Template-Container ********************/

/***** 3parts33_left, 3parts33_right, 3parts33alt_right, 3parts3left_bigpicture *****/

/* floats clearer */
.clearfix { 
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden; 
	}

.clear { clear:both;}

/***** Typografie / Standardformatierungen *****/


	#content h1,h2,h3,h4 {}

	#content h1 {}

	#content h2 {}

	#content h3 {}

	#content h4 {}

	#content a {}
	#content a:hover {}

	#content p {margin: 0px; padding: 0px 0px 15px 0px;}

	#content ul { margin: 10px 0px 0px 25px; padding: 0px 0px 0px 0px; color:#4a4a4a; list-style-type: disc;}
	#content ul li, #content ol li { margin: 0px 0px 5px 0px; padding: 0px; }


/* PDF-Abschnitt bzw. Word-Abschnitt */

	td,tr {font-size: 12px;}
	td { line-height:32px; }

/***** Template-Container *****/

	.content_block { margin: 0px 0px 0px 0px; padding: 0px 0px 30px 0px; }

	.bilderbox {margin: 0px;}
	
	.bilderbox img {}
	
	.right{ float: right; padding: 0px 0px 5px 15px;}
	
	.left {float: left; padding: 0px 15px 5px 0px;}

	.linkblock {margin: 10px 0px 0px 0px;}

	.beschreibung {}

	.content_block_newsarchive {width: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 20px 0px; }



/***** overview *****/

	.content_block_child {width: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 30px 0px; float:left;}



/***** archivoverview *****/

	.overview_block {width: 45%;  margin-right: 5%; padding: 0px 0px 30px 0px; float: left; }

	.overview_text { height: 172px; overflow:hidden;}

	.overview_text img {float: left; margin: 3px 6px 0px 0px;}

	.overview_block a.readmore {float: left; margin: 6px 0px 0px 0px;}



/***** linklist *****/

	.linklist_block {width: 100%; margin: 0px; padding: 0px 0px 20px 0px;}

	.linklist_block h3 {font-size: 13px; font-weight: 400;}

	.linklist_description {}

	.linklist_description img {float: left; margin: 2px 10px 5px 0px; border: none;}



/***** linklist *****/

	.galeriebild { float: left; padding: 20px 10px 15px 0px;}



/***** kontakt, gästebuch, login *****/

	
	fieldset {border: none;margin:0px 0px 0px 0px;padding:0px;}
	form {margin:0px 0px 0px 0px;padding:0px;}
	
	input.kontakt {width: 260px;}
	textarea.kontakt {width: 260px;}

	label { width: 130px; display: block; float: left;padding:0px;}

	label.datenschutz {width: 100%;}
	*html label.datenschutz {width: 95.7%;}

	.formsubmit {margin: 10px 0px 0px 0px;}


	input.guestbook {width: 300px; }
	textarea.guestbook {width: 300px; height: 200px;}
	.guestbook_block {width: 100%; border-top: 1px dotted #999999; padding: 15px 0px 15px 0px; margin: 0px;}

	input.radiobx { border:0 none; margin:0; }
	div.rdbx { margin-left:20px; height:24px; line-height:normal; }
	
	
/***** shop *****/

	.shopcontainer {width: 96.5%; float: left; margin: 0px 0px 25px 0px;}

	.bilderbox_shop {padding: 10px; float: left; margin: 2px 10px 5px 0px;}
	
	.bilderbox_shop img { padding: 0px; border: none;}
	

	table, tr, td {text-align: left; padding: 0px; margin:0px;}

/***** galerie, lightbox *****/

	.galeriebild {float: left; margin: 20px 20px 0px 0px; padding: 10px; border: 1px solid #CCCCCC;}
	




	












/*************** 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; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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: 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 */
	}