@charset "utf-8";
body {
    font: 62.5% Verdana, Arial, Helvetica, sans-serif;
    background: #E5E5E5;
    margin: 0; /* margin (Rand) + padding (Auffüllung) auf 0, wegen unterschiedlicher Browser-Standardeinstellungen */
    padding: 0;
    color: #003866;
    text-align: center;
    }

div#centerlayout{
	position:absolute;
	left:50%;
	top:5px;
	/*margin-top:-285px;*/
	margin-left:-478px;
	height:600px;
	width:950px;
	background-color:#FFFFFF;
	border-width:0.2em;
	border-style:solid;
	border-color: #003866;
	font-size:1.1em;
	}



div#head_banner{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:105px;
	z-index:1;
	background-color:#FFFFFF;
	}

div#speech{
	position:absolute;
	top:0px;
	right:0px;
	width:auto;
	height:auto;
	z-index:2;
	color:003866;
	padding:0.5em;
	}

div#menue_links{
	position:absolute;
	text-align: left;
	top:122px;
	left:12px;
	width:170px;
	height:465px;
	/*max-height:480px;
	max-width:170px;*/
	overflow:auto;
	line-height:1.5em;
	z-index:2;
}

div#text{
	position:absolute;
	text-align: left;
	top:125px;
	left:185px;
	width:425px;
	height:440px;
	padding-right:10px;
	/*text-align:justify;
	max-height:440px;*/
	line-height:1.2em;
	overflow:auto;
	scrollbar-face-color: #ffffff;
	z-index:1;
}

div#kontakt{
	position:absolute;
	text-align: left;
	top:125px;
	left:175px;
	width:700px;
	height:auto;
	/*padding-right:10px;
	text-align:justify;
	line-height:1.2em;*/
	max-height:450px;
	overflow:auto;
	scrollbar-face-color: #ffffff;
	z-index:1;
}

div#bild{
	position:absolute;
	top:125px;
	right:8px;
	width:auto;
	height:auto;
	max-height:440px;
	max-width: 300px;
	overflow:hidden;
	line-height:1.2em;
	z-index:1;
}

div#adr_unten{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:15px;
	border-top-style:solid;
	border-top-color:#003866;
	border-top-width:0.2em;
	/*padding:0.5em;*/
	z-index:1;
}



div#suche{
	position:absolute;
	top:125px;
	text-align:center;
	}

.einrueck{
	text-align:left;
	margin-left:0.7em;
}

.einrueck_mehr{
	text-align:left;
	margin-left:1.3em;
}

.klein {
	font-size:0.9em;
}

.rot {
	color: #d65134;
}

.weiss {
	color: #ffffff;
}

.fett {
	font-weight:bold;
}

h1 {
	font-size: 1.3em;
	color: #d65134;
	line-height:1.5em;
}
h2 {
	font-size: 1.1em;
	color: #d65134;
	line-height:1em;
}

h3{
	font-size:1em;
	color:#d65134;
}

h4{
	font-size:1em;
	font-weight:bold;
	color:#000000;
}

/* SITEMAP */
ul.sitemap {
	list-style-image:url(../images/pfeil.gif);
	list-style-position:inside;
}

.zeilenabstand{
	line-height:1.7em;
	}
/* SITEMAP-Ende */

a:link, a:visited{
	color:#003866;
	text-decoration:none;
	border:none;
	border-color:ffffff;
}
a:hover, a:active{
	color:#D65134;
}
div#text a:link{
	color: #999999;
	text-decoration:none;
	border:none;
	border-color:ffffff;
}
div#text a:hover{
	color:#D65134;
}
div#text a:visited{
	color:#003866;
	text-decoration:none;
}
