body, table, td, p {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	}
	
body {
	background-color: #e9e9e9;
	margin: 0;
	padding: 0;
}

#sitebody{
	background: transparent url(../bilder/bodybg.gif) repeat-y;
}

#container {
	width: 780px;
	background: transparent url(../bilder/sitebg.jpg) no-repeat;
}


#footer {
	width: 780px;
	padding: 22px 0 10px 0;
	color: #888;
	font-size: 9px;
	font-weight: bold;
	background: #e9e9e9 url(../bilder/footbg.jpg) no-repeat;
}

span.footer {
	padding-left: 205px;
}

#footer a {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	color: #1949D1;
}

#left {
	width: 220px;
	float: left;
}

#logo {
	text-align: left;
	margin: 10px 0px 25px 16px;
}

#navigation {
	display: block;
}

#navigation ul {
	padding: 0;
	margin: 0 0 0 9px;
	list-style: none;
}

#navigation ul li {
	width: 180px;
	height: 30px;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
}

#navigation ul li a {
	display: block;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	line-height: 29px;
	text-decoration: none;
	height: 30px;
	clear: all;
	padding: 0 10px 0 10px;
}


a#currentnavstartseite, a.navstartseite:hover {
	background: transparent url(../bilder/navbg1.jpg) no-repeat;
}

a#currentnavwirueberuns, a.navwirueberuns:hover {
	background: transparent url(../bilder/navbg2.jpg) no-repeat;
}

a#currentnavlieferprogramm, a.navlieferprogramm:hover {
	background: transparent url(../bilder/navbg3.jpg) no-repeat;
}

a#currentnavservice, a.navservice:hover {
	background: transparent url(../bilder/navbg4.jpg) no-repeat;
}

a#currentnavqualitaet, a.navqualitaet:hover {
	background: transparent url(../bilder/navbg5.jpg) no-repeat;
}

a#currentnavkontakt, a.navkontakt:hover {
	background: transparent url(../bilder/navbg6.jpg) no-repeat;
}

a#currentnavimpressum, a.navimpressum:hover {
	background: transparent url(../bilder/navbg7.jpg) no-repeat;
}



#inhalt{
	padding: 20px 0 0 0;
	line-height: 1.5em;
	float: left;
	width: 500px;
}

#producedby {
	position: absolute;
	left: 771px;
	top: 33px;
}

a {
	color: #1949D1;
	text-decoration: underline;
	}

a:hover {
	color: #036;
	text-decoration: none;
	}

a img{
	border: none;
}	

h1 {
	margin: 0 0 13px 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: transparent url(../bilder/h1bg.gif) left bottom repeat-x;
}

h2, h3 {
	padding: 0;
	font-size: 12px;
	font-weight: bold;

}
h2 {
	text-transform: uppercase;
	margin: 0 0 13px 0;
}
h3 {
	margin: 0;
}

p {
	padding: 0;
	margin: 0 0 12px 0;
}

.whitespace {
	width: 370px;
}

.grey, .greyleft, .greyright {
	border: 1px solid #999;
	padding: 1px;
}

.greyleft {
	float: left;
	margin: 0 20px 0px 0;
}

.greyright {
	float: right;
	margin: 0 0 0px 20px;
}

.producedby {
	color: #666666; 
	font-size: 10px; 
	}
	
div.impressum label {
	width: 200px;
}

form { 
	display:inline
	}


.rahmen {
	border: 1px solid black;
}

.datum {
	font-size: 10px;
	color: #808080;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 14px;
	background: transparent url(../bilder/listenpunkt.gif) 0px 4px no-repeat;
}


div.linkbox {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 20px;
	padding: 0 0 5px 10px;
	float: right;
}

div.linkbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.linkbox ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-stykle: none;
	background: none;
}

div.linkbox ul li a {
	padding-left: 14px;
	background: transparent url(../bilder/listenpunkt.gif) 0px 3px no-repeat;
}

div.bildleiste {
	width: 144px;
	text-align: right;
	float: right;
}

div.bildleiste img {
	margin-bottom :15px;
}

label.flach {
	margin: 0;
	cursor: default;
}




/* Bildergalerie */
dl.galerie
{
	border: 1px solid #808080;
	width: 108px;
	text-align: center;
	padding: 5px;
	padding-bottom: 15px;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	background: #E9E9E9;
	cursor: hand;
	cursor: pointer;
}

 dl.galerie:hover
{
	border: 1px solid black;
	background: #808080;
}

.galerie dt { font-weight: bold; }

.galerie dt img
{
	border: 1px solid #000;
	width: 100px;
	height: 100px;
}

.galerie dd
{
	margin: 0;
	padding: 0;
}
/* Ende Bildergalerie */

/* Kontaktformular */
.ausfuellen{
	border: 1px solid red ;
}

form label.required {
  color: red;
}

form label.completed {
  color: black;
}

.formmailerror{
	border: 1px solid #E7DBC6;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

label{
    position: relative;
	width: 120px;
	cursor: pointer;
	cursor: hand;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.kontakt {
    position: relative;
	width: 200px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

.impressumslabel{
	width: 200px;
}

.clearleft{
	clear: left;
}
/* Ende Kontakt */