@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img{
	border:none;
}

.clear{
	clear:both;
}
.grey{
	color:#818181;
}
.blue{
	color:#009ee0;
}

.spacing{
	height:100px;
	overflow: hidden;
	margin-top:30px;
}

a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	color:#009ee0;
	text-decoration:none;
}

#container {
	width: 700px;
	margin: auto auto
}

#top{
	padding-top:37px;
	border-bottom:1px solid #000000
}
#logo{
	float:left;
}
#titel{
	font-size:14px;
	font-weight:bold;
	padding-top:9px;
	padding-left:20px;
	float:left;
}

#navigation{
	padding-top:15px;
	padding-left:20px;
	float:right;
}

#toptext{
	padding-top:30px;
}

#typenav{
	/*float:right;*/
	text-align:right
}

#typenav a.active{
	color:#009ee0;
}

.label_titel{
	font-size:18px;
	font-weight:bold;
	padding-bottom:24px;
	color:#000000;
}

#labelnav{
	margin:10px 0px 10px 0px;
	text-align:right;
	/*float:right;*/
}
.item{
   clear:both;
   padding-top:10px;
   padding-bottom:8px;
   border-top:1px solid #e1e1e1;
}

.item-last{
   clear:both;
   padding-top:10px;
   padding-bottom:8px;
   border-top:1px solid #e1e1e1;
   border-bottom:1px solid #e1e1e1;
}

.pics{
    float:left;
    width:195px;
}

.pics div{
	float:left;
	padding-right:8px;
}

.description{
   float:left;
   padding-left:16px;
   width:300px;

}

.desc_titel{
	font-size:14px;
	font-weight:normal;
	padding-bottom:24px;
	color:#000000;
}

.desc_text{
	color: #818181;
	font-size:10px;
}


.price{
   float:right;
   font-size:12px;
   padding-right:25px;
}

.price_newprice{
	font-size:12px;
	padding-bottom:5px;
}

.price_oldprice{
	font-weight:normal;
	text-decoration:line-through;
	color: #818181;
}

.price_ordernumber{
	font-size:12px;
	color:#009ee0;
	padding-bottom:5px;
}

#bildcontainer{
  display:none;
  position:absolute;
  padding: 8px;
  border:1px solid #999999;
  background-color:#ffffff;
}

table tr {
	vertical-align:top;
	margin-bottom:10px;
}
table td {
	vertical-align:top;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.tr_linie td {
	border-top:solid 1px #e1e1e1;
	padding-bottom:0px;
	padding-top:0px;
	padding-right:0px;
}
table td img {
	border:1px solid #ffffff;
	margin-right:5px
}

#ourLabels{
	margin:20px 0px 20px
}

#ourLabels div{
	float:left;
	height:90px;
	width:130px;
	margin: 0px 20px;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
}


.pagItem{
	margin:2px;
	height:15px;
	/*background-color:#DDD;*/
	width:15px;
	padding:2px 4px;
}

.pagItem a.active{
	color:#009ee0;
}
