/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../bilder/hg1.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #E77918;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}

#main {
	width: 900px;
	left: 40px;
	position: absolute;
	z-index: 1;
	height: auto;
}

a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #E77918;
	text-decoration: none;
}
#header {
	width: 900px;
	position: absolute;
	height: 150px;
	background-image: url(../bilder/header-wachter.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 8;
}
#menu {
	width: 186px;
	position: absolute;
	top: 160px;
	padding-left: 4px;
	left: 0px;
	float: left;
	z-index: 7;
}
#produktmenu {
	width: 700px;
	overflow: auto;
	height: 210px;
}
#submenu {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 10px;
}



#content {
	width: 695px;
	position: absolute;
	top: 160px;
	left: 197px;
	z-index: 6;
	padding: 5px;
}
#adresse{
	left: 4px;
	width: 172px;
	font-size: 12px;
	padding-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	z-index: 5;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	float: left;
	clear: left;
	top: 680px;
}
#footer {
	background-color: #E77918;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	width: 680px;
	z-index: 3;
	float: left;
	top: 5px;
}

#content .prodtabelle div a {
	color: #FFFFFF;
	font-weight: bold;
}

#content .prodtabelle div a:hover {
	color: #FFFF00;
	font-weight: bold;
}
#content .prodtabelle {
	border: 1px solid #E77918;
}
.produktbeschreibung td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E77918;
}

.titel {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}
#main #content .prodtabelle #buttongalerie {
	color: #E77918;
	font-size: 12px;
	font-weight: bold;
}
#main #content .prodtabelle #buttongalerie a {
	color: #0000FF;
}
#main #content .prodtabelle #buttongalerie a:hover {
	color: #E77918;
}
.hoch {
	font-style: sup;
}


#wv a {
	font-size: 11px;
	color: #FFFFFF;

}
#wv a:hover {
	font-size: 11px;
	color: #333333;
}
.technDaten td{
	border: 1px dotted #999;
}
hr{
	border: 0px; /* Für Firefox und Opera */
	border-top: dashed 1px #E77918;
	border-bottom: transparent;
	margin-top: 10px;
}

