.html,body{
	height:				100%;
	width:				100%;
	background-color:	#E0DFE3;
	font-family:		Arial, Helvetica, sans-serif;		
	font-size:			11px;
	line-height: 		20px;
	color:				#000000;
	background-color:	#b5afaf;
	margin:				0 auto;
	padding:			0;
	padding-bottom:		100px;
}

table, tr, td, th{
	padding:			0;
	text-align:			left;
	border-collapse: 	collapse;
	font-weight:		normal;
}
img{
	border:				0;
	outline:			0;
}

address {	
	font-style: 		normal;	
	margin-left: 		10px;
}
p,td{
	line-height:		20px;	
	font-size:			12px;
	vertical-align:		top;
}
textarea,
input[type=text],
input[type=password]{
	margin-top:2px;
	margin-bottom:2px;
	border:1px solid Gray;
}

form{
	margin:				0 auto;
	padding:			0;
}

h1{
	padding:			3px 0 21px 0;
	margin:				0;
	color:				#999;
	font-size:			24px;
	font-weight:		normal;
}

h2{
	font-size:			16px;
	font-weight:		normal;
	color:				#999;
/* 	margin-top:			15px; */
	margin-top:			16px;
/* 	margin-bottom:		4px; */
	margin-bottom:		10px;
}

h3{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
.hidden{
	display:none;
}

a:link,a:visited,a:active{
	font-size:			12px;
	color:				#D30222;
	text-decoration:	none;
}
a:hover{
	color:				#D30222;
	text-decoration:	underline;
}

div.left{
	float:left;
}

div.right{
	float:right;
}

div.clear{
	clear: both;
}

div#wrapper{
	position: relative;
	margin: 0 auto;
	width: 970px;
	min-height:100%;
	background-color:#FFFFFF;
	border:1px solid black;
}

div#wrapper-logo{
	position:absolute;
	top:0;
	left:0;
}

div#header{
	width:750px;
	height:217px;
	margin-left:220px;
	background:url(images/header.jpg);
	background-repeat:no-repeat;
	padding:0;

}
div#header ul.navigation{
	padding-top:169px;
	padding-left:22px;
}

div#pre-body{
	height:20px;
	background:url(images/headerblok3.gif);
	background-repeat:no-repeat;
}

div#body{
	background:url(images/bg_body_header.gif);
	background-repeat:no-repeat;
	background-color:white;
	padding-bottom:231px;
}

div#body-header{
	padding-left:260px;
}



div.float-right a:link, 
div.float-right a:active, 
div.float-right a:visited{
	color:#0074B8; 
	font-size:10px;
	text-decoration:none;
}
div.float-right a:hover{
	color:#D30222 ; 
	font-size:10px; 
	text-decoration:underline;
}

/* quick shop */
div.quick{
	float:left;
	font-size:10px;
	color:#979696;
}
div.quick div{
	float:left;
}
div.quick p{
	margin:0;
	line-height:16px;
	font-size:10px;
}
div.quick div.caption{
	padding-top:3px;
}
div#quick-search div.caption{
	margin-right:6px;
}
div.quick .input-text{
	font-size:10px;
	color: #0074B8;
	height:16px;
	color:#0080bd;
	border:0;
	padding-left:1px;  /* IE bug */
	padding-right:1px; /* IE bug */
}
div#quick-search{
	margin-right:10px;
}
div#quick-search .input-text{
	width:175px;
}
div#quick-login div.caption{
	padding-right:8px;
}
div#quick-login div.password{
	padding-right:5px;
}
div#quick-login  .input-text{
	width:122px;
}
div.quick div.float-right{
	position:absolute; 
	right:20px;
	padding-top:7px;
	font-size:10px;
}
div.quick div.float-right a:link, 
div.quick div.float-right a:active, 
div.quick div.float-right a:visited{
	color:#979696; 
	font-size:10px;
	text-decoration:none;
	line-height:17px;
}
div.quick div.float-right a:hover{
	color:#D30222 ; 
	font-size:10px; 
	text-decoration:underline;
}

/* end of quick shop */

div#manufacturers-select select{
	margin:11px;
	margin-left:21px;
	width:185px;
}

div#manufacturers-select{
	background-color: #ece6e6;
}

td#left{
	width:227px;
	background-color:#F9F8F8;
	padding:0;
	margin:0;
}

td#left-stretch{
	background:url(images/bg_left_stretch.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F9F8F8;
}

td#right{
	width:700px;
	padding-left:33px;
}

div.float-left{
	float:left;
}

div.float-right{
	float:right;
}


/* content division for most of the pages */
div#content,
div.content{
	padding-top:12px;
	padding-right:29px;
	margin-bottom:5px;
	padding-left:2px;
}

div#bottom{
	position:absolute;
	bottom:0;
	width:100%;
	height:231px;
}

div#footer-top{
	background:url(images/bg_footer_top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:50px;
	width:100%;
}


