@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../graphics/layout/websitebg.png);
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #272727;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #000;
}
a:visited {
	color: #999;
}
a:active {
	color: #069;
}
h1 {
	font-size: 20px;
	color: #313e5e;
	font-weight:normal;
	margin-top:0px;
}
h2 {
	font-size: 14px;
	color: #666;
}
h3 {
	font-size: 14px;
	color: #313e5e;
	font-weight:normal;
	margin-top:0px;
}
#header {
	width:810px;
	height:121px;
	margin: 0 auto;
	padding: 3px 40px 0 0;
	background-image:url(../graphics/layout/header.png);
	text-align:right;
}
#header a {
	color:#FFF;
	text-decoration:none;
	font-size:10px;
}
#header a:hover {
	color:#999;
}
#navi {
	width:800px;
	height:22px;
	margin: 0 auto;
	padding:8px 0 0 50px;
	background-image:url(../graphics/layout/navibg.png);
}
#navi a {
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #fff;
}
#navi a:hover {
	color:#999;
}
#headerimg {
	width:850px;
	height:270px;
	margin: 0 auto;
	background-color:#FFF;
}
#ccontainer {
	width:780px;
	height:auto;
	min-height:350px;
	margin: 0 auto;
	padding:25px 35px;
	background-image:url(../graphics/layout/contentbg.png);
	background-repeat:repeat-y;
}
#maincontent {
	width:600px;
	height:auto;
	line-height:17px;
	float:left;
}
.mcontent2col{	background-image:url(../graphics/layout/centerline.png);
	background-repeat:repeat-y;}
#maincontent p {
	margin-top:0px;
}
#maincontent #column1 {
	width:280px;
	height:auto;
	float:left;
	margin-right:30px;
}
#maincontent #column2 {
	width:280px;
	height:auto;
	float:left;
}
#shortcuts {
	width:168px;
	height:auto;
	padding:0 0 0 10px;
	float:left;
}
#shopnavi{
	width:168px;
	height:auto;
	padding:0 10px 0 0;
	float:left;
}
#container_produkt_der_woche {
	width:280px;
	height: 175px;
	background-image:url(../graphics/layout/produktderwoche.png);
	background-repeat:no-repeat;
	margin-bottom:15px;
}
#container_produkt_der_woche h1 {
	margin:0;
	padding:5px 11px;
	color:#FFF;
	font-size:14px;
}
#pdw_img {
	width:256px;
	height:118px;
	margin:0px 12px 3px 12px;
	background-color:#FFF;

	overflow:hidden;
}
#pdw_name {
	width:136px;
	margin-left:12px;
	float:left;
	line-height:12px;
}
#pdw_preis {
	width:120px;
	float:left;
	text-align:right;
	font-size:18px;
	font-weight:bold;
}
.pdw_preis_old{ text-decoration:line-through; font-size:14px; color:#900;}
#footer {
	width:850px;
	height:115px;
	margin: 0 auto;
	padding:20px 0 0 0;
	background-image:url(../graphics/layout/footerbg.png);
	background-repeat:no-repeat;
	color:#606060;
	line-height: 18px;
}
#footer a{ color:#606060 }

#footer ul {
	float:left;
	margin:0 45px 0 35px;
	padding:0;
}
#footer li {
	list-style:none;
	margin:0;
	padding:0;
}

.clearer {
	width:.1px;
	height:.1px;
	overflow:hidden;
	clear:both;
}

.contentbox{ padding:3px 9px; border:1px solid #ccc; margin:0 0 15px 0;}
.contentbox_width1{ width:150px;}
.contentbox_width2{ width:260px;}
.contentbox h2{ font-size:12px; font-weight:bold; color:#313e5e;  border-bottom:1px solid #ccc; padding-bottom:1px;} 
.contentbox a{ color:#000; display:block; text-decoration:none; list-style:circle;}
.contentbox a:hover{ color:#069;}
.contentbox ul{ margin:5px 0 0 15px; padding:0; list-style-type: square; } 
.contentbox li{ margin:0 0 10px 0;  } 
.border1{ border:1px dotted #ccc;}
.underline{border-bottom:1px solid #ccc;}



