body {	
	margin: auto;
	background-image: url(../img/bodyBG.gif);
	background-repeat: repeat-x;
	font: 12px Helvetica, Arial, Sans-Serif;
	text-align: center;
	behavior:url("csshover.htc");
}
p {
	padding-bottom: 15px;
}
#head {
	background-image: url(../img/headBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 1000px;
	margin: 0 auto;
	height: 200px;
	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: 970px;
	margin: 0 auto;
	background-image: url(../img/pageBG.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding: 15px 0px;
}
#footer {
	background-image: url(../img/footerBG.gif);
	background-repeat: repeat-x;
	height: 30px;
	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;
}
a.mainTitle {
	color: #FFF;
	text-decoration: none;
	font-size: 30px;
}
a.mainTitle :hover{
	color: #FFF;
	text-decoration: none;
	font-size: 30px;
}
.headPic {
	border: 1px solid #FFF;
	width: 198px;
}
.headText {
	font-size: 30px;
	color: #FFF;
	text-align: center;
	margin: 0px auto;
	padding: 15px 0px;
}
.cursor {
	cursor: hand;
	cursor: pointer;
}
#content {
	padding: 10px;
}
#rightFloat {
	width: 180px;
	float: right;
	padding: 0;
}
.boxContent {
	background-image:url("../img/boxBG.gif");
	background-repeat:repeat-x;
	background-position: bottom;
	border: 1px solid #AAA;
	color:#444444;
	padding: 5px;
	margin: 10px 0px 10px 20px;
	width:235px;
}



.contactBG {
	background-image: url("../img/telefon.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 125px;
}

h1, h2 {
	font-size: 16px;
	font-weight: normal;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 10px 0px 10px 10px;
	background-image:url("../img/headlineBG.gif");
	background-repeat:no-repeat;
	background-position: 0px 30px;
	color: #424242;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	font-family: Helvetica, Arial, Sans-Serif;
	padding: 10px 0px 10px 10px;
	background-image:url("../img/headlineBG3.gif");
	background-repeat:no-repeat;
	background-position: 0px 30px;
	color: #424242;
}
.list li {
	background:url("../img/list.gif") no-repeat scroll 0 10px transparent;
	padding:5px 0 5px 15px;
}
.partnerTable {
	text-align:center;
	width: 100%;
}
.partnerTable td {
	padding: 10px;
}

.toppadding {
	padding-top: 15px;
}
.small {
	font-size: 9px;
}
.bigHeadline {
	font-size: 14px;
	padding-top: 15px;
}

/* 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;
}

.anlagen {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../img/menu_button.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 198px;
	text-decoration: none;
	border: 1px solid #FFF;
}
.anlagenHover { 
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../img/menu_button_mo.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 198px;
	text-decoration: none;
	border: 1px solid #000;
}
.anlagen div, .anlagenHover div  {
	margin-top: 6px;
}