@charset "utf-8";

/* ---------- HTML (Scroll-Leiste nur Internet Explorer,Opera und Konqueror) ---------- */
html { 
	scrollbar-base-color:#D7BEAA; /*Basisfarbe der Scroll-Leiste OK*/
	scrollbar-3d-light-color:#FFFFFF; /*Farbe für 3D-Effekte - nichts zu sehen ???*/
	scrollbar-arrow-color:#622938; /*Farbe für Verschiebepfeile OK*/
	scrollbar-darkshadow-color:#622938; /*Farbe für Schatten OK*/
	scrollbar-face-color:#ECE2D8; /*Farbe für Oberfläche OK*/
	scrollbar-highlight-color:#FFFFFF; /*Farbe für oberen und linken Rand OK*/
	scrollbar-shadow-color:#86595E; /*Farbe für unteren und rechten Rand OK */
	scrollbar-track-color:#F7F2EE;  /*Farbe für freibleibenden Verschiebeweg OK*/
}


/* ---------- BODY (Scroll-Leiste nur Internet Explorer,Opera und Konqueror) ---------- */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background-image: url(../grafik/logos/logo1.jpg);
	background-repeat: repeat;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	scrollbar-base-color:#D7BEAA; /*Basisfarbe der Scroll-Leiste OK*/
	scrollbar-3d-light-color:#FFFFFF; /*Farbe für 3D-Effekte - nichts zu sehen ???*/
	scrollbar-arrow-color:#622938; /*Farbe für Verschiebepfeile OK*/
	scrollbar-darkshadow-color:#622938; /*Farbe für Schatten OK*/
	scrollbar-face-color:#ECE2D8; /*Farbe für Oberfläche OK*/
	scrollbar-highlight-color:#FFFFFF; /*Farbe für oberen und linken Rand OK*/
	scrollbar-shadow-color:#86595E; /*Farbe für unteren und rechten Rand OK */
	scrollbar-track-color:#F7F2EE;  /*Farbe für freibleibenden Verschiebeweg OK*/
}


/* ---------- Versteckt das Logo für den Ausdruck in der Bildschirmversion-------------- */
#drucklogo { display: none; }

/* ---------- dieser container zentriert das layout -------------- */
#website {
	width: 990px;
	height: 600px;
	text-align:left;   /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;   /* standardkonforme horizontale Zentrierung */
	font-size: 12px;
	padding: 0px 0px;
	background-color: #FFFFFF;
}

/* ---------- CONTAINER ---------- */
#header
 {
	height: 160px;
	width: 980px;
	font-weight: bold;
	padding-right: 10px;
	background-image: url(../grafik/layout/header-rahmen.jpg);
}
#slogan {
	position: relative;
	top: 47px;
	margin-top: 0px;
	width: 205px;
	left: 772px;
}

#a-nav {
	position: relative;
	text-align: center;
	top: 116px;
}

	#a-nav li {
	list-style-type: none;
	display: inline;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #b51434;
	padding-left: 10px;
	padding-right: 10px;
	}
	
	#clear-left   { clear: left; }
	
#b-nav {
	background-color: #D4BBA5;
	width: 180px;
	height: 410px;
	color: #006148;
	float: right;
	text-align: left;
	background-image: url(../grafik/layout/nav-b-rahmen.jpg);
}

	#b-nav ul {
	list-style-type: none;
	line-height: 3.5ex;
	padding-left: 10px;
	float: left;
	width: 160px;
	margin-top: 15px;
	margin-left: 0px;
	font-size: 11px;
	}

#b-nav hr { margin-right: 10px; 
}


#b-nav ul ul {
	margin-left: -10px;
	margin-top: 0px;
}


#fotos {
	width: 195px;
	height: 402px;
	float: left;
	padding-bottom: 4px;
	padding-top: 4px;
	background-image: url(../grafik/layout/fotos-rahmen.jpg);
	padding-left: 10px;
}

#inhalt {
	height: 395px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	color: #622938;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#kontakt #website #inhalt {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	height: 405px;
}

#inhalt p { line-height: 2.5ex; }

#inhalt #c-nav ul li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #622938;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 10px;
}

#inhalt ol { line-height: 2.5ex; }

#inhalt ul { list-style-image: url(../grafik/logos/aufzaehlungszeichen.jpg); }


#inhalt li { margin-bottom: 10px; }


#inhalt p img {
	float: right;
	margin-left: 20px;
	margin-bottom: 0px;
}
#referenzen #website #inhalt table { line-height: 3.5ex; }

#international #website #inhalt p img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 3px;
	margin-left: 0px;
}




#footer
 {
	clear: both;
	height: 25px;
	width: 960px;
	color: #b51434;
	font-size: 10px;
	text-align: left;
	padding-top: 5px;
	background-image: url(../grafik/layout/footer-rahmen.jpg);
	padding-left: 30px;
}

#miniflaggen {
	float: right;
	position: relative;
	top: 0px;
	right: 40px;
}

#telefon { display: none; }

#website #inhalt #kontakt #aanrede {
	font-size: 10px;
	color: #622938;
}

#website #inhalt #kontakt #aabsenden { font-weight: bold; 
}

#website #inhalt h2 { margin-bottom: 5px; }

input { color: #622938; }
