html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.02em;
	/*background: url(images/back.jpg) repeat; */
    text-align: center; /* Für den IE */
    margin: 0;

}


/** {
	margin: 0;
}*/


p {
	margin-bottom:15px;
	margin-top:15px;
}

hr {
 	color: #3366CC;
 	margin-top:0px;
}

.clearer {
	clear:both;
}


#wrapper  {
	text-align: left;
	width: 867px;
	margin: 0 auto;
	/*background: url(images/main_back.jpg) repeat;
	border: 1px solid gray;
	background: #ffffff;*/
	/*margin-top:20px;
	margin-bottom:20px;*/
	height:100%;
	padding:0px;
}


#logo {
	background: url(images/logo.jpg) no-repeat;
	width: 867px;
	height: 128px;
}


/*obere Navi*/


.pipe {font-size: 11px; color: #000000;}

#topnavi {
	background: url(images/onavi_back.jpg) repeat;
	width: 867px;
}


#topnavi_wrap {
	/*border:1px solid black;*/
	margin-left:0px;
	width: 100%;
    text-align: left;
    padding: 8px 0 8px 0;
    height: 15px;
    background: url(images/onavi_back.jpg) repeat;
}

#topnavi_wrap a {
	padding: 8px 6px 8px 6px;
	text-decoration: none;
}

#topnavi_wrap a:hover {
	padding: 8px 6px 8px 6px;
	text-decoration: none;
	background: url(images/onavi_back1.jpg) repeat;
	color:#3366CC;
}


#topnavi_left {
	float:left;
	margin:0px;
	background: url(images/onavi_left.jpg) no-repeat;
	width:48px;
	height:31px;
}

#topnavi_right {
	float:right;
	background: url(images/onavi_right.jpg) no-repeat;
	width:48px;
	height:31px;
}



#topnavi_wrap ul {
	text-align: left;
	
}

#topnavi_wrap li {
	display: inline;
	list-style: none;
}

ul, li {
        margin:0;
        padding:0;
}


#search {
	/*border:1px solid black;*/
	float:right;
	margin-right: 15px;
	padding-top: 5px;
	width: 180px;
	text-align:right;
}  

.boxinput {
	border: 1px solid #3366CC;
	font-size: 12px;
}  
	
.search_img {
	margin-top: -5px;
	position: absolute;
	border:none
}


/*eingeloggt*/

.logged {
	background: url(images/onavi_back.jpg) repeat;
	color: red;
}





/*Spalte mit allen Boxen*/

#left_navi {
	/*margin-left: -10px;*/
	float: left;
	margin-bottom: 10px;
	margin-top:20px;
	margin-left: 10px;
	padding:0;
	width:180px;
	/*border: 1px solid gray;*/
}


/*Boxen*/

.box {
	width:180px;
	height:auto;
	overflow:hidden;
}


.box_text {
	padding:5px;
	font-size:13px;
	color: #666666;
	font-weight:bold;
	margin-left:5px;
	letter-spacing: 0.05em;
}

.boxbottom  {
	background: url(images/box_bottom.jpg) no-repeat;
	width:180px;
	height:27px;
	text-align:center;
}

#category_img  {
	background: url(images/box_header.jpg) no-repeat;
	width:180px;
	height:27px;

}

#category_img1  {
	background: url(images/box_header1.jpg) no-repeat;
	width:180px;
	height:27px;

}


#category  {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-top:5px;
	padding-bottom:5px;
	/*border: 1px solid gray;*/
	overflow: hidden;
}



#manufacturer_img {
	background: url(images/box_header.jpg) no-repeat;
	width:180px;
	height:27px;
}
#manufacturer  {
	/*border: 1px solid gray;*/
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding:10px;
	text-align:center;
}

#info_img  {
	background: url(images/box_header.jpg) no-repeat;
	width:180px;
	height:27px;
}

#info  {
	/*border: 1px solid gray;*/
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#infolinks  {
	margin-left: 8px;
	padding: 10px 0 10px 0;
}

#newsimg{
	background: url(images/box_header.jpg) no-repeat;
	width:180px;
	height:27px;
}

#news_img {
	position: absolute;

}

#news  {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding:10px;
	text-align:center;
	/*border: 1px solid blue;*/
}

#news  .boxinput{
	width: 120px;
}

.news_butt {
	position: absolute;


}

#offer_img{
	background: url(images/box_header.jpg) no-repeat;
	width:180px;
	height:27px;
}

#offer{
	padding-top:4px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#bookmark_img{
	background: url(images/box_header.jpg) no-repeat;
	width:180px;
	height:27px;
}

#bookmark {
	padding-top:4px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}





/*Shop*/

#shop_content  {
	float: right;
	width: 650px;
	text-align:left;
	/*border: 1px solid red;*/
	margin-right: 10px;
	margin-top:20px;
	margin-bottom:10px;
	padding:0px;
	overflow:hidden;
}



/*Footer*/


#footer {
	clear: both;
	width: 867px;
    text-align: center;
    margin-bottom:15px;
}

#footer a{

}



#cop {
	float: right;
	margin-left: 3px;
	padding-top: 5px;
}

#cop a {
	color: #3366CC;
	text-decoration: none;
	background:none;
	
}

#cop a:hover {
	color: #000000;
	text-decoration: none;
}

/*form td{
	padding:5px;
}*/




