body { 
	margin:0px 0; 
	padding:0; 
	font: 74% Arial, Sans-Serif; 
	color:#4C4C4C;  
	line-height: 1.4em; 
}


.content { 
	background: #FFF url(img/bgmain.jpg) repeat-y center;
	color: #4C4C4C; 
	margin: 0 auto; 
	padding: 0; 
	width: 820px;
}

/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/
#header { 
	margin: 0; 
	width: 820px; 
	background: #FF9503 url(img/header.jpg) no-repeat center top;  
	height: 166px; 
	color: #FFF; 
}

#header .f_search { 
float: right; padding: 70px 50px 0 0; 
}

#header .f_search input { 
height:15px;
}
#header .title {	padding: 45px 0 0 50px; }
#header h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 22px; font-weight: bold;
		margin: 0;
		padding: 0; 
}

#header h2 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px; 
		background-image: none;
		color: #A90000;
		margin: 0;
		padding: 0 0 0 2px;
}




/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/

.nav5 li { 
	font-weight: bold; 
	margin: 5px 0 5px 0px; 
	padding: 0px 0 0 0px; 
	border-bottom: 1px solid #ccc; 
	height: 25px; 
  background: url(img/li.png) no-repeat left;
}

.nav3{ 
	font-weight: bold; 
	border-bottom: 1px solid #E4F8F8;
	width: 140px; 
	padding: 4px 0 4px 0;
	height:20px;
}

