/* Allgemein --------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	margin: 0px;
	padding: 0px;
	}

h1, h2, h3, h4, p, ul, li, a, td, label, input, textarea, span, div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #524d4b;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	}
	
a {
	text-decoration:none;
	}
	
#backgrimage {
	position: fixed; 
	top: -50%; 
	left: -50%; 
	width: 200%; 
	height: 200%;
	}
	
#backgrimage img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
	}	
	
/* Header ----------------------------------------------------------------- */
#header {
	list-style-type: none;
	position: relative;
	top: 38px;
	left: 7px;
	border: 0px;
	z-index: 4;
	}


/* navigation --------------------------------------------------------------------*/
#navi {
	height: 82px;
	width: 100%;
	}

#navi_ebene_1, #navi_ebene_2 {
	list-style-type: none;
	margin: 0px;
	padding: 7px 7px 7px 80px;
	width: 100%;
	z-index: 4;
	}

#navi_ebene_1 {
	position: relative;
	top: 0px;
	left: 0px;
	}
    
	#navi_ebene_1 li {
	display: inline;
	line-height: 45px;
	padding: 7px 0 7px 0;
	width: 1000px;
    }
    
    
    #navi_ebene_1 li a {
	padding: 0;
	margin: 0 12px 0 12px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
    }
    
    #navi_ebene_1 li a:hover, #navi_ebene_1 li a.over  {
	color: #C8D9E4;
	text-decoration: underline;
    }

#navi_ebene_2 {
	position: absolute;
	top: 45px;
	left: 0px;
	height: 45px; 
	width: 1000px; 
	padding-top: 0px;
	}

    #navi_ebene_2 li {
		display: inline;
		background: none;
		line-height: 10px;
		padding-bottom: 3px;
		}
    
	#navi_ebene_2 li a {
		padding: 0;
		margin: 0 7px 0 12px;
		line-height: 10px;
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		}
    
    #navi_ebene_2 li a:hover, #navi_ebene_2 li a.over  {
		color: #C8D9E4;
		text-decoration:underline; 
		}


/* Nebennavigation --------------------------------------------------------------------*/

#nebennavi {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 5px;
	height: 20px;
	color: #524d4b;
	width: 100%;
	text-align: right;
	}

    #nebennavi li {
		display: inline;
		}

    #nebennavi li a {
		padding: 0;
		margin: 0 10px 0 0;
		line-height: 14px;
		color: #524d4b;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		}
    
    #nebennavi li a:hover, #nebennavi li a.over  {
		text-decoration: underline;  
		}


/* Zentrierung ------------------------------------------------------------ */
#zentrierung {
	margin: 0 auto;
	width: 1000px;
	}

#block-backgr {
	position: absolute;
	background: url(../grafik/nav_background.png);
	top: 94px;
	height: 82px;
	width: 100%;
	z-index: 0;
	overflow: hidden;
	left: 0px;
	}

#block-1 {
	position: relative;
	background: url(../grafik/page_background.png);
	height: 94px;
	width: 1000px; 
	z-index: 3;
	overflow: hidden;   
	}

#block-2 {
	position: relative;
	background: url(../grafik/page_background.png);
	height: auto /*450px*/;
	width: 1000px; 
	z-index: 3;
	overflow-y: auto;
	}

#block-3 {
	position: relative;
	background: url(../grafik/page_background.png);
	height: 16px;
	width: 1000px; 
	margin-bottom: 45px;
	z-index: 3;
	top: 4px;
	overflow: hidden;
	}   


/* Textbereich ------------------------------------------------------------*/  
#content {
	margin: 0;
	padding: 45px 45px 20px 92px;
	}

	#content h1, #content h1 a {
		font-size: 16px;
		font-weight: bold;    
		color: #746B61;
		margin: 0px 0 22px 0;
		line-height: 1.4em;      
		}

    #content h2, #content h2 a {
		font-size: 12px;
		font-weight: bold;
		color: #746B61;
		margin: 18px 0px 13px 0px;
		line-height: 1.3em;
		}

    #content h3, #content h3 a {
		font-size: 12px;
		font-weight: normal;
		color: #746B61;
		text-decoration: underline;
		margin: 12px 0px 13px 0px;
		line-height: 1.3em;
		}
    
    #content h4 /*Notrufnummer*/ {
		font-size: 24px;
		font-weight: bold;
		color: #F36;
		line-height: 1.5em;
		padding-bottom: 12px;
		}
		
	#content p {
		font-size: 12px;
		color: #3E3B39;
		line-height: 1.5em;
		padding-bottom: 12px;
		}


    #content a {
		font-size: 12px; 
		text-decoration: underline; 
		color: #3E3B39;
		}
	
	#content a:hover {
		text-decoration:none;
		}

    #content table {
		border-collapse: collapse;
		font-size: 12px;
		color: #3E3B39;
		line-height: 1.5em;
		padding-bottom: 12px;
		}



/* Footer ----------------------------------------------------------------- */
#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	background: url(../grafik/nav_background.png) repeat;
	z-index: 4;
	}

    #footer #footer-text {      
		position: relative;
		}

    #footer #footer-text .text p {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-weight: normal;
		padding: 10px;
		margin: 0px;
		float: left;
		}
