@charset "UTF-8";
/* CSS Document
Datei: detay.css
Datum: 4.05.2009
Autor: Peter Gerber, Ars contexo, www.ars-contexo.com*/

/* Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
* { margin: 0; padding: 0; }

/**
* Globale Korrektur des Italics Bugs des IE 5.x und IE 6
*
* @bugfix
* @affected   IE 5.x/Win, IE6
* @css-for    IE 5.x/Win, IE6
* @valid      yes
*/
* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }
* html frameset { overflow: hidden; }

body {
/* Beseitigung von Rundungsfehler beim Skalieren von Schriftgrößen in älteren Opera Versionen */
font-size: 100.01%;

/* Vorgabe der Standardfarben und Textausrichtung */
background: #FFFFFF;
text-align: left;
}

/* Rahmen für <fieldset> und <img> Elemente löschen */
fieldset, img { border: 0 solid; }

/* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * { font-size: 100.01% }
  
/* Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
textarea, pre, tt, code {
font-family: "Courier New", Courier, monospace;  	
}

/* Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
font-family: Tahoma, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, Arial, sans-serif;
font-size: 75.00%; 
color: #006666;
background: #555555;
}

h1,h2,h3,h4,h5 { 
font-family: Tahoma, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, Arial, sans-serif; 
font-weight: bold; 
color: #006666;
margin: 0 0 0.8em 0;
line-height: 1.2em;
}

h1 { font-size: 133.33%; margin: 0; padding: 0 0 1em 0; letter-spacing: 0.05em; }			/* 16px */
h2 { font-size: 116.66%; margin: 0; padding: 1em 0 1em 0; letter-spacing: 0.05em; }		    /* 14px */
h3 { font-size: 116.66%; margin: 0; padding: 0.5em 0 0 0; letter-spacing: 0.05em; }			/* 12px */
h4 { font-size: 108.33%; margin: 0; padding: 0.5em 0 0.5em 0; letter-spacing: 0.05em; }		/* 12px */
/* h5 { font-size: 166.66%; margin: 0; padding: 0.7em 0 0.4em 0; }							/* 20px */
/* h6 { font-size: 108.33%; margin: 0; padding: 1em 0 0 0; }								/* 13px */

