@charset "utf-8";

/*****************************
*	CLEAR					 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	}
	
/*****************************
*	SYSTEM TAGS				 */

body {
	background: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	line-height: 1.25em;
	color: #666666;
	}
	
img {
	float: left;
	display: inline;
	border: 0;
	}
	
a {
	color: #00a687;
	}
	
a:hover {
	text-decoration: none;
	}
	
p {
	margin: 1em 0 1em 0;
	}

ul {
	list-style: none outside;
	padding: 0;
	margin: 1em 0 1em 1.25em;
	}
	
dl dt {
	width: 40%;
	float: left;
	padding-left: 5%;
	margin-bottom: 1em;	
	background: url("../../images/sonstiges/list_img_gruen.gif") no-repeat 0 0.25em;
	clear: both;
	}
	
dl dd {
	width: 48%;
	padding-left: 6%;
	margin-bottom: 1em;
	float: left;
	}

small {
	font-size: 0.9166em;
	}
	
object {
	float: left;
	margin: 5px 0 15px 0;
	}

/*****************************
*	UEBERSCHRIFTEN		 	 */

h1 {
	font-size: 2.125em;
	line-height: 1em;
	font-weight: normal;
	color: #00a687;
	margin: 0.25em 0 0.625em 0;
	}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #00a687;
	margin: 1em 0 0.5em 0;
	}
	
h3 {
	font-size: 1.25em;
	color: #00a687;
	margin: 1em 0 0.5em 0;
	line-height: 1.125em;
	}
	
h4 {
	font-size: 1em;
	color: #00a687;
	margin: 0.625em 0 0.625em 0;
	}
	
h5 {
	font-size: 0.6875em;
	color: #00a687;
	margin: 0.625em 0 0.625em 0;
	}

h6 {
	font-size: 0.625em;
	color: #00a687;
	margin: 0.625em 0 0.625em 0;
	}
	
h7 {
	font-size: 1.25em;
	color: #ef741d;
	margin: 1em 0 0.5em 0;
	line-height: 1.125em;
	font-weight: bold;
	}
/*****************************
*	KOPF				 	 */

#kopf {
	width: 950px;
	height: 150px;
	margin: 0 auto;
	}
	
#kopf img {
	float: right;
	}

#kopf input,
#kopf .eingabefeld {
	margin-top: 108px;
	}

/*****************************
*	NAVIGATION			 	 */
	
#navigation {
	width: 100%;
	height: 25px;
	position: relative;
	background: #00a687;
	border-bottom: 1px solid white;
	}
	
#navigation div {
	width: 950px;
	height: 25px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	}

#navigation div ul {
	float: left;
	margin: 0;
	background: url("../../images/rahmen/navigation_ul.gif") repeat-x;
	}
	
#navigation div ul li {
	float: left;
	position: relative;
	background: url("../../images/rahmen/navigation_li.gif") no-repeat 9px 6px;
	border-right: 1px solid #5bc6b2;
	border-left: 1px solid #005b4a;
	}

#navigation div ul li:hover,
#navigation div ul li.aktiv {
	background: url("../../images/rahmen/navigation_hover.gif") no-repeat 0 0;
	border-right: 1px solid #ffb580;
	border-left: 1px solid #73370b;	
	}

#navigation div ul li a {
	height: 25px;
	float: left;
	line-height: 25px;
	font-size: 0.8375em;
	letter-spacing: -0.035em;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 11px 0 31px;
	}
	
/*****************************
*	MENUE				 	 */

#navigation div ul li ul {
	display: none;
	}
	
#navigation div ul li:hover ul {
	width: 198px;
	position: absolute;
	left: -2px;
	top: 25px;
	float: left;
	display: block;
	z-index: 150;
	padding: 13px;
	background: #f49e61 url("../../images/rahmen/navigation_ul_li_ul.gif") repeat-x 0 bottom;
	border: 1px solid white;
	}
	
