@charset "utf-8";
body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #999999;
    	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
    .twoColFixLtHdr #container {
	width: 960px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(images/HG-content.gif);
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
    } 
    .twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/Auge.jpg);
	height: 210px;
    } 
    .twoColFixLtHdr #header h1 {
    	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
    }
    .twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 140px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB;
	padding-top: 80px;
    }
    .twoColFixLtHdr #mainContent {
	/*font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;*/
	margin: 0 0 0 200px; /* padding (Auffüllung) bezeichnet den Innenabstand und margin (Rand) den Außenabstand der div -Box. */
    } 
    .twoColFixLtHdr #footer {
	background-color: #3e9f9e;
	height: 23px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
    } 
    .fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
	
	#logo {
	background-image: url(images/logo_head.gif);
	height: 160px;
	width: 291px;
	position: relative;
	right: -600px;
	top: -75px;
	}
	
	#navileiste {
	background-color: #3e9f9e;
	height: 23px;
	padding-left: 380px;
	}
	
	#flagleiste {
	width: 50px;
	float: left;
	}

#MenuBar1 .produkte {
	font-weight: bold;
	color: #666666;
	background-color: #EBEBEB;

	margin-left: 0px;
	/*padding-left: 10px;*/
		width: 139px;
	text-align: center;
	/*position: relative;
	top: 11px;*/
	line-height: 30px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #3e9f9e;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

#topline {
	font-weight: bold;
	color: #666666;
	background-color: #EBEBEB;
	margin-left: 0px;
	margin-bottom: 1px;
	/*padding-left: 10px;*/
		width: 139px;
	text-align: center;
	/*position: relative;
	top: 11px;*/
	line-height: 40px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #3e9f9e;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	}


#navibox {
	height: 23px;
	width: 520px;
	float: left;
}

#flag {
	width: 30px;
	height: 17px;
	padding-top: 3px;
}

	#fusszeile li {
	display: inline;
	padding-right: 30px;
	margin-left: 35px;
	text-decoration: none;
	line-height: 21px;
	color: #FFFFFF;
}
#fusszeile li a {
		text-decoration: none;
		list-style-image: none;
		color: #FFFFFF;
		background-position: 0px 0px;
		line-height: 21px;
		height: 21px;
		z-index: 1000;
}
#fusszeile  a:hover  {
		background-image: url(images/menueleiste1.gif);
		background-repeat: repeat-x;
		line-height: 21px;
		height: 21px;
		z-index: 1000;
}


#fusszeile {
		display: inline;
		list-style-type: none;
}

#header h1 {
	background-image: url(images/logo_head.gif);
	background-repeat: no-repeat;
	height: 160px;
	width: 291px;
	position: relative;
	left: 693px;
	top: -24px;
	line-height: 500px;
	overflow: hidden;

}

#box1 {
	height: auto;
	width: 500px;
	float: left;
	margin-right: 70px;
}

#box2 {
	background-color: #EBEBEB;
	height: 650px;
	width: 130px;
	float: left;
	padding-left: 18px;
}

#headpartner {
	width: 110px;
	font-weight: bold;
	font-size: 90%;
	background-color: #EBEBEB;
	color: #666666;
	text-align: center;
	/*border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #408064;*/
	margin-bottom: 1px;
	margin-top: 80px;
	border: thin solid #999999;
	vertical-align: middle;
}


#partner {
	width: 115px;
	padding: 0;
	margin-bottom: 60px;
	font-size: 80%;
	margin-left: 0px;
	margin-top: 0px;
}



#partner ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	left: -70px;
	list-style-position: outside;
	width: 100%;
}


#partner li {
	margin: 0 0 1px 0;
	width: 100%;
		}

#partner li a:link, #partner li a:visited {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 0.5em;
	background-color: #EBEBEB;
	color: #666666;
	width: 100px;
	border: thin solid #999999;
}

html>body #partner li a {
		width: auto;
}

#partner li a:hover, #partner li a:active, #partner li a:focus {
	border-left: 8px solid #62A286;
	background-color: #72C39F;
	color: #F3F8EF;
	width: 93px;
}

#isologo {
		margin-top: 50px;

}


#welcome {
margin-top: 40px;
color:#666666;
}
h3   {
	color: #CC3300;
	margin-bottom: 20px;
}

.infobox {
	height: 205px;
	width: 480px;
	margin-left: 25px;
	padding-left: 5px;
	margin-bottom: 15px;
	border: thin solid #999999;
}

.infobox2 {
	height: 140px;
	width: 480px;
	margin-left: 25px;
	padding-left: 5px;
	margin-bottom: 25px;
	border: thin solid #999999;
}

#headline {
	width: 480px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	}
	
	
#headline1 {
	width: 450px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 20px;
	}

#subhead {
	width: 450px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:italic;
	padding-left: 70px;
	padding-top: 5px;
}	
	
	
	
#image {
	padding-top: 5px;
	/*padding-left: 20px;*/
	padding-left: 120px;
	padding-bottom: 0;
	width: 130px;
	height: 150px;
	}
	
#image2 {
	padding-top: 5px;
	padding-left: 4px;
	height: 90px;
	}
	
.rechts {
	/*float: right;*/
	margin-left: 15px;
	}	

/*#balken {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	vertical-align: top;
	background-position: center;
	padding-left: 12px;
	color: #CC0000;
	padding-top: 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-color: #807459;
	border-bottom-style: solid;
	height: 20px;
}*/

#beschreibung {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color:#666666;
	font-weight: bold;
	padding-left: 180px;
	padding-top: 5px;
}

#beschreibung2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color:#666666;
	/*padding-left: 40px;*/
	text-align: center;
}



hr {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666666;
}
 