p { color: #006666; padding: 0 0 0.8em 0; }

img { margin: 0; border: 0; }

ul { margin-left: 16px; }

#wrapper { 
	position: relative;
   	width: 1000px;
	height: 680px;
	margin: 10px 0 0 10px;
	padding: 10px;
	background-image: url(../img/background_wrapper.jpg);
	background-repeat: no-repeat;
   	border: none;
   	text-align: left;
}
    div#header { 
		position: relative;
		width: 980px;
		height: 88px;
		font-size: 100%;
    }
			#header #logo {
				float: left;
				width: 200px;
				height: 88px;
				margin: 0;
				padding: 0;
			}
			#header #claim {
				float: right;
				width: auto;
				height: 88px;
				margin: 0;
				padding: 0;
				text-align: right;
			}
	
    div#nav {
		overflow: hidden;
		width: 980px;
		padding: 0px;
		margin: 0;
		border-top: 1px solid #00CC00;
	}
		#nav ul {
			margin: 0;
		}
		#nav li {
			float: left;
			width: auto;
			list-style: none;
			margin: 0;
		}
		#nav li li {
			clear: both;
		}
		#nav a {
			display: block;
			color: #CCECC7;
			font-size: 1.1em;
			font-weight: bold;
			text-decoration: none;
			background-color: #006666;
			padding: 0.4em 1em;
			margin-right: 5px;
			min-width: 6.5em;
		}
		#nav a.last {
			margin-right: 0;
		}
		#nav a:hover,
		#nav a:focus,
		#news #nav01 a,
		#produkte #nav02 a,
		#parkette #nav0201 a,
		#korkboeden #nav0202 a,
		#laminate #nav0203 a,
		#linoleum #nav0204 a,
		#pvc #nav0205 a,
		#textile_bodenbelaege #nav0206 a,
		#kollektion #nav0207 a,
		#dienstleistungen #nav03 a,
		#expressdienst #nav0301 a,
		#ueber_uns #nav04 a,
		#referenzen #nav0401 a,
		#offertanfrage #nav05 a,
		#kontakt #nav06 a,
		#lageplan #nav0601 a,
		#partnerlinks #nav07 a,
		#offene_stellen #nav08 a {
			color: #009966;
			background-color: #CCECC7;
		}
		#wrapper #nav #navebene01 li a:active {
			color: #CCECC7;
			background-color: #00CC00;
		}
		#nav li li a {
			width: 10em;
			border: 1px solid #006666;
		}
		#nav li ul {
			position: absolute;
			left: -9999px;
			top: -9999px;
			display: inline;
			width: 0;
			height: 0;
			background-color: transparent;
		}
		#nav li:hover ul,
		#nav li.sfhover ul {
			left: auto;
			top: auto;
			display: block;
			width: auto;
			height: auto;
			z-index: 100;
		}
		#nav ul#navebene01 ul.navebene02 li a {
			color: #CCECC7;
			background-color: #006666;
		}
		#nav ul#navebene01 ul.navebene02 li a:hover {
			color: #006666;
			background-color: #CCECC7;
		}
		#nav ul#navebene01 ul.navebene02 li a:active {
			color: #CCECC7;
			background-color: #00CC00;
		}
	
	div#content {
		clear: both;
		position: relative;
		overflow: visible;
		width: 980px;
		height: 484px;
		padding: 0;
		margin: 0;
		background-image: url(../img/background_content.jpg);
		background-repeat: no-repeat;
    }
		#bild {
			float: left;
			width: 348px;
			height: 248px;
			padding: 3px;
			margin: 20px;
			background-color: #000000;
		}
		#bild p {
			padding-top: 1em;
		}
		#bild a {
			color: #006666;
			text-decoration: none;
		}
		#bild a:hover {
			color: #009966;
			text-decoration: underline;
		}
		#text {
			float: right;
			width: 372px;
			height: 400px;
			padding: 20px 120px 0 0;
		}	
			#text a {
				color: #006666;
				text-decoration: none;
			}
			#text a:hover {
				color: #009966;
				text-decoration: underline;
			}
			#text ul {
				font-weight: normal;
				line-height: 1.6em;
				padding: 5px 0 10px 0; list-style-type: square;
			}
			#text ul a {
				font-weight: bold;
				padding: 5px 0 10px 0; list-style-type: square;
			}
			#offene_stellen #text {
				overflow: auto;
			}
			#partnerlinks #text {
				width: 585px;
				padding-right: 0px;
			}
			#partnerlinks #text #partnerliste {
				height: 324px;
				overflow:auto;
			}
			#referenzen #text {
				width: 585px;
				padding-right: 0px;
			}
			#referenzen #text #reftable {
				height: 340px;
				overflow: auto;
			}
			#referenzen #text #reftable table {
				width: 100%;
			}
			#referenzen #text #reftable table tr {
				line-height: 1.2em;
			}
			#referenzen #text #reftable table td {
				vertical-align: top;
			}
			#expressdienst #text #graphic {
				width: 390px;
				height: 200px;
				padding-top: 100px;
			}
			#kontakt #text p.adress {
				line-height: 1.4em;
			}
			#kontakt #text table {
				width: 200px;
				border-collapse: collapse;
			}
			#lageplan #text table {
				width: 100%;
				border-collapse: collapse;
			}
			#lageplan #text table tr {
				border-bottom: 10px solid transparent;
			}
			#lageplan #text table td.erste {
				width: 100px;
			}
			#kontakt #text table tr {
				height: 1.6em;
			}
			#kontakt #text table td, #lageplan #text table td {
				padding: 0px;
				vertical-align: top;
			}
			
				#offertanfrage #text form table {
					width: 470px;
				}
				#offertanfrage #text form td {
					max-width: 150px;
					line-height: 1.5em;
					color: #006666;
					font-weight: bold;
					margin: 0;
					vertical-align: top;
					padding-bottom: 0.25em;
				}
				#offertanfrage #text form td.field {
					width: 120px;
					line-height: 1.5em;
					color: #006666;
					font-weight: bold;
					vertical-align: middle;
				}
				#offertanfrage #text form td.fieldarea {
					line-height: 1.5em;
					color: #006666;
					font-weight: bold;
					vertical-align: top;
				}
				#offertanfrage #text form input.checkbox {
					width: auto;
					border: none;
				}
				#offertanfrage #text form td.check {
					width: 120px;
					line-height: 1.5em;
					color: #006666;
					font-weight: bold;
					text-align: right;
					vertical-align: middle;
				}
				#offertanfrage #text form td.checktext {
					line-height: 1.5em;
					color: #006666;
					font-weight: bold;
					margin: 0;
					vertical-align: top;
					padding-bottom: 0.25em;
				}
				#offertanfrage #text form td span {
					color: #006666;
					font-weight: normal;
				}
				#offertanfrage #text form td span.area {
					color: #006666;
					font-weight: bold;
					vertical-align: top;
				}
				#offertanfrage #text form input, #offertanfrage #text form textarea {
					font-family: Tahoma, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, Arial, sans-serif;
					color: #006666;
					line-height: 1em;
					border: 1px solid #006666;
					background-color: #FFFFFF;
					width: 250px;
					padding: 1px;
					margin-right: 5px;
				}
				#offertanfrage #text form input[type="submit"] {
					background-color:#006666;
					color:#FFFFFF;
					font-weight:bold;
					width: 60px;
					padding: 3px 0 3px 0;
					margin-right: 5px;
					border: 1px solid transparent;
				}
				#offertanfrage #text form input[type="submit"]:hover {
					background-color:#CCECC7;
					color:#006666;
					border: 1px solid #006666;
				}
				#offertanfrage #text form input.plz {
					width: 45px;
					margin-right: 5px;
				}
				#offertanfrage #text form input.ort {
					width: 196px;
				}
				#offertanfrage #text form textarea {
					width: 250px;
					height: 100px;
				}
			
			
		div#content #adresse {
			clear: both;
			position: relative;
			width: 950px;
			height: 12px;
			top: 30px;
			padding: 10px 0 0 0;
			margin: 0 15px 0 15px;
			border-top: 1px solid #006666;
		} 
		#adresse .foot {
			float: left;
			font-size: 100%;
			font-weight: normal;
			color: #009966;
			margin: 0;
			padding: 0;
		}
		#adresse .foot a {
			font-size: 100%;
			font-weight: normal;
			color: #009966;
			margin: 0;
			padding: 7px 0 7px 0;
			text-decoration: none;
		}
		#adresse .foot a:link {
			color: #009966;
			text-decoration: none;
		}
		#adresse .foot a:visited {
			color: #009966;
			text-decoration: none;
		}
		#adresse .foot a:hover {
			color: #006666;
			text-decoration: underline;
		}
		#adresse .foot a:active {
			color: #006666;
			text-decoration: underline;
		}
	
	#footer {
		clear: both;
		position: relative;
		width: 1010px;
		height: 20px;
		margin: 0;
		padding: 5px 0 0 0;
		text-align: right;
		font-size: 0.8em;
		color: #777777;
	}
	#footer a {
		color: #777777;
		text-decoration: none;
	}
	#footer a:hover {
		color: #00CC00;
		text-decoration: underline;
	}
	
.hideme {
	position: absolute;
	left: -9999px;
	top: -9999px;
	display: inline;
	width: 0;
	height: 0;
}
.tabme:focus, .tabme.active {
	position: absolute;
	top: 9999px;
	left: 9999px;
	display: inline;
	width: 12em;
	height: auto;
	background-color: white;
	color: black;
	padding: 5px;
	border: 1px solid black;
	
}
.cms_link a { color: #006666; text-decoration: none; }
.cms_link a:hover { color: #009966; text-decoration: underline; }
.cms_liste ul { padding: 5px 0 10px 0; list-style-type: square; }
.cms_link span { line-height: 1.5em; }
.fltrt {
   	float: right;
}
.fltlft {
  	float: left;
}