/* LAYOUT
////////////////////////////////////////////// */
h1, h2, h3, h4 { margin:0; padding:0; }

html, body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#191919 url(images/bg_wrap.png) center repeat-y;
	}

#wrapper {
	width:900px;
	margin:0 auto;
	text-align:center;
}

#header {
	padding: 0px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:0px;
	}
	
#logo {
	width:900px; 
	background:#000; 
	text-align:left;
	margin-bottom:10px;
	border-top:10px solid #d40500;
	}
	
#logo img {
	border:none;
	}		
/*////////////////////////////////////////////// */	

#headspaceleft {
	width:680px;
	height:20px;
	float:left;
	margin-bottom:10px;
	background:#555;
}

#headspaceright {
	width:190px;
	height:20px;
	float:right;
	margin-bottom:10px;
	background:#555;
}

#content {
	width:680px;
	float:left;
	margin-bottom:10px;
	text-align:left;
}
	
#headspaceleft h2 {
	color:#fff;
	}


#headspacecenter {
	background:#555;
}

#headspacecenter h3 {
	color:#fff;
	}
	
#contentdetail {
	background:#ccc;
}

#impressum {
	width:680px;
	float:left;
	margin-bottom:10px;
	text-align:left;
	font-size:0.8em;
}

#impressum a {
	color:#333;
	}

#sidebar {
	width:190px;
	float:right;
	text-align:left;
	margin-bottom:10px;
}		

/* ############################################## */
/* KATEGORIE ANSICHT ############################ */
/* ############################################## */

.articleboxleft0 {
	width:320px;
	height:190px;
	float:left;
	}
	
.articlehead {
	width:315px;
	padding-left:5px;
	margin-bottom:5px;
	background:#999;
	}	
	
.articlehead a {
	padding:2px 0;
	text-decoration:none;
}	

.articlehead a {
	color:#fff;
}	

	
.articlehead h2 {
	font-size:0.8em;
	padding:2px 0;
	color:#fff;
	}			
	
.articleboxleft1 {
	width:320px;
	height:190px;
	float:right;
	}	
	
.articleimage {
	float:left;
	width:160px;
	text-align:center;
	margin:auto 0;
	}
	
.articleimage img {
	border:none;
	}	
	
.articletextbox {
	float:right;
	width:150px;
	height:150px;
	background:#ccc;
	}	
	
.articlepricebox {
	text-align:right;
	width:150px;
	margin-top:10px;
	}	
	
.articleprice {
	text-align:right;
	padding-right:10px;
	font-weight:bold;
	}	
	
.porto {
	text-align:right;
	padding-right:10px;
	font-size:0.6em;
	}	
	
.porto a {
	color:#393939;
	}		
	
.articletext {
	padding-left:10px;
	font-size:0.7em;
	padding-top:10px;
	color:#393939;
	}	
		
/* ############################################## */
/* NAVIGATION / SIDEBAR ######################### */
/* ############################################## */		
	
#navcontainer { width:190px; }

#navcontainer ul
{
margin:0;
padding-left: 0;
list-style-type: none;
font-size:0.8em;
}

#navcontainer a
{
display: block;
padding: 3px 5px;
width: 180px;
background-color: #aeae8d;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navcontainer a:visited
{
text-decoration: none;
color: #fff;
}

#navcontainer a:hover
{
background-color: #aeae8d;
color: #191919;
}

.navCatHead {
display: block;
padding: 3px 5px;
width: 180px;
text-transform:uppercase;
font-weight:bold;
}

/* ############################################## */
/* DETAIL ####################################### */
/* ############################################## */

#headspaceleftdetail {
	width:390px;
	height:20px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	background:#555;
}

#headspaceleftdetail h2 {
	font-size:0.8em;
	padding:2px 5px;
	text-align:left;
	color:#fff;
	}


#headspacecenterdetail {
	width:300px;
	height:20px;
	float:left;
	margin-bottom:10px;
	background:#555;
}

#headspacecenterdetail h3 {
	font-size:0.8em;
	padding:2px 5px;
	text-align:right;
	color:#fff;
	}


#headspacerightdetail {
	width:190px;
	height:20px;
	float:right;
	margin-bottom:10px;
	background:#555;
}

#image {
	width:390px;
	float:left;
	margin-bottom:10px;
	text-align:left;
	margin-right:10px;

}

#image img {
	border:none;
	}

#contentdetail {
	width:300px;
	min-height:470px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}

#imagedetail {
	width:60px;
	height:60px;
	float:left;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
	font-size:0.7em;
	background:#d40500;
	color:#fff;
	}		
	
.detailthumb {
	width:70px;
	height:70px;
	margin-left:10px;
	}	

#contentdetail img {
	float:left;
	margin-left:10px;
	}
	
	
.articleboxleftdetail {
	width:320px;
	height:190px;
	float:left;
	}
		
	
.articlepricedetail {
	font-size:1.6em;
	}	
	
.artpricerightdetail {
	text-align:right;
	font-weight:bold;
	margin:0;
	padding-top:20px;
	padding-right:20px;
	}	
	
.smalldetail {
	font-size:0.6em;
	}	
	
.smalldetail a {
	color:#393939;
	}	
	
.articletextdetail {
	font-size:0.8em;
	padding-left:20px;
	padding-top:20px;
	}	
	
/* ############################################## */
/* FOOTER ####################################### */
/* ############################################## */	
	
#footspacer {
	clear:both;
	width:900px;
	height:20px;
}

#footer {
	margin-bottom:40px;
}

#footer a:link, #footer a:active, #footer a:visited  {
	text-decoration:none;
	color:#333;
	}
	
#footer a:hover {
	color:#ff0000;
	}		
	
#footspacer {
	background: #333;
}	

#footerleft {
	float:left;
	text-align:left;
	}
	
#footerright {
	float:right;
	text-align:right;
	}