body {
	margin: 0;
	padding: 0;
	background-color: #ffffc2;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	/* part 1 of 2 centering hack */;
}

#website {
        width: 950px; 
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;      
        /* opera does not like 'margin:20px auto' */
        text-align:left; 
        /* part 2 of 2 centering hack */
        width: 950px; /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 950px;
}
        
html>body #website {
        width: 950px; /* ie5win fudge ends */
}

#headlogo {
	background: url(images/headpic.jpg) no-repeat;
	width: 950px;
	height: 150px;
}

#shops {
	padding-right: 20px;
	padding-top: 5px;
}

/* NAVI */
#boxnavi {
	float: left;
	width: 948px; /*950px - 2px= 948px*/
	height: 34px;
	background: url(images/navi_background.jpg) repeat-x;	font-size: 12px;
	padding-left:2px;
}
#boxnavi ul, #boxnavi li {
	list-style-type: none;
	display: inline;
}

#boxnavi li {
	line-height: 34px;
}
#boxnavi li a {
	width: 130px;
	float: left;
	display:block;
	padding: 0;
	text-decoration: none;
	color: #242500;
	background: url(images/navi_lo.jpg);
	text-align: center;
}
#boxnavi li a:hover {
	background: url(images/navi_hi.jpg);
}
#boxnavi li.mark a {
	background: url(images/navi_hi.jpg);
	/*font-weight: bold;*/
}


#datum {
	text-align: right;
	font-size: 10px;
	color: #999;
	margin: 0;
	padding: 5px 10px;
}

#inhalt {
	padding: 1px 0;
	background-color: #fff;
	clear: both;
}

.fliesstext {
	color: #333;
	padding: 5px 25px 5px 25px;
	line-height: 150%;
	font-size: 14px;
}
.fliesstext a:visited, .fliesstext a:link {
	text-decoration : none;
	color: #009900;
}
.fliesstext a:hover, .fliesstext a:active {
	text-decoration : underline;
	color : #ff0000;
}

h1 {
	font-size: 18px;
	color: #009900;
}

#mainpromo {
	padding-top: 20px;
	padding-bottom: 20px;

	background: url(images/mainpromo_background.jpg) #d9ff22 no-repeat;
	vertical-align: top;
}

#mainpromo a:visited, #mainpromo a:link {
	text-decoration : none;
}
#mainpromo a:hover, #mainpromo a:active {
	text-decoration : none;
}

.promoinhalt {
	color: #333;
	padding: 0;
	margin: 0;
	line-height: 150%;
	font-size: 12px;
}
.promoinhalt a:visited, .promoinhalt a:link {
	text-decoration : none;
	color: #009900;
}
.promoinhalt a:hover, .promoinhalt a:active {
	text-decoration : underline;
	color : #ff0000;
}

.artikeltitel {
	color: #dbff23;
	font-size: 15px;
	padding-bottom: 15px;
}

.artikelpreis {
	font-size: 12px;
	color: #333;
	text-align: center;
	padding-top: 12px;
}

.artikellink {
	font-size: 12px;
	color: #333;
	text-align: left;
}

.artikellink a:visited, .artikellink a:link {
	text-decoration : none;
	color: #333;
}
.artikellink a:hover, .artikellink a:active {
	text-decoration : none;
	font-weight: bold;
	color: #333;
}

.hightitel {
	padding: 0;
	line-height: 25px;
	color: #009900;
	font-weight: bold;
	padding-top: 5px;
}

.aktiontitel {
	font-weight: bold;
}

.listenpreis {
	color: #666;
	margin: 5px 0;
	font-size: 12px;
}

.aktionspreis {
	color: #ff0000;
	margin: 5px 0;
	font-weight: bold;
}

.artikelpreis {
	background: url(images/highlight_preis.gif) no-repeat;
	width: 121px;
	height: 68px;
	position: relative;
	z-index: 10;
	top: -10px;
	left: 110;
}

#footer {
	width: 100%;
	color : #333;
	font: 12px;
	text-align: center;
	background: url(images/adress_background.jpg) no-repeat;
	height: 42px;
	line-height: 150%;
	padding: 5px 0;
}

#footer a:visited, #footer a:link {
	text-decoration : none;
	color : #333;
}

#footer a:hover, #footer a:active {
	text-decoration : none;
	color : #ff0000;
}

#copyright {
	color : #999;
	font-size: 10px;
	text-align: right;
	margin: 0;
	padding: 5px 10px;
}
#copyright a:visited, #copyright a:link {
	text-decoration : none;
	color : #A9A9A9;
}
#copyright a:hover, #copyright a:active {
	text-decoration : none;
	color : #ff5500;
}

.separator {
	border-bottom: 1px solid #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 5px;
	padding: 0;
	margin: 10px 0;
}



.shopcontainer {
	width: 130px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.shopcontainer ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}

.shopcontainer a {
	display: block;
	padding: 2px 2px 2px 12px;
	width: 122px;
	border-bottom: 1px solid #eee;
	background: url(images/linkpfeil_rechts2.gif) no-repeat;
	background-position: 0px 0.5em;
}

.shopcontainer a:link, .shoplist a:visited {
	color: #333;
	text-decoration: none;
}

.shopcontainer a:hover {
	background-color: #ccc;
	color: #333;
}
