/**
 * contact
 */
.contactForm {
border-style: solid;
border-width: 1px;
border-color:#fafafa;
}
.contactFormConfirmation {
padding:10px;
margin:10px;
font-weight:bold;
}

.contactFormErr {
color:red;
padding:10px;
 font-weight:bold;
}

TABLE.contactForm  TD {
	vertical-align:middle;
	text-align: right;
	padding: 3px;
}
/**
 * banner layout
 */
.bannerTdProdukte {
	width:600px;
	height:304px;
	padding:0px;
	margin:0px;
}
.bannerDiv {
	text-align:right;
	width:500px;
	height:16px;
	padding:0px;
	margin:0px;
}
.bannerSpacerDiv {
	width:700px;
	height:288px;
	padding:0px;
	margin:0px;
}
/**
 * main content
 */
.mainContentTd {
	padding:0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #781F1C;
	background: none;	
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}
img {
	border:0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-weight: 600;
	color: #781F1C;
	text-decoration: none;
}
a:hover {
	color: #781F1C;
	text-decoration: underline;
}
.baseLeft {
	vertical-align:top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.baseBotLeft {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}	
.baseRight {
	vertical-align:top;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
body {
	background-color: #ffffff;
}
.baseTable {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.baseBotRight {
	font-size:10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e9e9e9;
	border-right-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	border-left-color: #e9e9e9;
}
.logoTD {
	text-align: center;
	vertical-align: middle;
}
.menuCell {
	padding-top:7px;
	padding-left:20px;
	height:25px;
	vertical-align:top;
	text-align:right;
}
/* menu links */
a.menu {
	font-weight: normal;
	color: #781F1C;
	text-decoration: none;
}
/* menu link on activated thread */
a.menuA {
	font-weight: normal;
	color: #781F1C;
	text-decoration: none;
}
a:hover.menu {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
/* menu default */
.menuTD {
	white-space:nowrap;
	text-transform:uppercase;
	padding:0px 3px 0px 3px;
	text-align:top;
	vertical-align:top;
	color: #bbbbbb;
}
/**
 * menuSub
 **/
a.menuSub {
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}
a:hover.menuSub {
	font-weight: normal;
	color: #800000;
	text-decoration: none;
}
.menuSubTD {
	font-size: 9px;
	white-space:nowrap;
	text-transform:uppercase;
	padding:3px 9px 0px 3px;
	text-align:center;
	vertical-align:bottom;
	color: #bbbbbb;
}
/**
* breadCrumb
*/
.breadCrumb {
padding:5px;
}
h1 {
font-size:14px;
font-weight:bold;
margin:0px;
padding:0px;
}

h2 {
font-size:12px;
font-weight:bold;
margin:0px;
padding:0px;
}

/*select, input, textarea */
.inputText ,.inputSelect, .inputCheckbox {
    font-family: verdana,helvetica,arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    background-color: rgb(247, 247, 247);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(153, 153, 153);
    border-right-color: rgb(153, 153, 153);
    border-bottom-color: rgb(153, 153, 153);
    border-left-color: rgb(153, 153, 153);
}
