/* Import CSS-Files
--------------------------------------------------- */
@import url(text.css);
@import url(navigation.css);
@import url(offertanfrage.css);
@import url(lightbox.css);



/* Grundelemente
--------------------------------------------------- */
html {
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #000;
	}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	}
.bodycontent /* falls hintergrundfarbe des inhalts von der vom body abweicht */ {
text-align: left;
	}
#accesskeys {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
	}

#beschreibung_suche {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

#main {
	margin: auto;
	padding: 0;
	background-image: url(/pictures/back_main.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 925px;
	}
table.bilder {
	margin-bottom: 20px;
	}
table.bilder img {
	margin-right: 15px;
	}
	
/* Head
--------------------------------------------------- */
#head {
	margin: 0;
	padding: 0;
	background-image: url(/pictures/back_head.gif);
	background-repeat: no-repeat;
	height: 192px;
	}
	
/* Topnavi
--------------------------------------------------- */
#topnav {
	margin: 0;
	padding: 0;
	padding-top: 115px;
	padding-right: 17px;
	}
#topnav ul {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
	border-left: 1px solid #595959;
	border-right: 1px solid #d9d9d9;
	}
#topnav li {
	float: left;
	height: 35px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #595959;
	}
#topnav a {
	margin: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	background-image: url(/pictures/back_topnav.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-size: 12px;
	}
#topnav a:hover {
	background-position: 0px -35px;
	}
* html #topnav a {
padding-right: 16px;
	width: 45px;
	}
	
/* Navigation
--------------------------------------------------- */
#navi {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 54px;
	padding-left: 22px;
	background-image: url(/pictures/back_navi.gif);
	background-repeat: no-repeat;
	width: 196px;
	margin-bottom: 20px;
	}
#navi_zubehoer {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 54px;
	padding-left: 22px;
	background-image: url(/pictures/back_navi.gif);
	background-repeat: no-repeat;
	width: 196px;
	margin-bottom: 20px;
	}
#navi_zubehoer_abisz p {
	color: #fff;
	margin: 0;
	paddng: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background-color: #000;
	}
	
/* Inhalt
--------------------------------------------------- */
#inhalt {
	margin-left: 240px;
	width: 640px;
	margin-top: 18px;
	}
#inhalt_popup {
	width: 640px;
	text-align: left;
	margin: auto;
	margin-top: 20px;
	}
#inhaltfooter {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	border-top: 1px solid #000;
	margin-bottom: 20px;
	}
#inhaltfooter p {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 0.95em;
	color: #000;
	}
#inhaltfooter a {
	color: #000;
	font-size: 0.95em;
	text-decoration: none;
	}
#inhaltfooter a:hover {
	text-decoration: underline;
	}


/* Kontakt
--------------------------------------------------- */

#kontaktform input {
	width: 300px;
	margin-bottom: 6px;
	}

#kontaktform input.checkbox {
width: 15px;
float: left;
border: none;
padding: 0;
}

#kontaktform label {
	width: 130px;
	line-height: 20px;
	display: block;
	float: left;
	}

#kontaktform label.checkbox_label {
width: 300px;
margin-bottom: 6px;
display: block;
}

#kontaktform #plz {width: 50px;margin-right: 5px;}

#kontaktform #ort {width: 195px;}

#kontaktform textarea {
	width: 300px;
	height: 100px;
	margin-bottom: 20px;
	}
#kontaktform p {
	clear: both;
	}
#kontaktform p.bemerkungen_tit {
	width: 130px;
	float: left;
	line-height: 27px;
	}

#kontaktform input.senden_nowidth {
	width: auto; }

#kontaktform table.kontakt {
margin: 0;
padding: 0;
}

.kontakt td {
margin-right: 20px;
line-height: 20px;
}
	
/* Footer
--------------------------------------------------- */
#footer {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	clear: both;
	background-image: url(/pictures/back_footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	font-size: 0.95em;
	color: #f0aab1;
	}
#footer a {
	color: #f0aab1;
	line-height: 20px;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}

#footer ul {
margin: 0;
padding: 0;
}

#footer ul li {
list-style-type: none;
display: inline;
}

#footer ul li.adresse {
padding-left: 188px;
color: #ccc;
font-weight: bold;
}

*html #footer ul li.adresse {
padding-left: 175px;
}

#footer ul li.adresse a {
color: #fff;
}

#footer ul li.adresse a:hover {
color: #ccc;
}

address {
	color: #666;
	padding-left: 10px;
	font-size: 1.0em;
	line-height: 1.2em;
	font-style: normal;
	width: 925px;
	margin: auto;
	text-align: right;
	padding: 4px 30px 10px 0;
	}
address a {
	
	}
address a:hover {
	
	}

/* Form Tableless */
#kontaktform {
	 }

#kontaktform form {
	margin-bottom: 20px; }

#kontaktform label {
	}

#kontaktform strong { }

#kontaktform input, #kontaktform textarea {
	background-color: #ededed;
	width: 250px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: solid 1px #000; }

input:focus, textarea:focus {
	background-color: #fff; }

.nowidth {
	width: auto; }
