body {
	margin: 0;
	padding: 0;
	
	font: 12px/18px Geneva, Verdana, Arial, sans-serif;
	color: #353535;
	
	text-align: center;

	background: #F1EFE2 url('body-bg.jpg') top left repeat-x;

}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 770px;
	text-align: left;
	
	background: #F1EFE2 url('container-bg.gif') no-repeat 0px 180px;


}
#country {
	position: absolute;
	top: 5px;
	right: 40px;
	

	margin: 0;
	padding-right: 0;
	
	font-size: 11px;
	line-height: 11px;

}

#country a {
	padding-left: 5px;
}
#header {
	position: relative;
	
	margin: 0;
	padding: 0;
	width: 770px;
	height: 135px;
	
	background: url('lshop.jpg') no-repeat;
}
#subhead {
	position: relative;
	margin: 0;
	padding: 0px 0px 0px 20px;

	background: url('subhead-bg.gif') no-repeat;
	font-size: 40px;
	color: #ffffff;
}
#content {
	position: relative;
	float: left;	
	margin: 0;
	padding: 15px 10px 5px 30px;
	text-align: justify;
	background: url('content-bg.gif') repeat-y 0px 770px;
}

#main {
	float: left;
	margin-right: 15px;
	width: 520px;
}

#footer {
	position: relative;
	clear: both;	
	margin: 0;
	padding: 0px;
	width: 770px;
	height: 40px;
	
	color: #000000;
	font-size: 11px;
	
	background: url(footer-bg.gif) no-repeat;
}

#footer p.right {
	position: absolute;
	top: 5px;
	left: 30px;
	
	margin: 0;
	padding: 0;
	
	text-align: left;
}


#nav {
	position: absolute;
	top: 110px !important; /* IE Sucks */
	top: 111px;
	right: 10px; /* xmas header: 135px; */
	
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	line-height: 11px;
}

#column {
	position: relative;
	float: right;
	
	margin: 0;
	padding: 0;
	width: 185px;
	
	font-size: 11px;
	line-height: 11px;
}
#subnav {
	position: relative;
	margin-bottom: 2px;	
	margin-top: 4px;
	margin-right: 10px;

}



#detail-left {
	position: absolute;
	top: 181px;
	left: 0;
	
	margin: 0;
	padding: 0;
	width: 10px;
	height: 67px;
	
	background: url('detail-left.gif') no-repeat;
}

#detail-right {
	position: absolute;
	top: 181px;
	right: 0;
	
	margin: 0;
	padding: 0;
	width: 10px;
	height: 67px;
	
	background: url('detail-right.gif') no-repeat;
}


#subhead a {
	width: 115px;
	height: 35px;
	background: url('subhead-demo.jpg') no-repeat;
	display: block;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

#subhead li {
	display: inline;
	float: left;
}

#subhead ul {
	padding: 0;
	margin: 0;
	list-style: none;
  
  }

/* Top Navigation Styles
----------------------------------------------- */

#nav ul {
	margin: 0;
	padding-bottom: 7px !important; /* IE Sucks */
	padding-bottom: 8px;
	
	white-space: nowrap;
	
	list-style-type: none;
}

#nav ul li {
	display: inline;
}

#nav li a {
	margin: 0;
	padding: 0;
	
	color: #fff;
	font-weight: normal;
	text-decoration: none;

}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover, #nav a.current, #nav a.current:hover {
	background:  url(nav-bg.gif) bottom left repeat-x;
}




/* Sub-Navigation Styles
----------------------------------------------- */
#navcontainer { width: 200px; }

#subnav h1 {
	margin-top: 0px;
	font-size: 125%;
	line-height: 20px;
	border-bottom: solid 2px rgb(254,240,19);
}

#subnav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Geneva, Verdana, Arial, sans-serif;
}

#subnav li a {
	display: block;
	padding: 3px;
	width: 160px;
	background-color: #036;
	border-bottom: 1px solid #eee;
	padding-left: 10px;
	background-image: url(but_r.gif);
	background-repeat: no-repeat;
	background-position: right;	
}

#subnav a {
	color: #EEE;
	text-decoration: none;
}

#subnav a:hover, #subnav a.on {
	background-color: #369;
	color: #fff;
	background-image: url(but_r2.gif);
	background-repeat: no-repeat;
	background-position: right;		
}

h1 {
	margin-top: 5px;
	font-size: 125%;
	line-height: 20px;
	border-bottom: solid 2px rgb(254,240,19);
}

.caption { 
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 80%;
}

#main li
{
	list-style-image: url('0050_pfeil.png');
	list-style-type: circle
	text-align: left;
}


p.slogan {
	color: #ffffff;
	
}