body {	
	margin: auto;
	background-image: url(../img/bodyBG.gif);
	background-repeat: repeat-x;
	font: 12px Helvetica, Arial, Sans-Serif;
	text-align: center;
}
#head {
	background-image: url(../img/head.gif);
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto;
	height: 102px;
	text-align: left;
}
#bg-wrap {
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0 auto;
}
* html #bg-wrap {
	margin-top: -6px;
}
#page-wrap {
	width: 998px;
	margin: 0 auto;
	/*height: 530px;*/
	background-image: url(../img/pageBG.gif);
	background-repeat: repeat-x;
	text-align: left;
}
#footer {
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0 auto;
	color: #FFF;
	text-align: left;
}
#footerText {
	padding: 10px;
	color: #FFF;
}
* html #footerText {
	width: 980px;
}
a {
	color: #E25500;
	text-decoration: underline;
}
a:hover {
	color: #E25500;
	text-decoration: none;
}
a.footerLink {
	color: #FFF;
	text-decoration: underline;
}
a.footerLink:hover {
	color: #FFF;
	text-decoration: none;
}
p {
	padding-top: 10px;
}
.cursor {
	cursor: hand;
	cursor: pointer;
}
#content {
	width: 800px;
	padding: 10px 10px 20px 10px;
}
#content_full {
	width: 970px;
	padding: 10px 10px 20px 10px;
}
#rightFloat {
	width: 180px;
	float: right;
	padding: 0;
}
.boxHead {
	background-image:url("../inc/menu/images/navBG.gif");
	background-repeat:repeat-x;
	border:1px solid #AAAAAA;
	color:#444444;
	display:block;
	padding:5px 0;
	margin-top: 10px;
	text-align: center;
	text-decoration:none;
	width:164px;
}
.boxContent {
	background-color: #FFF;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	color: #444444;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	width: 164px;
}
.contactBG {
	background-image: url("../img/telefon.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 125px;
}
.oncalcBG {
	background-image: url("../img/onlineCalculation.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 110px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 10px 0px 20px 0px;
}
h2 {
	padding-top: 20px;
}
h2.big {
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 10px 0px 20px 0px;
}
.list li {
	background:url("../img/list.gif") no-repeat scroll 0 10px transparent;
	padding:5px 0 5px 15px;
}
.toppadding {
	padding-top: 15px;
}
.small {
	font-size: 9px;
}
.bigHeadline {
	font-size: 14px;
	padding-top: 15px;
}
.minHeight {
	height: 520px;
}


/* Bestellformular */
.formError {
	color: #FFF;
	background-color: #C00;
	padding: 0px 5px;
}
.inputNeutral {
	float:left;
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #AAA;
}
.inputOptional {
	float:left;
	border-style: solid;
	border-width: 1px;
	border-color: #AAA;
}
.inputError {
	float:left;
	background-color: #fcc;
	border-style: solid;
	border-width: 1px;
}
fieldset {
	border: 1px #FF8401 solid;
	padding: 5px;
	margin: 10px 0px;
}
legend {
	color: #000;
}
.error {
	color: red;
	font-weight: bold;
}