/**
 * 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: #555555;
	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: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	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: #e9e9e9;
}
.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;
}
/* menu links */
a.menu {
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}
/* menu link on activated thread */
a.menuA {
	font-weight: normal;
	color: #800000;
	text-decoration: none;
}
a:hover.menu {
	font-weight: normal;
	color: #800000;
	text-decoration: none;
	background-color:#fff;
}
/* menu default */
.menuTD {
	white-space:nowrap;
	text-transform:uppercase;
	padding:0px 3px 0px 3px;
	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;
}

#submenu_container {
	width:700px;
	height:100%;
	background-image: url(/addon/images/bg_light_stripe.gif);
	padding: 5px;
	display:block;
}
#submenu_container ul {
	margin: 0px;
	padding:0px;
	list-style-type: none;
	float: left;
}
#submenu_container ul li {
	display: inline;
}
#submenu_container ul li a {
	padding-right: 10px;
}
/**
* breadCrumb
*/
.breadCrumb {
padding:5px;
}
h1, h2 {
font-size:14px;
font-weight:bold;
margin:0px 0px 0px 0px;
padding:10px 0px 0px 0px;
line-height: 25px;
}

/*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);
}

.podHead {
	padding: 3px 10px 3px 20px;
	font-weight:bold;
	width:194px;
	height:31px;
	background-image:url(/addon/images/pod_head.gif);
	background-repeat:no-repeat;
}
.podCenter {
	padding: 5px 10px 5px 20px;
	background-image:url(/addon/images/pod_center.gif);
	background-repeat:repeat-y;
}
.podCenter ul{
	padding: 5px 10px 5px 10px;
}

.podBottom {
	background-image:url(/addon/images/pod_bottom.gif);
	background-repeat:no-repeat;
	height:7px;
}
.w2Heading {
	color:#000000;
	font-size: 40px;
}

.frontPostSubline {
	border-top: 1px solid #ddd;
	font-size:10px;
	color: #aaa;
}

#login, #password {
width: 130px;
}

/** accounts controller **/
#account_new_products a{
	margin: 10px 5px;
}
/** sifr **/

h1, h2{
font-size: 22px;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
}
.sIFR-hasFlash h2 {
	visibility: hidden;
}
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
form {
    margin:0px;
    padding:0px;
}

.on_stock_batch {
	position: absolute;
	right: 80px;
	top: 55px;

}

.image-panel {
	margin: 20px 0px 0px 0px;
}
.image-panel a {
	float:left;	
}

#os_menu_nav div {
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}
#os_menu_nav img{
	margin:0px;
	padding:0px;
	border:none;
}
#os_menu_nav a{
	margin:0px 10px;
	padding:0px;
	font-size: 300%;
	font-weight: normal;
}
#os_menu_nav {
	width:800px;
}