.nav li a { color: #546078; text-decoration: none;  padding: 5px 0 0 10px; display: block; height:20px;}
.nav li a:hover { color: #546078; text-decoration: none; background: #cccccc; display: block;height:20px;}

.quick_find input{width: 100px; height: 17px; margin: 2px 5px 0 0px;}

.nav2 a:hover { color: #FFF; text-decoration: none; background: #000; display: block; height: 15px;}

.nav2{ 
  font-size:90%;
	height: 15px;   
	margin: 0px 0 9px 0px; 
	padding: 0px 0 0 0px; 

}

.nav2 li a { color: #546078; text-decoration: none;  padding: 5px 0 0 10px; display: block; height: 25px;}

.nav2 a:hover { color: #FFF; text-decoration: none; background: #000; display: block; height: 25px;}


input.search { width: 150px; border: px solid #A90000; color: #666; }
input.submit { 
	background: none; 
	color: #A90000;
	font: bold 1.1em Arial, Verdana, Helvetica, sans-serif; 
	border: 0;
}

input.search:hover {	background: #FFFFF4; }

ul { margin: 0 0 0px 0; padding : 0; list-style : none; }
li { 	margin: 0 0 2px 0; padding: 0 0 0 0px;	color: #555; }


a { color: #7D9997; background: inherit; text-decoration:none; }
a:hover { color:#69807E; background: inherit; text-decoration:none; }

h1 { 
	padding:0; 
	margin:0; 
	color: #3B3B3B; 
	background: inherit;
	font: bold 1.8em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h1 a { color: #3B3B3B; background: inherit; }

h2 { 
	color:#3B3B3B;
	font-size:140%; 
	font-weight:bold; 
	margin: 5px 0 5px 0px; 
	padding:0; 
}

h2 a { background: #FFF; color: #000; }
h2 a:hover { background: #FFF; color: #A90000; }

fieldset {
border: 1px solid #A90000; 
}


textarea.text { 
	height: 150px; 
	width: 90%; 
	border: 1px solid #A90000; 
	background: #FFF; 
	color: #354D5F;
}

textarea.text:hover { 
	border: 1px solid #A70000; 
	background: #FFFFF4; 
	color: #000;
}

input.field { 
	border: 1px solid #A90000; 
	background-color: #FFFFFF; 
	width: 283px; 
	color: #000;
}

input.field:hover { 
	border: 1px solid #A70000; 
	background: #FFFFF4; 
	color: #000;
}

input.text { 
    border: 1px solid #A70000; 
	margin: 0; 
	width: 150px;
	background: inherit;
	color: #000; 
	padding: 4px;
	
}


input.text:hover { 
	border: 0px solid #A70000; 
}

.date { 
	color: #808080; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
	border-top: 1px solid #eee;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #f8f8f8; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #000;
}

.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}

img
{
border:0px;
}

TD.main, P.main {
  padding:4px;
}

.moduleRow {
 line-height: 1.5;
 background-color: #E6E6E6;
 border: 1px solid;
 border-color: #E6E6E6;

}
.moduleRowOver { 
	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #E9F4FC; }



body { margin-top: 5px;text-align:center; background-image: url(img/bg_pattern.jpg); }

#container { text-align:left;margin:auto;width: 860px; bbackground-color: grey; }

#head { width: 860px; float: left; }
#head_left { float: left; width: 572px; margin-bottom: 0px; }
#head_right { float: right; padding-top: 48px; font-family: arial; font-size: 12px; font-weight: bold; color: black; text-align: right; }
#head_right a { color:#000000; }

#head_sub_right { font-family: arial; font-size: 12px; color: black; text-align: right; }
#logos {float: left; margin-top: -7px; }

.logo { margin-right: 7px; }

#content { float: left; width: 860px; margin-top: -4px; }
#nav { float: left; width: 140px; height: auto; margin-top: 10px; background-color: white; padding: 10px;font-size: 12px; line-height: 15px; }
.nav { border-bottom: 1px solid #E4F8F8;width: 140px; padding: 2px 0 7px 0; }
.nav p { border-bottom: 1px solid #E4F8F8;}

.nav a{ color:#7D99A0; font-weight:normal; }
.nav a:hover{ color:#69807E; font-weight:normal; }

.nav_level_1{padding-left:12px;}
.nav_level_1 a {color: black;}

#warenkorb { font-family: arial; font-size: 12px; color: #3B3B3B; height: auto; line-height: 15px; }
#warenkorb a {  font-weight: normal; }

#infobox { font-family: arial; font-size: 12px; color: #3B3B3B; height: auto; line-height: 15px; }
#infobox a {  font-weight: normal; }

#suche { font-family: arial; font-size: 12px; color: #3B3B3B; height: auto; line-height: 15px; }
#suche a {  font-weight: normal; }

#suche #suche_input input{width: 95px; height: 17px; margin: 2px 4px 0 0px;}

#newsletterbox { font-family: arial; font-size: 12px; color: #3B3B3B; height: auto; line-height: 15px; }
#newsletterbox a { color: #3B3B3B; font-weight: bold; }

#newsletterbox form{ display:inline; }
#newsletterbox #newsletter_input input{width: 95px; height: 17px; margin: 2px 4px 0 0px;}



#artikel_uebersicht { float: right; width: 670px; height: auto; margin: 10px 2px 0 0px; padding: 10px; background-color: white; }
.artikel_img { border: 1px solid #6C6C6C; margin-bottom: 3px; }
.artikel { font-family: arial; font-size: 12px; color: #5C5C5C; height:250px;width: 120px; line-height: 16px; margin-right: 10px; margin-bottom: 10px; float: left; }
.artikel a { color: #5C5C5C; text-decoration: underline; }
.artikel a:hover { color: black; text-decoration: underline; }


#footer { float: right; font-family: arial; font-size: 12px; color: black; text-align: right; margin-top: 3px; }
#paging { float: right; font-family: arial; font-size: 12px; color: #3B3B3B; text-align: right; margin-right: 30px;}
#paging a { color: #3B3B3B; font-weight: bold; }

.artikel_img_large { width: 250px;}
#product_info { float: right; width: 370px; font-family: arial; color: #1b2235; font-size: 12px; line-height: 14px; }
#product_img_large { float: left; width: 260px; margin-left: 20px; }

#head_right { margin-top:45px; padding:0; height: 20px; }

h2{color:#4C4C4C;}

.copyright{display:none;}
.parseTime{display:none;}

.brand_head { margin-bottom: 13px; }

*html
#logos {float: left; margin-top: 3px; }


/* NEW  div { background-color:#EEE ; padding: 0px;  }