#navigation div ul li.breit:hover ul {
	width: 250px;
	}
	
#navigation div ul li:hover ul li {
	width: 100%;
	background: url("../../images/sonstiges/list-img-weiss.gif") no-repeat 0 3px;	
	border: 0;
	margin: 0 0 0.4em 0;
	z-index: 150;
	}
	
#navigation div ul li:hover ul li a {
	width: 90%;
	float: left;
	padding: 0 0 0 5%;
	height: auto;
	float: left;
	font-size: 0.9266em;
	line-height: 11px;
	letter-spacing: 0;
	text-transform: none;
	}

#navigation div ul li:hover ul li:hover {
	background: url("../../images/sonstiges/list-img-weiss.gif") no-repeat 0 3px;
	border: 0;
	}
	
/*	MENUE ENDE			 	 *
/*****************************/
	
#navigation div form {
	float: left;
	height: 25px;
	line-height: 25px;
	border-left: 1px solid #025c4b;
	padding-left: 3px;
	}
	
/*****************************
*	RAHMEN				 	 */
	
#rahmen {
	width: 950px;
	min-height: 400px;
	height: auto !important;
	height: 400px;	
	margin: 0 auto;
	z-index: 50;
	}
	
#rahmen .box,
#rahmen .box_hell {
	width: 85.75%;
	float: left;
	padding: 7%;
	}
	
#rahmen .navigation {
	width: 225px;
	float: left;
	font-size: 0.9166em;
	line-height: 1.25em;
	color: #00a687;
	}
	
#rahmen .startseite .box a,
#rahmen .startseite .box_hell a,
#rahmen .navigation ul a {
	color: white;
	text-decoration: none;
	}
	
#rahmen .startseite .box,
#rahmen .navigation .box {
	background: #3cc0a9 url("../../images/rahmen/box-links.gif") repeat-x 0 bottom;
	border-top: 1px solid white;
	color: white;
	}
	
#rahmen .startseite .box_hell,
#rahmen .navigation .box_hell {
	background: #cdeee8 url("../../images/rahmen/box-hell-links.gif") repeat-x 0 bottom;
	border-top: 1px solid white;	
	}
	
#rahmen .startseite .box h3,
#rahmen .startseite .box_hell h3,
#rahmen .navigation .box h3,
#rahmen .navigation .box_hell h3,
#rahmen .navigation .box_hell a {
	margin-top: 0;
	}
	
#rahmen .startseite .box h3,
#rahmen .navigation .box h3 {
	color: white;
	}

#rahmen .startseite .box ul,
#rahmen .navigation ul {
	padding: 0;
	margin: 10px 0 10px 0;
	}

#rahmen .startseite .box ul li,
#rahmen .navigation ul li {
	width: 45%;
	float: left;
	padding-left: 5%;
	background: url("../../images/sonstiges/list-img-weiss.gif") no-repeat 0 3px;
	}
	
#rahmen .inhalt {
	width: 400px;
	float: left;
	padding: 25px;
	}
	

#rahmen .inhalt ul {
	padding: 0;
	margin: 0;
	}
	
#rahmen .inhalt ul li {
	padding-left: 13px;
	margin-bottom: 2px;
	background: url("../../images/sonstiges/list_img_gruen.gif") no-repeat 0 3px;
	}
	
#rahmen .submit {
	color: #239d87;
	background: url("../../images/sonstiges/submit_gruen.gif") no-repeat;
	}
	
#rahmen .infobereich {
	width: 274px;
	float: left;
	font-size: 0.9166em;
	line-height: 1.25em;
	color: #8c8c8c;
	}

#rahmen .infobereich h3,
#rahmen .infobereich a {
	margin-top: 0;
	color: #8c8c8c;
	}

#rahmen .infobereich ul {
	padding: 0;
	margin: 10px 0 10px 0;
	}

