* {
	border: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color:#fa9911;
	text-decoration: none;
}

.clear {
	clear: both;
}


/* ---------------------------------------- GRUNDGERUEST ---------------------------------------- */
html, body {
	background: url(../images/bg-muster.gif) repeat;
	color: #444244;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}


div#wrapper {
	background: url(../images/bg-wrapper.gif) repeat-y top center;
	min-height: 100%;
	min-width: 960px;
	position: relative;
}

/* Internet Explorer Min-Height Hack */
*html div#wrapper {
	height: 100%;
}


div#verlauf {
	background:url(../images/bg-verlauf.gif) repeat-x;
	height: 144px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}


div#footer {
	background: url(../images/bg-footer.gif) no-repeat top center #1779aa;
	bottom: 0;
	height: 40px; 
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}


div#container {
	margin: 0 auto;
	position: relative;
	width: 960px;
	z-index: 2;
}
/* ----- GRUNDGERUEST ENDE ----- */


/* ---------------------------------------- MAINBAR ---------------------------------------- */
div#main {
	float: left;
	padding: 0 9px;
	width: 732px;
}

/* ----- HAUPTTEIL HEADER ----- */
p.innovation {
	color: #FFF;
	font-size: 18px;
	height: 22px;
	margin: 0 auto;
	padding: 18px 248px 0 0;
	text-align: right;
	width: 712px;
}

div#header {
	background: url(../images/header-var1.jpg) no-repeat;
	height: 122px;
	margin: 40px auto 0;
	overflow: hidden;
	position: relative;
	width: 730px;
}

div#header a {
	display: block;
	height: 100%;
	width: 100%;
}

/* -------------------- HAUPTTEIL LINKS -------------------- */
div#left {
	float: left;
	height: auto;
	width: 220px;
}

/* ----- BEGINN NAVIGATION ----- */
ul#navi {
	border: 1px solid #1d78aa;
	border-bottom: none;
	margin-top: 30px;
	width: 204px;
}


/* ----- Standard Links auf Hauptebene ----- */
ul#navi li a {
	background: url(../images/pfeil-rechts.gif) no-repeat 20px 8px #b9d7e6;
	border-bottom: 1px solid #1d78aa;
	color: #444244;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 38px;
	text-decoration: none;
}


/* ----- Links auf zweiter Ebene ----- */
ul#navi li li a {
	background: url(../images/pfeil-sub.gif) no-repeat 20px 8px #dcebf2;
	padding-left: 44px;

}


/* ----- Links auf dritter Ebene ----- */
ul#navi li li li a {
	background: url(../images/pfeil-sub.gif) no-repeat 26px 8px #eaf3f8;
	padding-left: 50px;

}


/* ----- Hover Effekt ----- */
ul#navi a:hover {
	font-weight: bold;
}


/* ----- Auszeichnung für aktive Links ----- */
.aktiv {
	font-weight: bold;
}

.aktiv_eins, .aktiv_zwei {
	background-image: url(../images/pfeil-unten.gif) !important;
	background-position: 16px 10px !important;
	font-weight: bold;
}

.aktiv_zwei {
	background-position: 22px 10px !important;
}


/* ------ Lauftext ----- */
div#lauftext {
	background: transparent url(../images/pfeil-rechts-rot.gif) top left no-repeat;
	background-position: 0px 3px;
	font-size: 11px;
	height: 6em;
	line-height: 1.5em;
	margin: 50px 0 0 21px;
	overflow: hidden;
	position: relative;
	width: 160px;
}
		
	div#lauftext div {
		color:#fa9911;
		height: 6em;
		overflow: hidden;
		padding-left: 15px;
	}


/* -------------------- HAUPTTEIL RECHTS -------------------- */
div#right {
	float: left;
	margin: 30px 0 0 0;
	padding-top: 4px;
	width: 512px;
}


/* ----- Breadcrumbs Navigation ----- */
ul#breadcrumbs {
	margin-left: 10px;
}

ul#breadcrumbs li {
	background: url(../images/pfeil-rechts-rot.gif) no-repeat right 5px;
	float: left;
	font-weight: bold;
	list-style: none;
	margin-left: 10px;
	padding-right: 15px;
}

li.lastcrumb {
	background-image: none !important;
}


/* ----- Content ----- */
#content {
	border-left: 1px solid #1b78aa;
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 30px;
	padding-left: 19px;
}

h1 {
	font: bold 22px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

div#content p, div#content hr, div#content ul, div#content ol {
	margin-bottom: 1em;
}

div#content ul, div#content ol {
	margin-left: 10px;
}

	div#content ul li {
		background: url(../images/pfeil-rechts-rot.gif) no-repeat left 5px;
		padding-left: 15px;
	}
	
	div#content ol li {
		list-style: decimal;
		margin-left: 15px;
	}

div#content hr {
	border-top: 1px dashed #808080;
}

div#content a {
	border-bottom: 1px dotted #fa9911;
}

