@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
body {
    height: 100%;
    width: 100%;
    background-color: #B06C00;
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 130%;
    overflow: hidden;
}

.bildLader { display: none; width: 0px; height: 0px; }
img.ganzHinten {
    margin: 0;
}
#bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
#scroller {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 50;
}
#wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 600px;
	padding: 0;
	background: transparent url(../images/linien.gif) repeat-x 0px 445px;
	z-index: 200;
	overflow: visible;
}
#main {
    position: absolute;
    top: 0;
    left: 50%;
    width: 760px;
    height: auto;
    margin-left: -380px;
	padding: 0;
    z-index: 200;
    overflow: hidden;
}
#scroll-h { margin: 62px auto 0 auto; padding: 0; width: auto; text-align: center; }
	.scroll-h-text { width: auto; color: #fff; font-size: 1.3em; font-family: Courier, serif; font-style: italic; }	

#visitenkarte { display: block; height: 426px; width: 609px; margin: 43px auto 0 auto; }	
#sprechzeiten { height: 120px; width: 618px; margin: 70px auto 0 auto; }
	.tabelle { display: block; height: auto; width: 650px; margin: 0 auto; }
		.tabelleZeileErste { height: 30px; width: auto; vertical-align: top; }
		.tabelleZeile { height: 24px; width: auto; }		
		.tabelleZelle { height: auto; width: auto; padding-right: 44px; text-align: left; color: #fff; font-size: 1.1em; font-weight: normal; }
		.tabelleZelleLetzte { height: auto; width: auto; padding-right: 0; text-align: left; color: #fff; font-size: 1.1em; font-weight: normal;  }
	.textzeile { display: block; height: 24px; width: auto; margin: 20px auto 0 auto; padding: 0; text-align: center; color: #fff; font-size: 0.9em; font-weight: normal; }
#nav { height: 50px; width: 760px; margin: 50px auto 0 auto; text-align: center; }	
	a:link#buttonNotdienst { display: block; width: 196px; height: 44px; margin: 0 auto; background: transparent url(../images/buttonNotdienst.gif) no-repeat; }
	a:visited#buttonNotdienst { background: transparent url(../images/buttonNotdienst.gif) no-repeat; }
	a:hover#buttonNotdienst { background: transparent url(../images/buttonNotdienstHover.gif) no-repeat; }
	a:active#buttonNotdienst { background: transparent url(../images/buttonNotdienstClicked.gif) no-repeat; }
#footer { height: 50px; width: 760px; margin: 54px auto 0 auto; }
	.copyright { display: block; height: 20px; width: auto; margin: 5px auto; padding: 0; text-align: center; font-size: 0.8em; color: #fff; }

.textLink { padding-left: 3px; text-decoration: none; }	
a:link { color: #fff; }	
a:visited { color: #fff; }	
a:hover { color: #ff8196; }	
a:active { color: #42c449; }	

/* --------------------------------------------------- */
/* -------- Style-Angaben für Popup-Fenster --------  */
/* ------------------------------------------------- */

#mainPopup { 
	position: absolute;
    top: 0;
    left: 50%;
    width: 600px;
    height: auto;
    margin-left: -300px;
    z-index: 200;
    overflow: hidden;
}

#contentPopup { display: block; width: 553px; height: auto; margin: 30px auto 0 auto; padding: 0; color: #875417; }

.wichtig { font-size: 1.5em; font-weight: bold; margin-top: 0.5em; margin-bottom: 0.8em; }
.closePopup { display: block; width: 553px; height: auto; margin: 30px auto 0 auto; padding: 0; }
	a:link#linkPopup { color: #875417; }
	a:visited#linkPopup { color: #875417; }
	a:hover#linkPopup { color: #ff8196; }
	a:active#linkPopup { color: #42c449; }

h1 { margin-bottom: 0.8em; }