/*
############################## www.kirchenwirt-paldau.at ################################### 

<!-- |#############################################################################| -->
<!-- | powered by                                                                  | -->
<!-- |      _ _      _   _                                                    _    | -->
<!-- |   __| (_) ___| | | | ___  _ __ ___   ___ _ __   __ _  __ _  ___   __ _| |_  | -->
<!-- |  / _` | |/ _ \ |_| |/ _ \| '_ ` _ \ / _ \ '_ \ / _` |/ _` |/ _ \ / _` | __| | -->
<!-- | | (_| | |  __/  _  | (_) | | | | | |  __/ |_) | (_| | (_| |  __/| (_| | |_  | -->
<!-- |  \__,_|_|\___|_| |_|\___/|_| |_| |_|\___| .__/ \__,_|\__, |\___(_)__,_|\__| | -->
<!-- |                                         |_|          |___/                  | -->
<!-- | mailto:office@diehomepage.at                        web: www.diehomepage.at | -->
<!-- |#############################################################################| --> 

by Willi Erhart   

Wichtige Farben:

*/


/* ###################### Allgemeine Formatierungen ###################### */
html, body { 
	margin: 0px; 
	padding: 0px;  
    height: 100%; 
    /* background-image: url(../images/bg.gif); */
    background-color: #E6EDE7;
}

body, h1, h2, h3, h4, h5, h6, ol, ul, li, p, textarea, select, td, div {
	font-family: arial, helvetica, verdana, sans-serif, geneva; 
	font-size: 12px; 
	text-align: left;
	color: #000;
	/*    Scrollbarformatierung falls benötigt
	      scrollbar-base-color:			#ffffff;
		  scrollbar-3dlight-color:		#ffffff;
		  scrollbar-arrow-color:		#ffffff; 
		  scrollbar-darkshadow-color:	#ffffff;
		  scrollbar-face-color:			#ffffff;
		  scrollbar-highlight-color:	#ffffff;
		  scrollbar-shadow-color:		#ffffff; 
		  scrollbar-track-color:		#ffffff; 
	*/
}

form {
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

div.clear {
	width: 100%;
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 1px;
}

img {
	border: 0;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;	
}

/* ###################### Layoutformatierungen ###################### */

/* Zentrieren der Bühne */

table, td {
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

#table-zent {
	width: 100%;
	height: 100%;
	border: 0px;
}

#td-zent {
	vertical-align: middle;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container-center {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	width: 958px;
	background-color: #fff;
	border: 10px solid #fff;
}

/* Navigation */

#navi {
	position: absolute;
	top: 163px;
}

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

#navi li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	display: block;
	margin-right: 1px;	
}

#navi a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 32px 6px 32px;	
}

#navi a:hover {
	font-weight: bold;
	color: #658667;
	display: block;
	text-decoration: none;	
	background-color: #fff;
}

#home #home-link,
#spezialitaeten #spezialitaeten-link,
#raeumlichkeiten #raeumlichkeiten-link,
#ueberuns #ueberuns-link,
#ausflugsziele #ausflugsziele-link,
#kontakt #kontakt-link {
	font-weight: bold;
	color: #658667;
	display: block;
	text-decoration: none;	
	background-color: #fff;
}

/* Design */

#header {
	background-image: url(../images/kirchenwirt_01.jpg);
	width: 958px;
	height: 197px;	
	background-repeat: no-repeat;
}

#starttext {
	width: 460px;
	margin-left: 60px;
	height: 230px;	
}

#box1 {
	position: absolute;
	top: 408px;
	left: 30px;
	width: 272px;
	height: 94px;
	background-image: url(../images/kirchenwirt_09.gif);
	background-repeat: no-repeat;
	padding: 10px;	
}

#box1 strong{
	font-size: 14px;
	display: block;
	margin-bottom: 10px;	
}

#box2 {
	position: absolute;
	top: 408px;
	left: 312px;
	width: 185px;
	height: 94px;
	background-image: url(../images/kirchenwirt_11.gif);
	background-repeat: no-repeat;	
	padding: 10px;	
}

#teaser {
	position: absolute;
	top: 216px;
	right: 0px;
	width: 362px;
	height: 267px;
	background-image: url(../images/kirchenwirt_03.gif);
	background-repeat: no-repeat;
	padding: 10px;
}

#teaser .ds {
	padding: 8px 0 8px 0;
	border-bottom: 1px solid #658667;		
}

#teaser .ds strong {
	font-size: 15px;
	color: #658667;	
}

#alle {
	margin-top: 6px;
	text-align: right;	
}

#teaser #alle a {
	font-size: 14px;
	font-weight: bold;
		
}

#footer {
	height: 20px;
	background-color: #658667;
	clear: both;	
}

/* Überschriften */

h1 {
	margin: 30px 0 0 30px;
	padding: 0px;	
	font-size: 26px;
	color: #678569;
}

h2 {
	margin: -5px 0 15px 60px;
	padding: 0px;	
	font-size: 20px;
	color: #678569;
}

#teaser h3 {
	margin: 0px;
	padding: 0px;	
	font-size: 18px;
	color: #678569;
}

/* Links */

a {
	text-decoration: underline;
	color: #658667;	
}

a:hover {
	text-decoration: none;
	color: #658667;	
}

/* Sonstiges */

#print-head {
	display: none;	
}

#copyright {
	text-align: center;
}

#copyright a{
	color: #ffffff;
	text-decoration: underline;
}

#copyright a:hover{
	color: #ffffff;
	text-decoration: none;
}	

.datum {
	font-size: 10px;
	margin-bottom: 10px;	
}

/* lightbox 2.02 */

#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: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 96px; float: right;  padding-bottom: 0.7em;	}	
#imageData #bottomNavClose img {
	width: 96px ! important;
	height: 22px ! important;	
}	

	
#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 */
	}
