html, body {
	height: 100.1%;
}
body {
	margin: 0px;
	padding: 0px;
	top: 0px;
	background-color: #333;
	text-align: center;
}
#pagewidth {
	top: 4px;
	width: 990px;
	height: 100%;
	margin: 4px auto;
	text-align: left;
}
#page {
/*	background-color: #fef4d8;*/
	background-color: #fff;
	min-height: 100%;
	border: 2px solid #FBBA00;
}
#top {
	width: 986px;
	height: 251px;
	left: auto;
	right: auto;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#top_german_pellets {
	width: 986px;
	height: 251px;
	/*background: transparent url("../images/german_pellets.jpg") top right no-repeat;*/
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 251px;
}
#abstand {
	width: 100%;
	background-color: #ff0000;
	height: 4px;
}

#content {
	margin: 0px;
	padding: 10px;
	text-align: left;
	color: #111;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 966px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	margin-bottom: 6px;
}
img.bildrechts {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
div.referenzen {
	clear: right;
	width: 100%;
}
img.referenzen {
	float: right;
	margin: 5px;
	border: 0px;
}
div.links {
	width: 550px;
}
div.rechts {
	position: relative;
	float: right;
	width: 400px;
	margin-top: -14px;
}
input.senden {
	width: 120px;
}
input.loeschen {
	width: 120px;
}
div.input1, div.input2, div.inputspan, div.plz, div.ort {
	margin: 0px;
	margin-bottom: 10px;
}
div.input1 {
	clear: left;
	float: left;
	width: 250px;
}
div.input2 {
	float: left;
	width: 260px;
	padding-left: 10px;
}
div.inputspan {
	clear: left;
    width: 520px;
}
div.plz {
	clear: left;
	float: left;
    width: 70px;
}
div.ort {
	float: left;
	width: 440px;
	padding-left: 10px;
}
input.input_1u2 {
    width: 240px;
}
input.strasse {
    width: 500px;
}
input.plz {
    width: 60px;
}
input.ort {
    width: 420px;
}
select {
    width: 505px;
}
textarea {
	width: 500px;
}
.standardschrift {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
fieldset {
	border: 1px solid #ccc;
	padding: 3px;
	margin-right: 5px;
	width: 100%;
}
legend {
	color: #000;
}
#bottom {
	height: 10px;
	background-color: #333;
	width: 990px;
	clear: both;
}
img.logo {
	margin: 0px;
}
th, td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


th {
	width: 150px;
	text-align: left;
}

/* Oberes Menü */

#top_menu {
	width: 986px;
	background-color: #E42F17;
	border-top: 2px solid #FBBA00;
	border-bottom: 2px solid #FBBA00;
	height: 34px;
}

.top_menu_float {
	float: right;
}

.top_menu, .top_menu ul {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	display: block;
}
.top_menu li {
	float: left
}

.top_menu li a, .top_menu li.active a {
	margin: 0;
	padding: 8px 10px;
	border-right: 2px solid #FBBA00;
	border-top: 0px;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14.6px;
	color: #FBBA00;
	font-weight: bold;
	text-decoration: none;
}

.top_menu li a:hover {
	background: #FBBA00 url("../images/navigation_hover.gif") left no-repeat;
	color: #E42F17;
}

.top_menu li.active a {
	background: #E42F17 url("../images/navigation.gif") left no-repeat;
}

.top_menu li.active a:hover {
	background: #FBBA00 url("../images/navigation_hover.gif") left no-repeat;
	color: #E42F17;
}

.top_menu {
	margin-left: 0px;
	margin-right: 0px;
	background: #E42F17;
}
p.error {
	font-weight: bold;
	color: #ff0000;
}

.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.einstreu_box {
    display: block;
    float: none;
    clear: both;
    text-align: center;
}

div.einstreu {
    display: block;
    float: left;
    margin-right: 10px;
    width: auto;
}
div.line {
    width: 100%;
    height: 1px;
    background-color: #FBBA00;
}
