@charset "UTF-8";
body  {
	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: #0e0e10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0e0e10;
	background-image: url(../bilder/hntgr.gif);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
    .twoColFixLtHdr #container {
	width: 1020px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #0e0e10;
    } 
    .twoColFixLtHdr #header {
	background-color: #0e0e10;
	background-image: url(../bilder/kopf.jpg);
	background-repeat: no-repeat;
	height: 209px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: none;
    } 
    .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: 200px;
	background-color: #0e0e10;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 644px;
    }
    .twoColFixLtHdr #mainContent {
	background-color: #0e0e10;
	width: 1020px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
    } 
    .twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #0e0e10;
    } 
    .twoColFixLtHdr #footer p {
    	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
    	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
    }
    .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;
    }
.twoColFixLtHdr #zahn 
{
	background-color: #0e0e10;
	height: 400px;
	width: 400px;
	background-image: url(../bilder/zahntechnik.jpg);
	float: left;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #text 
{
	background-color: #0e0e10;
	height: 100px;
	width: 800px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}
.twoColFixLtHdr #text2 
{
	background-color: #0e0e10;
	height: 400px;
	width: 800px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 16px;
}

.twoColFixLtHdr #info {
	background-color: #0e0e10;
	height: 344px;
	width: 330px;
	background-image: url(../bilder/infografik.jpg);
	float: left;
	background-repeat: no-repeat;
}


.twoColFixLtHdr #menue_1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0e0e10;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #menue_1 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #634425;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #menue_1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #66666;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}


.twoColFixLtHdr #menue_2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0e0e10;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #menue_2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5D4129;
	font-weight: bolder;
	background-color: #73717E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #menue_2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #66666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #menue_3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0e0e10;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #menue_3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CFBB7D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #menue_3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #66666;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 5px;
}

.twoColFixLtHdr #menue_4 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #343434;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
}
.twoColFixLtHdr #menue_4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #5C5C5C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
}
.twoColFixLtHdr #menue_4 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #66666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
}

.twoColFixLtHdr #menue_5 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0e0e10;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
}
.twoColFixLtHdr #menue_5 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #343434;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
}
.twoColFixLtHdr #menue_5 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #66666;
	font-weight: bolder;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E4B037;
	border-right-color: #E4B037;
	border-bottom-color: #E4B037;
	border-left-color: #E4B037;
	height: 20px;
	width: 160px;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
}


#gbild_1 {
	height: 172px;
	width: 255px;
	float: left;
	margin-left: 10px;

}
#gbild_2 {
	height: 172px;
	width: 255px;
	float: left;
	margin-left: 10px;

}
#gbild_3 {
	height: 172px;
	width: 255px;
	float: left;
	margin-left: 10px;
	
}
#gbild_4 {
	height: 172px;
	width: 255px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	
}
#gbild_5 {
	height: 172px;
	width: 255px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;

}
#gbild_5 {
	height: 172px;
	width: 255px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;

}
#gbild_6 {
	height: 172px;
	width: 255px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;

}
#gbild_7 {
	height: 172px;
	width: 255px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;

}
#gbild_8 {
	height: 172px;
	width: 255px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;

}
.twoColFixLtHdr #contact {
	width: 300px; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 250px;
	background-color: #5D4126;
	height: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	border: 1px solid #FFFFFF;
    } 
    .twoColFixLtHdr #header {
	background-color: #0e0e10;
	background-image: url(../bilder/kopf.jpg);
	background-repeat: no-repeat;
	height: 209px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: none;
    } .twoColFixLtHdr #container #footer .Stil1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: center;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #343434;
	clear: none;
	height: 400px;
	width: 300px;
	float: left;
	margin-left: 200px;
}
#t_bild {
	height: 160px;
	width: 243px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #343434;
}