div#footer{
	background-color:#ebe6e6;
	position:absolute;
	bottom:0;
	height:132px;
	border:0;
	width:100%;
	font-size:9px;
	border-top:1px solid #b5b5b5;	
}

div#footer-navigation{
	width:100%;
	height:47px;
/* 	background:url(images/bg_footer_navigation.gif); */
	background-repeat:repeat-x;

}

div#bottom ul.navigation{
	margin-left:256px;
}

div.footer{
	float:left;
	width:150px;
	margin-top:32px;
}

div.one-fourth{
	margin-left:256px;
}
div.two-fourth{
	margin-left:45px;
}
div.three-fourth{
	margin-left:35px;
	margin-right:17px;
}


div.regel{
	display:block;
	clear:both;
	margin-top:2px;
	margin-bottom:2px;
}



div#errorDialog{
	display:none;
	overflow:hidden;
}
/* navigation */
ul.navigation{
	margin:0;
	padding:0;
	list-style:none;
}

ul.navigation li{
	float:left;
}


li.navigation-trace-item{
	float:left;
}


ul#navigation-left{
	margin:0;
	padding:0;
	list-style:none;
}

ul#navigation-left li.navigation-left-item{
	background:url(images/bg_navigation_left.gif);
	background-repeat:repeat-x;
	height:27px;
	padding-top:5px;
	width:100%;
}

ul#navigation-left li a:link, 
ul#navigation-left li a:visited, 
ul#navigation-left li a:active{
	padding-left:25px;
	font-size: 10px;
	text-decoration: none;
	padding-top:2px;
	color: #000000;
}

ul#navigation-left li a:hover{
	padding-left:25px;
	font-size: 10px;
	text-decoration: underline;
	color: #d30222;
}


ul#navigation-left li.navigation-left-item-active{
	background:url(images/bg_navigation_left_active.gif);
	background-repeat:repeat-x;
	height:28px;
	padding-top:4px;
	width:100%;
}

ul#navigation-left li a.navigation-left-item-active{
	color: #d30222; 
}

div#breadcrumbs{
	width:100%;
	margin-top:5px;
}

div#breadcrumbs a{
	background:url(images/trail_seperator.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-left:9px;
	margin-right:8px;
	color:#999999;
	font-size:10px;
}

div#breadcrumbs a:hover{
	color:#D30222;
}

/*news*/


ul.news-list{
	list-style:none;
	padding:0;
	margin:0;
}

ul.news-list li{
	padding-top:23px;
	padding-bottom:20px;
	border-bottom:1px solid #e3e3e3;
	width:630px;
}

div.news-item{
	width:630px;
}

h2.news-header{
	font-size:12px;
	font-weight:normal;
	color:#d30222;
	padding-bottom:15px;
	padding-top:20px;
	margin:0;

}

div.news-created{
	font-size:10px;
	color:#999999;
}
/* osc */
/*links products listing heading*/
a.link_white:link, a.link_white:active, a.link_white:visited{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
a.link_white:hover{
	font-size:12px;
	color:#FFFFFF;
	text-decoration:underline;
}

span.smalltext{
	font-size:8px !important;
	color:#000000;
	font-weight:normal;
}

div.shoppingcart{
	padding-top:		16px;  
	padding-left:		12px;  
	color:				#000;
	padding-bottom:		40px;
}
div.shoppingcart *{
	font-size:			10px;
}
p.shoppingcart_empty{
	padding-left:15px;
	padding-bottom:20px;
	padding-top:9px;
}
div.shoppingcart table{
	width:194px;
}
div.shoppingcart td{
	padding-top:2px;
	padding-bottom:2px;
}
div.shoppingcart-heading{
	padding-bottom:10px;
}
div.shoppingcart-content{
	padding-left:10px;
	padding-right:5px;
}

div.shoppingcart div.subtotal{
	border-top:1px solid black;
	font-weight:normal;
	margin-right:13px;
	margin-top:8px;
}
div.shoppingcart div.subtotal *{
	margin-top:4px;
	line-height:12px;
}

div.shoppingcart-content div.button{
	margin-top:10px;
	margin-right:24px;
	margin-bottom:16px;
}

td.right{
	text-align:right;
}

/*
.obj_content{
	padding-left:13px; 
	padding-right:40px;
	padding-bottom:48px;
	padding-top:20px; 
	background:url(../style/images/footer1c.gif) no-repeat bottom;
	width:670px;
}
*/

ul.navigation li {
	display: inline;	/* RJ: Prevents stepdown effect */
}

ul.navigation li a {
	padding: 16px 20px 12px 20px;
/* 	padding: 15px 17px 13px 17px; */
	display: block;
	text-align: center;
/* 	font-weight: bold; */
	color: #017cbf;
	font-size: 13px;
/* 	font-size: 14px; */
	text-decoration: none;
}

ul.navigation li a:hover{
	background-color: #e7f5fc;
	text-decoration: underline;
}

ul.navigation li a.navigation-item-active{
	background-color: #e7f5fc;
	text-decoration: underline;
}
