body {
	margin:auto;
	background-color:#ebebeb;
	font-family:Helvetica, Arial, sans-serif
}
h1 {
	color:#666; 
	font-size:18px;
	}
h2 {
	color:#ff8500; 
	font-size:14px;
	}

h3 {
	font-size:12px;
	}
a {
	text-decoration:none;
	color:#333333;
}
a:hover{color:#ff8500;}

.copyright{display:none;}
.parseTime {display:none;}

#main {
	width:790px;
}

#head {
	background-image: url(images/one_line_bg.png);
	background-repeat:no-repeat;
	height:46px;
	position:relative;
	margin-top:30px;
}

#navi_start{
	margin-top:6px;
	float:left;
}

#navi{
	position:relative;
	margin-top:6px;
	padding-top:7px;
	padding-right:7px;
	height:26px;
	background-image:url(images/head_navi_grey_bg.gif);
	background-repeat:repeat-x;
	font-weight:bold; 
	font-size:12px;
	line-height:12px;
	color:#fff;
	float:left;
}


#navi a{
	color:#fff;
	text-decoration:none;
	margin-right:10px;
	}
	
#navi a:hover{color:#ff8500;}

#navi_end{
	margin-top:6px;
	float:left;
}
/* -----------------------------------------------------------NAVI STYLE START--------------------- */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li {
	margin-top: -4px;
	width: 150px;
	padding:5px;
	text-align:left;
	background-color:#666;
	border:1px solid #ccc;
}
#nav li ul{
	margin:5px 0 0 0px;
	position: absolute;
	left: -2000px;
}
#nav li ul ul {
	margin:-10px 0 0 135px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	position: absolute;
	left: -2000px;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul{
	left:auto;	
}

#nav li.sfout ul, li li.sfout ul{
	left: -2000px;
}
/* -----------------------------------------------------------NAVI STYLE END--------------------- */


#content{
	position:relative;
	margin-top:10px;
}

#content_header{
	height:24px;
	background-image:url(images/content_header_dark.png);
	background-repeat:no-repeat;
	text-align:left;
	padding:6px 0 0 10px;
}

#content_header h1{
	margin:0px;
	line-height:18px;
	color:#FFF;
}

#content_body{
	position:relative;
	background-image:url(images/content_body.png);
	background-repeat:repeat-y;
	text-align:left;
	font-size:12px
	
}

#content_footer{
	height:18px;
	background-image:url(images/content_footer.png);
	background-repeat:no-repeat;
}

#content_footer_dark{
	height:18px;
	background-image:url(images/content_footer_dark.png);
	background-repeat:no-repeat;
}

#text{
	padding:15px;
}



#main_teaser{
	position:relative; 
}

#brand_new{
	z-index:10;
	position:absolute;
	right: 8px;
	top: -40px;
	background-image:url(images/brand_new.png);
	background-repeat:no-repeat;
	width:185px;
	height:142px;	
}

#comming_soon{
	z-index:10;
	position:absolute;
	right: 8px;
	top: -40px;
	background-image:url(images/comming_soon.png);
	background-repeat:no-repeat;
	width:185px;
	height:142px;	
}

#brand_new_preview{
	z-index:10;
	position:absolute;
	background-image:url(images/brand_new_preview.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:188px;
	height:35px;	
}

#comming_soon_preview{
	z-index:10;
	position:absolute;
	
	top: 123px;
	background-image:url(images/comming_soon_preview.png);
	background-repeat:no-repeat;
	background-position:top right;
	width:188px;
	height:25px;	
}


#login_box{
	width:790px;
	height:30px;
	font-size:x-small;
	background-image: url(images/login_box_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}




#one_line {
	background-image: url(images/one_line_bg.png);
	background-repeat:no-repeat;
	height:46px;
	width:790px;
	padding:13px 18px 13px 13px;
	font-size:12px;
	line-height:12px;
}
#one_line a{
	color:#000;
	text-decoration:underline;
	}
#one_line a:hover{color:#ff8500;}

/* GUTSCHEIN EINLÖSEN IM WARENKORB */
#gift_cart { }
/* RAHMEN FÜR EINGABEFELD */
#gift_cart #input_code { padding: 15px;	background-color:#FFF2CC; border: solid #E9D28F 1px }
/* BUTTON EINLÖSEN */
#gift_cart #input_code input[type="image"] { position: relative; top: 6px; left: 5px;  }
/* ENDE - GUTSCHEIN EINLÖSEN IM WARENKORB */

/* POPUP MIT INFOS */
/* RAHMEN FÜR INFORMATIONEN */
#gift_infos { margin: 0px; padding: 10px; border: 1px solid #000; background: #FFF; display: none; top: 50%; left: 40%; z-index: 1; }
/* LISTE GÜLTIGER ARTIKEL UND KATEGORIEN */
#gift_infos ul.restriction_list { margin: 5px 0px 5px 40px; }
/* ENDE- POPUP MIT INFOS */
