* {
	padding: 0pt;
	margin: 0pt;
	border: 0pt;
}
html, body {
/*body*/ 
	color: white; 
	margin:0px;
	background-color: #0d384b;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 12px;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}
#wrapper2 {background:url(bilder/bg.jpg) repeat-y;min-height: 100%; height: auto !important; height: 100%;margin-bottom:-35px;}
.push {height:35px;}
#fussbereich {height:25px;width:896px;border-top:10px solid #0d384b;color: white;padding-left:54px;line-height:25px;}
#wrapper {
width:950px;
	color: black; 
	background-image: url(bilder/bgd-home.jpg);
	background-repeat: no-repeat;
	background-position:0px 15px;padding-bottom:20px;
}

/*Navigation*/
#kopfbereich li {
	display: inline;
}
#kopfbereich {
	color: black;
	width: 398px;
	padding-left: 552px;
	word-spacing: 10px;
	border-top:15px solid #0d384b;
	padding-top:57px;
	padding-bottom:6px;
	background:url(bilder/logo.gif) 0px 0px no-repeat #ffffff;
}

#navibereich li { 
	font-size: 13px;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 5px;
	background-image: url(bilder/navi-back2.gif);
	width: 578px;
}
#navibereich ul { 
	font-size: 14px;
	padding:2px;

}
#navibereich  { 
	margin-left: 370px; 
	width: 579px; 
	font-size: 14px;
}
#fussbereich li {
	display: inline;
	list-style-type: none;
}
/*Inhalt*/
#textbereich-links {
padding-top:80px;
	width: 297px;
	height: 230px;
	color: white;
	margin-left: 54px;
	overflow: auto;
}
#textbereich-rechts {
padding-top:25px;
	float:right;
	width: 550px;
	overflow: auto;
	color: white;
	padding-right:30px;
	line-height:16px;
	padding-bottom:20px;
}

#textbereich-rechts ul {margin:0px;padding:0px;margin-top:10px;margin-bottom:-5px;}
#textbereich-rechts li {padding-left:25px;background:url(bilder/navi-pfeile.gif) 5px 4px no-repeat;margin-bottom:5px;line-height:16px;list-style-type: none;}

/*Überschriften*/
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
	margin-top:10px;
	margin-bottom:15px;
	line-height: 100%;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}

/* Links */
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: white;
}
a:visited {
	color: white;
}
a:hover, a:focus {
	color: green;
}
#kopfbereich a:hover, a:focus {
	background-color: #00d84f;
}
#navibereich a:hover, 
#navibereich a:focus {
	background-color: #66ff99;
}
#navibereich a:visited {
	color: #ffffff;
}
/*Links auf blauem Grund*/
#fussbereich a:hover, 
#fussbereich a:focus, 
#textbereich-links a:hover,
#textbereich-links a:focus, 
#textbereich-rechts a:hover, 
#textbereich-rechts a:focus {
	color: white;
	background-color: #358c9f;
}
#textbereich-rechts a:visited {
	color: white;
}
#kopfbereich a:link, #kopfbereich a:visited {
	color: black;
}
#kopfbereich a:hover, 
#kopfbereich a:focus {
	color: green;
	border-bottom-style: none;
	border-bottom: 2px;
	border-bottom-color: green;
}
/*Kontaktfomular*/
form {
	background-color: #358c9f;
	width: 540px;
	padding: 10px;
	border: 0;	
}
label {
	display: block;
	cursor: pointer;
}
input {
	width: 170px;
	border: 1px solid #8c8c8c;
}
input#absender, textarea, input#strasse, input#tel, input#plz-ort, input#firma {
	width: 300px;
	border: 1px solid #8c8c8c;
}
input#vorname, input#plz {
	width: 70px;
	border: 1px solid #8c8c8c;
}
input#name, input#ort {
	width: 224px;
	border: 1px solid #8c8c8c;
}
textarea {
	height: 6em;
}
input#absender:focus, textarea:focus {
	background-color: #d9d9d9;
}

/*IE Korrekturen*/

p {}
td {}
