/* stilvorlage fuer http://www.zinzendorfhaus.de 	*/
/* beginn des projektes april 2005 			*/

/* aus alleseiten.css					*/
/* ############################################ 	*/



/* allgemeine html-tag definitionen		*/
/* # # # # # # # # # # # # # # # # # # # # # # 	*/


body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;

}

html, body {
	height: 100%;
	}

/* Height Fehler Ueberbrueckung fuer den Internet Explorer 		*/
/* min-height fuer alle Browser, height nur (* html) fuer den I.E. 		*/
/* http://bzabza.com/css/1/ 						*/

* html #center
{
  height: 100%
}

/* bereichsdefinitionen 			*/
/* # # # # # # # # # # # # # # # # # # # # # # 	*/


#center {
	min-height: 100%;
	width: 16.5cm;
	margin: 0 auto 0 0;
}

#linkespalte {
	width: 185px;
	margin: 0;
	padding: 0;
	display: none;
}
	
#rechtespalte {
	width: 588px;
	padding: 0;
	margin: 0;
}



#service {
	width: 573px;
	text-align: right;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-right: 15px;
	display: none;
}

#service a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	}

#service a:link  {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#service a:visited {
	color: #333333;
	text-decoration: none;
	}

#service a:focus, #service a:hover, #service a:active { 
	color: #FFAC17;
	text-decoration: underline;
	}

	
#oben {
	height: 90px;
	width: 588px;
	margin: 0px;
	padding: 65px 0 0 0;
	display: none;
}




#content {
	width: 16.5cm;
	margin-left: 20px;
}


#inhaltmitte {
	float: left;
	width: 10cm;
	padding-right: 1cm;


}

#willkommen {
	margin: 1cm 0 0 0;



}



#willkommen p {
	color: #555555;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	margin: -5px 0 0 0;
	padding-right: 10px;
}
#willkommen p a {
	color: #3F6DCD;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}


#boxenrechts {
	float: left;
	margin: 1cm 0 0 0;

}
.kontaktbox {
	width: 175px;
	padding: 10px;
	border-left: 2px solid #aaaaaa;
	margin: 0 0 0.5cm 0;
	padding: 0 0 0 0.5cm;
}
.topbox, .galeriebox {
	display: none;
}

.kontaktbox p, .topbox p {
	line-height: 18px;
	color: #000000;
	padding: 0 0 0 0;
	text-indent: 0px;
}


#textmitte {
	clear: both;

}





#logo {
	width: 175px;
	height: 50px;
	margin: 80px 0px 0px 0px;
	display: none;
	}

#drucklogoeins {
	margin: 0 0 0.2cm 0;
	display: block;
	}
#drucklogozwei {
	display: block;
	}

#location {
	display: block;
	margin: 0.5cm 0 0 20px;
}

#location p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}

#location p b {
	font-weight: bold;
	
}



#navigation {
	display: none;
}

#pfad {
	display: none;
}

.invisible {
	display: none;
}


.service {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: right;
	margin: 0 13px 0 0;
	padding: 0;
}




.feature {
	font-style: italic;
	margin-bottom: 23px;
	width: 400px;
	margin-top: 11px;
}
.fuenf {
	color: #666666;
	padding-left: 0px;
}
.preis {
	color: #666666;
	padding-left: 0px;
}

.kontakt a:link  {
	color: #333333;
	text-decoration: none;
	}
	
.kontakt a:visited {
	color: #333333;
	text-decoration: none;
	}

.kontakt a:focus, .kontakt a:hover, .kontakt a:active { 
	color: #333333;
	text-decoration: underline;
	}
.kontakt {
	color: #333333;
	padding-left: 0px;
	margin-left: 0px;
}

.invisible {
	display: none;
}

/* aus alleseiten.css					*/
/* ############################################ 	*/


/* allgemeine html-tag definitionen - ABSAETZE	*/
/* # # # # # # # # # # # # # # # # # # # # # # 	*/

p, td p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 18px;
}


td p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}




/* allgemeine html-tag definitionen - LINKS	*/
/* # # # # # # # # # # # # # # # # # # # # # # 	*/

a {
	color: #000066;
	text-decoration: underline;
}

/* - - - immer diese reihenfolge beachten 	*/
/* Link, Visited, Hover, Focus, Activ		*/


a:link { 
	color: #000066;
	text-decoration: underline;
}
a:visited { 
	color: #000066;
	text-decoration: underline;
}
a:focus { 
	color: #000066;
	text-decoration: none;
	}
a:hover { 
	color: #000066;
	text-decoration: none;
	}
a:active { 
	color: #000066;
	text-decoration: none;
	}



/* allgemeine html-tag definitionen - UEBERSCHRIFTEN	*/
/* # # # # # # # # # # # # # # # # # # # # # # 		*/

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin: 0 0 0 0;
	height: 30px;
}


/* 	H2 						 */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 17px 0px 5px 0px;
	letter-spacing: 0px;

}

h2 a:link, h2 a:visited  { 
	color: #000000;
	text-decoration: none;
}
h2 a:focus, h2 a:hover, h2 a:active { 
	color: #CC3300;
	text-decoration: underline;
	}

/* 	H3 						 */

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	width: auto;

}

h3 a:link, h3 a:visited { 
	color: #000000;
	text-decoration: none;
}

h3 a:focus, h3 a:hover, h3 a:active  { 
	color: #000000;
	text-decoration: underline;
	}



/* 	H5 						 */

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 0px 0px;
	letter-spacing: 0px;
}

/* 	H6 						 */

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	margin: 25px 0px 11px 0px;
	letter-spacing: 0px;
}


/* allgemeine html-tag definitionen - LISTEN UND MEHR	*/
/* # # # # # # # # # # # # # # # # # # # # # # 		*/


ul {
	font-size: 12px;
	line-height: 18px;
	list-style-type: disc;
	margin-top: 5px;
}

li {
	margin-bottom: 0px;
}

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}



/* allgemeine html-tag definitionen - PHYS. TEXTAUSZEI	*/
/* # # # # # # # # # # # # # # # # # # # # # # 		*/


	/* fett			*/
b {
}

	/* kursiv			*/
i {
}

	/* unterstrichen			*/
u {
}


#unten {
	display: none;
}
