/*************** Content-Template-Container ********************/

/***** 3parts33_left, 3parts33_right, 3parts33alt_right, 3parts3left_bigpicture *****/

#content {width: 100%; margin: 0px 0px 0px 0px; padding:0px 0px 15px 0px; text-align:left;}
.clear { clear:both;}

/***** Typografie / Standardformatierungen *****/

	ul,li {margin: 0px; padding: 0px;}

	#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 20px; padding: 10px 0px 0px 10px; color:#000000; list-style-type: square;}
	#content ul li{ margin: 0px 0px 10px 0px; padding: 0px; }


/* PDF-Abschnitt bzw. Word-Abschnitt */
	table.appl_table { width: 85%; margin: 0px auto 30px auto; padding:0px 0px 0px 0px; text-align:left; font-size: 12px; }
	table.appl_table td { line-height:18px; }
	table.appl_table td.smaller {font-size: 11px;}


/***** Template-Container *****/

	.content_block {width: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 30px 0px; text-align:left; }

	.bilderbox {margin: 0px;}
	.bilderbox_child {margin: 0px; width:175px; height:150px;}
	
	.bilderbox img {padding:0px; border:1px solid #fff;}
	
	.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; text-align:left; }



/***** 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;}
	input.kontakt {width: 220px;}
	textarea.kontakt {width: 220px;}

	label { width: 100px; display: block; float: left;}

	label.datenschutz {width: 100%}

	.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;}



/***** shop *****/

	.shopcontainer {width: 100%; float: left; margin: 0px 0px 25px 0px;}

	.bilderbox_shop {padding: 10px; border:1px solid #CCCCCC; float: left; margin: 2px 10px 5px 0px;}
	
	.bilderbox_shop img { padding: 0px; margin: 10px; border: none;}
	
	h1.price {float: right; margin: 0px; padding: 0px;}
	
	p.shop_smallfont_right { 
		float:right; width: 100%; text-align:right; margin: 0px; padding: 0px; 
		font-size: 9px; line-height: 10px;}
	
	p.shop_normfont_right {
		float:right; width: 100%; text-align:right; margin: 0px; padding: 0px; 
		font-size: 10px; line-height: 10px;}

	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 */
	}	
	