#rahmen .infobereich ul li {
	width: 95%;
	float: left;
	padding-left: 5%;
	background: url("../../images/sonstiges/list-img-grau.gif") no-repeat 0 3px;
	}
	
#rahmen .infobereich .box {
	background: #e8e8e8 url("../../images/rahmen/box-rechts.gif") repeat-x 0 bottom;
	border-top: 1px solid white;
	border-bottom: 1px solid #bcbcbc;
	border-right: 1px solid #bcbcbc;
	}
	
#rahmen .infobereich .eingabefeld {
	font-size: 1em;
	text-transform: none;
	border-top: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	color: #8c8c8c;
	}
	
#rahmen .infobereich .submit {
	color: #8c8c8c;
	background: url("../../images/sonstiges/submit_grau.gif") no-repeat;
	}

#rahmen .startseite {
	width: 676px;
	float: left;
	}
	
#rahmen .startseite .box,
#rahmen .startseite .box_hell {
	width: 194px;
	height: 145px; /* alt: 125px */
	float: left;
	padding: 15px;
	font-size: 0.9166em;
	line-height: 1.25em;
	border-top: none;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	}
	
#rahmen .startseite .box,
#rahmen .startseite .box_hell,
#rahmen .startseite .box_hell a {
	color: #239d88;
	}
	
#rahmen .startseite .produktmatrix {
	height: 70px;
	float: right;
	position: relative;
	}
	
#rahmen .startseite .produktmatrix .pfeil {
	position: absolute;
	top: -45px;
	right: 0;
	}
	
#rahmen .startseite .eingabefeld {
	font-size: 0.8166em;
	}
	
#rahmen .startseite .news {
	width: 200px;
	float: left;
	display: inline;
	margin-right: 25px;
	font-size: 0.9230em;
	line-height: 1.125em;
	}
	
/*****************************
*	FUSS				 	 */

#fuss {
	width: 950px;
	clear: both;
	margin: 0 auto;
	border-top: 1px solid white;
	}
	
#fuss img {
	margin-right: 10px;
	}
	
#fuss a {
	font-size: 0.8181em;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#fuss ul {
	width: 460px;
	float: left;
	padding: 0;
	margin: 51px 0 0 0;
	}
	
#fuss ul li {
	width: 96%;
	float: left;
	padding-left: 4%;
	background: url("../../images/sonstiges/list_img_gruen.gif") no-repeat 0 3px;
	}
	
/*****************************
*	KLASSEN				 	 */

/*### BILDER ###*/
.bild_links {
	margin: 0 1.25em 1em 0;
	}	

.bild_rechts {
	float: right;
	margin: 0 0 1em 1.25em;
	}
	
.bild_umbruch {
	float: none;
	clear: both;
	margin: 1em 0 1.25em 0;
	}

/*### DIVERSES ###*/

.abstand_sehr_klein {
	clear: both;
	float: none;
	margin-top: 5px;
	}

.abstand_klein {
	clear: both;
	float: none;
	margin-top: 15px;
	}

.abstand_mittel {
	clear: both;
	float: none;
	margin-top: 35px;
	}
	
.abstand_gross {
	clear: both;
	float: none;
	margin-top: 55px;
	}

.clear {
	clear: both;
	}

a.link {
	display: inline;
	padding-left: 9px;
	background: url("../../images/sonstiges/list_img_gruen.gif") no-repeat 0 3px;
	}

h3.link {
	display: block;
	padding-left: 13px;
	background: url("../../images/sonstiges/list_img_gruen.gif") no-repeat 0 5px;
	text-decoration: underline;
	cursor: pointer;
	}
	
.thumb {
	border: 1px solid #9599a5;
	margin: 0 6px 6px 0;
	}
	
.galerie {
	width: 100%;
	height: 60px;
	overflow: hidden;
	}
	
.galerie2 {
	width: 100%;
	overflow: hidden;
	}
		
.halb {
	width: 190px;
	float: left;
	padding: 0 10px 10px 0;
	}
	
