#headspaceleft {
	width:680px;
	height:20px;
	float:left;
	margin-bottom:10px;
}

#headspaceright {
	width:190px;
	height:20px;
	float:right;
	margin-bottom:10px;
}

#content {
	width:680px;
	float:left;
	margin-bottom:10px;
	text-align:left;
}

#impressum {
	width:680px;
	float:left;
	margin-bottom:10px;
	text-align:left;
	font-size:0.8em;
}


#sidebar {
	width:190px;
	float:right;
	text-align:left;
	margin-bottom:10px;
}

#footspacer {
	clear:both;
	width:900px;
	height:20px;
}

#footer {
	margin-bottom:40px;
}

#footerleft {
	float:left;
	text-align:left;
	}
	
#footerright {
	float:right;
	text-align:right;
	}

#footer a:link, #footer a:active, #footer a:visited  {
	text-decoration:none;
	}

.articleboxleft0 {
	width:320px;
	height:190px;
	float:left;
	}
	
.articlehead {
	width:315px;
	padding-left:5px;
	margin-bottom:5px;
	}	
	
.articlehead a {
	padding:2px 0;
	text-decoration:none;
}	
	
.articlehead h2 {
	font-size:0.8em;
	padding:2px 0;
	}	
	
.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;
	}	
	
.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;
	}		
	
.articletext {
	padding-left:10px;
	font-size:0.7em;
	padding-top:10px;
	}	
		
	
#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;
}

#navcontainer a:link, #navcontainer a:visited
{
text-decoration: none;
color:#fff;
}

.navCatHead {
display: block;
padding: 3px 5px;
width: 180px;
text-transform:uppercase;
font-weight:bold;
}



/* TOOLTIPP ####################################### */
a:hover {background: none; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:5px 5px; width:180px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#292929;}