div#content div.editor div.col {
	padding-right: 30px;
}

div#content div.editor.singlecol div.col {
	width: 460px;
}

div#content div.editor.doublecol div.col {
	float: left;
	width: 215px;
}

		/* contact form */
		form#frmContact {
			height: auto;
		}
		
		form#frmContact p {
			margin-bottom: 8px;
		}
		
		form#frmContact p.output {
			margin-top: 12px;
		}	
		
		form#frmContact p.spamcheck {
			display: none;
		}			
		
		form#frmContact label {
			display: block;
			float: left;
			padding-top: 2px;
			width: 130px;
		}
		
			form#frmContact.doublespaced label {
				display: block;
				float: none;
				padding-top: 0;
				margin-bottom: 4px;
				width: auto;
			}
		
		form#frmContact select, form#frmContact input.input_text, form#frmContact textarea {
			border: 1px solid #1D78AA;
			color: #444244;
			height: 20px;
			width: 300px;
		}
		
		form#frmContact input.input_text {
			height: 17px;
			padding: 1px 0 0 3px;
			width: 295px;
		}
		
		form#frmContact .input_zip {
			margin-right: 4px;
			width: 39px !important;
		}
		
		form#frmContact .input_city {
			width: 247px !important;
		}
		
		form#frmContact textarea {
			height: 140px;
			padding: 1px 0 0 3px;
			width: 295px;
		}
		
		form#frmContact input.input_text:hover, form#frmContact input.input_text:focus,
		form#frmContact textarea:hover, form#frmContact textarea:focus {
			background: #DCEBF2;
		}
		
		form#frmContact.doublespaced .label_checkbox {
			float: left;
			margin-right: 20px;
		}
		
		form#frmContact .input_button {
			background: #B9D7E6;
			border: 1px solid #1D78AA;
			height: 24px;
			line-height: 24px;
			margin: 12px 4px 0 0;
			padding: 0;
			width: 160px;
		}
		
		form#frmContact .input_button:hover {
			background: #DCEBF2;
			cursor: pointer;
		}
		
		form#frmContact p.false {
			color: #E00130;
		}
		
			form#frmContact p.false select,
			form#frmContact p.false input.input_text, 
			form#frmContact p.false input.input_zip, 
			form#frmContact p.false input.input_city,
			form#frmContact p.false textarea {
				border: 1px solid #E00130;
			}			
		
		form#frmContact input[type=text].false, form#frmContact textarea.false {
			border: 1px solid #E00130;
		}
		
		p#frmContactLoader {
			background: url(../images/loader.gif) no-repeat;
			height: 19px;			
		}
		
		p#frmContactError, p#frmContactSuccess, p#frmContactLoader {
			display: none;
		}


/* ---------------------------------------- SIDEBAR ---------------------------------------- */
div#sidebar {
	float: left;
	height: auto;
	margin-bottom: 50px;
	width: 210px;
}


/* ----- Sprachwahl ----- */
div#sprachwahl {
	font-size: 11px;
	height: 18px;
	margin-top: 160px;
	padding-top: 4px;
	width: 210px;
}

div#sprachwahl img {
	float: left;
	margin-right: 8px;
}


/* ----- Headline-Box ----- */
h6 {
	background: #1779ab;
	color: #FFF;
	font: 12px/normal Verdana, Arial, Helvetica, sans-serif;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	padding-left: 10px;
	width: 200px;
}


/* ----- Kontakt-Box ----- */
p#telefon {
	font-size: 18px;
	margin: 12px 0;
}

p#anfahrt, p#kontakt {
	background-image: url(../images/gfx-anfahrt.gif);
	background-position:  left 1px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 0.7em;
	margin-top: 4px;
	padding-left: 30px;
}

p#kontakt {
	background-image: url(../images/gfx-kontakt.gif);
}

p#anfahrt a, p#kontakt a {
	border-bottom: 1px dotted #fa9911;
}


/* ----- Neugikeiten-Box ----- */

div.sidebar_content {
	background: #FFF;
	border: 1px solid #dad9da;
	padding: 0 9px 10px;
	width: 190px;
}

div.sidebar_content div.editor.sidebar {
	border-bottom: 1px dashed #808080;
	margin-bottom: 8px;
}

div.sidebar_content div.editor.sidebar div.col {
	width: 190px;
}

div.sidebar_content div.produkt_headline {
	border: none;
	color: #444244;
	display: block;
	font-weight: bold;
	float: left;
	margin: 12px 0 6px;
}

div.sidebar_content p {
	margin-bottom: 1.5em;	
}

div.sidebar_content div.produkt_description p a {
	border-bottom: 1px dotted #fa9911;
}


/* ----- Impressum und Datenschutz ----- */
div#impressum {
	color: #FFF;
	font-size: 11px;
	margin: 10px auto;
	padding-left: 760px;
	width: 200px;
}

div#impressum a {
	color: #FFF;
}
/* ----- STYLESHEET ENDE ----- */