﻿@charset "utf-8";
body           /* CSS Document */

  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
    }
    #container {
	width: 936px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element aufgehoben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
    } 
#head1 {
	padding: 0px;
	height: 207px;
	width: 936px;
	margin: 0px;
	background-repeat: no-repeat;
    } 
#navi_oben {
	font-size: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;
	position: static;
	margin-top: 122px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}
#container #head1 img {
	margin-top: 93px;
	margin-left: 400px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#container #head1 #navi_oben input {
	background-color: #EAEAEA;
	border: 1px solid #AEE0EB;
	font-size: 11px;
	width: 80px;
	text-align: center;
}

ul {
	margin: 0px;
	padding: 0px;
}
a:link {
		color: #618991;
		text-decoration: none;
	}

a:visited {
	color: #618991;
	text-decoration: none;
}
	
a:hover {
		color: #93c9d5;
		text-decoration: none;
		background-color: #333333;
	}

#container  #head1  #navi_oben  a  {
	text-decoration: none;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#container  #head1  #navi_oben  li  {
	display: inline;
	list-style-type: none;
	padding-right: 7px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}


#suche {
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

    #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
	background-image: url(http://oezpa.de/img/Kasten-grau-links_220.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #E3E4E6;
    }
#container  #head1  form  {
	padding: 0px;
	margin-right: 0px;
	margin-left: 263px;
	margin-top: -18px;
}

    #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 220px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 70%;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #8FC5D1;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
    }
	 #sidebar2 a:link {
		color: #618991;
		text-decoration: none;
	}
	
	#sidebar2 a:hover {
		color: #93c9d5;
		text-decoration: none;
		background-color: #333333;
	}
/*#container #sidebar2 a {
	text-decoration: none;
	color: #5D848B;
	background-color: #EBEBEB;
}*/

    #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #06c5e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 215px;
	margin-top: 70px;
    } 
    #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. */
    }
p {
	margin: 0px;
	padding: 0px;
}

    .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;
    }

	h1,h2,h3,h4,h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
	h1 {
	color:#00c4df;
	font-size:130%;
}
h2 {
	font-size: 100%;
	color: #5D848B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D848B;
	padding-bottom: 3px;
}

h3 {
	margin-bottom:0px;
	font-size: 95%;
	padding-bottom: 0px;
	color: #5D848B;
}
.active {
	color: #00c4df;
	font-weight: bold;
}
#kundenstimmen {
	background-color: #E6F5F8;
	color: #000000;
	border: 1px dotted #94CCD9;
	padding: 5px;
}

    #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #333333;
	min-height: 500px;
    } 
#container #mainContent p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
	font-size: 100%;
}
#container #mainContent h1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-size: 120%;
	color: #5D848B;
}
#container #mainContent h2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-size: 120%;
	border-bottom-style: solid;
	border-bottom-color: #5D848B;
}


#container #mainContent ul {
	list-style-type: square;
	list-style-position: inside;
	line-height: 150%;
}


#mainContent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #333333;
}
#mainContent2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #333333;
	text-align: justify;
	min-height: 500px;
}
#mainContent3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #333333;
	min-height: 500px;
}
#mainContent4 {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #333333;
	min-height: 500px;
}
#container #mainContent3 p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
	font-size: 100%;
}
#container #mainContent3 h2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-size: 120%;
	border-bottom-style: solid;
	border-bottom-color: #5D848B;
}
#container #mainContent3 h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #mainContent3 table {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#container #mainContent3 ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 15px;
	line-height: 150%;
}

#container #mainContent4 p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 130%;
	font-size: 100%;
}
#container #mainContent4 h2 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	font-size: 120%;
	border-bottom-style: solid;
	border-bottom-color: #5D848B;
}
#container #mainContent4 h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #mainContent4 ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar_ueber_uns_kurzinfo {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/070_a.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar_ueber_uns_h_oezdemir {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/h_oezdemir_profil.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar_ueber_uns_lagler_oezdemir {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/b_lagler_oezdemir_IMG_0084_profil.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar_ueber_uns_huth {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/d_huth.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar_ueber_uns_retterath {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/h_retterath.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}

/*#sidebar_ueber_uns_roth {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/k_roth_img_0306.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}*/
#sidebar_ueber_uns_schulte {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/m_schulte_img_0289.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}


#sidebar_ueber_uns_team {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/team_weiss.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar_ueber_uns_geschichte {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/leitung_img_0465.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}
#container #mainContent3 a:link {
	color: #618991;
	text-decoration: none;
}
#container #mainContent3 a:visited {
	color: #333333;
	text-decoration: none;
}
#container #mainContent3 a:hover {
	color: #93C9D5;
	text-decoration: none;
	background-color: #333333;
}
.highlight {
	background-color: #FFFF33;
}
#container #mainContent3 p {

}
.ohne {
	list-style-type: none;
}
.ohneh {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#container #mainContent h3 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container #head1 img {
	margin: 0px;
	padding: 0px;
}
#container  #head1  form  {
	position: absolute;
	left: 431px;
	top: 137px;
	margin: 0px;
	padding: 0px;
}
#container #head1 input {
}
#container  #mainContent3  #inhalt ul {
	
	list-style:none;
}
#container #mainContent3 #inhalt li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: transparent;
	background-image: url(http://oezpa.de/img/navi/down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 150%;
}
#container #mainContent3 table {

}

#container #mainContent3 table ul {
	list-style:none;
}
#container #mainContent3 table li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-color: transparent;
	background-image: url(http://oezpa.de/img/navi/down.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 150%;
}
#container #mainContent3 h3 img {
	padding-right: 5px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container  #mainContent3  h3  a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}
#sidebar_ueber_uns_roth {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/k_roth_img_0306.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebar_ueber_uns_schulte {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 270px; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 0; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	font-size: 80%;
	background-image: url(http://oezpa.de/img/personen/m_schulte_img_0289.jpg);
	height: 400px;
	background-repeat: no-repeat;
	background-position: left top;
}
col#middle {
	background: yellow;
	text-align: center;
}
/*.mcemenu {
	list-style-type: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: outside;
	line-height: 150%;
}
.mcea {
}
#mce {
	text-align: left;
	margin-left: 5px;
}
#mce  a:link, a:visited, a:hover {
	text-align: left;
	color: #000000;
}*/