/*### PORTRAITS ###*/
	
fieldset.portrait {
	width: 89%;
	float: left;
	border: 1px solid #D9D9D9;
	padding: 5%;
	margin-bottom: 15px;
	}
	
fieldset.portrait div {
	width: 65%;
	float: left;
	}
	
fieldset.portrait p {
	margin: 10px 0 10px 0;
	}

fieldset.portrait h2 {
	margin: 0;
	}
	
fieldset.portrait h5 {
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	}

fieldset.portrait strong {	
	font-size: 0.875em;
	}
	
fieldset.portrait img {
	margin-right: 20px;
	}
	
fieldset.portrait legend {
	font-size: 0.825em;
	text-transform: uppercase;
	color: #c2c2c1;
	padding: 0 5px 0 5px;
	background: white;
	}
	
/*### TERMIN ###*/

.termin {
	width: 100%;
	float: left;
	margin: 10px 0 5px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #E5F6F3;
	}

.termin h3,
.termin p {
	margin-top: 0;
	}
	
.termin h5 {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0;
	}
	
/*****************************
*	FORMULARE			 	 */

.eingabefeld {
	font-size: 11px;
	color: #00a687;
	padding: 2px 3px;
	border-top: 1px solid #00a687;
	border-left: 1px solid #00a687;
	border-bottom: 1px solid #cef2ec;
	border-right: 1px solid #cef2ec;
	}
	
.inhalt .eingabefeld {
	width: 350px;
	font-size: 12px;
	padding: 3px;
	}
	
.submit {
	width: auto;
	height: 19px;
	line-height: 19px;
	padding: 0 0 0 22px;
	color: #8c8c8c;
	font-size: 0.8166em;
	text-transform: uppercase;
	text-align: left;
	background: url("../../images/sonstiges/submit_grau.gif") no-repeat;
	}

input,
select {
	float: left;
	display: inline;
	margin: 2px 6px 2px 0;
	}
	
label {
	float: none;
	clear: both;
	}
	
.formular p {
	float: none;
	clear: both;
	margin: 0 0 10px 0;
	}
	
.formular ul li {
	clear: both;	
}
	
.pflicht {
	color: #01997B;
	font-size: 1.5em;
}
	
/*****************************
*	FORM				 	 *
******************************/

/*.label_kontakt {
	width: 110px;
	float: left;
	margin: 7px 0 0 0;
	display: inline;
}

.label_pflicht {
	margin: 7px 0 0 0;
	width: 250px;
}

.eingabefeld2 {
	width: 250px;
	margin: 5px 0;
	padding-left: 3px;
	display: inline;
	font-size: 0.75em;
	color: #00a687;
	padding: 3px;
	border-top: 1px solid #00a687;
	border-left: 1px solid #00a687;
	border-bottom: 1px solid #cef2ec;
	border-right: 1px solid #cef2ec;
}

select {
	width: 260px;
	margin: 5px 0;
	padding-left: 3px;
	display: inline;
	padding: 3px;
	border-top: 1px solid #00a687;
	border-left: 1px solid #00a687;
	border-bottom: 1px solid #cef2ec;
	border-right: 1px solid #cef2ec;
	color: #00a687;
}

.pflicht {
	color: #01997B;
	font-size: 1.5em;
}

.infopunkt {
	list-style: none;
	padding: 0 0 0 13px;
	margin-left: 110px;
	margin-top: 9px;

}

.eingabearea {
	width: 250px;
	height: 70px;
	margin: 5px 0;
	padding-left: 3px;
	display: inline;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.95em;
	color: #00a687;
	padding: 3px;
	border-top: 1px solid #00a687;
	border-left: 1px solid #00a687;
	border-bottom: 1px solid #cef2ec;
	border-right: 1px solid #cef2ec;
}
*/
.daten_kurz {
	margin-left: 115px;
}

.gebraucht_kurz{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #00a687; 
}