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


/* Main Styles */

*	{padding:0; margin:0;}

body
	{
		background:#2d0000 url('../img/body_bg_cm.png') repeat-x fixed left top;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.70em;
		overflow:scroll;
		overflow-x: hidden;
	}

p, ul, table
	{
	color: #5b5b5b;
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 0 0;
	margin: 0 0 5px 0;
	}
	
ul
	{
	margin-left:15px;
	list-style-type:bull;
	}

ul li
	{
	padding: 0 0 4px 0;
	}


hr
	{
	border: solid 1px #efefef;
	margin-bottom:5px;
	}
	
a
	{
		color:#370000;
		text-decoration:underline;
	}
	
a:hover
	{
		text-decoration:underline;
	}

a.more 
	{
		color:#acacac;
		text-decoration:none;
	}

a.more:hover 
	{
		color: #FFF;
		text-decoration:underline;
	}


h1
	{
	font-family:Georgia, serif;
	font-size:1.6em;
	color: #530000;
	text-align:left;
	margin:10px 0 18px 0;
	}
	
h2
	{
	font-family:Georgia, serif;
	font-size:1.2em;
	color:#00501f;
	margin: 16px 0 4px 0;
	}

h3
	{
	font-family:Georgia, serif;
	font-size:1.3em;
	color:#fff;
	margin-bottom: 6px;
	}

img.noborder
	{
	border: none;
	}
	
img.right
	{
	float:right;
	margin: 5px 0 5px 10px;
	}
	
img.left
	{
	float:left;
	margin: 5px 10px 5px 0;
	}

#main_container
	{
		position:absolute;
		/* background: #3b3b3b url('img/body_bg_main.jpg') repeat-y scroll left top; */
		background-color: #ffd18c;
		border: solid 8px #fff;
		width:960px;
		z-index:1;
		left:50%;
		margin-left:-480px;
		margin-top: 25px;
		margin-bottom: 20px;		
	}

/*
 * Header Styles
 */

#header
	{
		width:960px;
		height:165px;
		background: transparent url('../img/header_bg.png') no-repeat scroll left top;
	}

	
/*
 * Navigation
 */


/* Start Meta Nav */
#meta_nav
	{
		position:relative;
		float: left;
		height:22px;
	}
	
#meta_nav ul
	{
		display:block;
		list-style:none;
		float:left;
		margin: 0;
	}
	
#meta_nav ul li
	{
		float:left;
		font-size:1.0em;
		font-weight: bold;
		color:#999;
		margin: 0 12px 0 0;
		padding: 0 0 5px 25px ;
	}
	
#meta_nav ul li a
	{
		color:#999;
		text-decoration:none;
	}
	
#meta_nav ul li a:hover, #meta_nav ul li a.active
	{
		color:#ccc;
		text-decoration:underline;
	}
	
#meta_nav ul li#de
	{
		background: url('../img/de_sw.gif') no-repeat;
	}
	
#meta_nav ul li#de:hover, #meta_nav ul li#de.active
	{
		background: url('../img/de_color.gif') no-repeat;
	}

	
#meta_nav ul li#en
	{
		background: url('../img/en_sw.gif') no-repeat;
	}
	
#meta_nav ul li#en:hover, #meta_nav ul li#en.active
	{
		background: url('../img/en_color.gif') no-repeat;
	}
	
	
#meta_nav ul li#it
	{
		background: url('../img/it_sw.gif') no-repeat;
	}
	
#meta_nav ul li#it:hover, #meta_nav ul li#it.active
	{
		background: url('../img/it_color.gif') no-repeat;
	}

	
#meta_nav ul li#fr
	{
		background: url('../img/fr_sw.gif') no-repeat;
	}
	
#meta_nav ul li#fr:hover, #meta_nav ul li#fr.active
	{
		background: url('../img/fr_color.gif') no-repeat;
	}

/* End Meta Nav */

	
	
	

/* Start Main Nav */
#navigation {
 position: relative;
 width: 900px;
 left: 30px;
 top: 142px;
 color: #000;
 padding: 0px;
 height: 38px;
 margin: 0px 0px 0px 0px;

}

/*
* Menue Styles
*/
#cssmenu {
  width: auto;
  height: 38px;
  margin: 0;
  padding: 0;
  padding-left: 190px;
  background: #000000 url(../img/nav_bg.png) top left repeat-x;
   	border-top-left-radius:1.0em;
	border-top-right-radius:1.0em;
	border-bottom-left-radius:1.0em;
	border-bottom-right-radius:1.0em;

}
#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu ul li {
  float: left;
  margin: 0;
  padding: 0;
  background: transparent url(../img/nav_bg_button.png) top left no-repeat;
}
#cssmenu ul li a {
  display: block;
  height: 38px;
  padding-left: 35px;
  float: left;
  text-transform: uppercase;
  font-family: 'Helvetica Neue', helvetica, 'microsoft sans serif', arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu ul li a span {
  display: block;
  float: left;
  height: 38px;
  padding-top: 8px;
  padding-right: 35px;
  background: transparent url(../img/nav_bg_button.png) top right no-repeat;
  cursor: pointer;
}

/* Round corners */

/* HOVER */
#cssmenu ul li a:hover
/*,#cssmenu ul li.active a */ {
  background: transparent url(../img/nav_bg_active.png) top left no-repeat;
  color: #FFFFFF;
}
#cssmenu ul li a:hover span
/*,#cssmenu ul li.active a span*/ {
  background: transparent url(../img/nav_bg_active.png) top right no-repeat;
}

	
/* End Main Nav */


/*
 * Start Main Image
 */
	
	
#logo
	{
	position:absolute;
	left:60px;
	top: 30px;
	border: none;
	width: 380px;
	height: 82px;
	z-index:50;
}



/*
 * Ende Main Image
 */


/*
 * Start Content Container
 */

#content_container
	{
		display:block;
		overflow:hidden;
		width:960px;
		margin: 0;
		background-color: #ffd18c;
		margin-bottom: 20px;

		/* background: url('../img/back_main_content.gif') repeat-y; */
	}


#main_content
	{
		width: 960px;
	}

#cycle_wrapper {
	width: 870px;
	margin-left: 30px;
}

#cycle_container
{
	display:block;
	overflow:hidden;
	width:900px;
	height: 292px;
	margin-top: 30px;
	background-color: #ffd18c;
	border-top-left-radius:1.5em;
	border-top-right-radius:1.5em;
	border-bottom-left-radius:1.5em;
	border-bottom-right-radius:1.5em;
	
}


#cycle_container div.item, #cycle_container div.item->iframe 
{
	height: 290px;
	width: 898px;
	background-color: #e9d7bf;
	border: solid 1px transparent;
	border-top-left-radius:1.5em;
	border-top-right-radius:1.5em;
	border-bottom-left-radius:1.5em;
	border-bottom-right-radius:1.5em;
}

#cycle_container div.item h1
{
	position: absolute;
	top: 20px;
	left: 20px;
}

#cycle_container div.item p
{
	position: absolute;
	width: 360px;
	top: 55px;
	left: 20px;
}


#article_container
{
	position: relative;
	display:block;
	overflow:hidden;
	width:900px;
	height: 500px;
	margin: 20px 30px 20px 30px;
	background-color: #fff;
	border-top-left-radius:1.5em;
	border-top-right-radius:1.5em;
	border-bottom-left-radius:1.5em;
	border-bottom-right-radius:1.5em;
	
}

#imprint_container
{
	position: relative;
	display:block;
	overflow:hidden;
	width:860px;
	margin: 20px 30px 20px 30px;
	background-color: #fff;
	border-top-left-radius:1.5em;
	border-top-right-radius:1.5em;
	border-bottom-left-radius:1.5em;
	border-bottom-right-radius:1.5em;
	padding: 20px;

}



#article_container h1
{
	position: relative;
	top: 20px;
	left: 40px;
}

#article_container p
{
	position: relative;
	width: 500px;
	top: 20px;
	left: 40px;
}


.cycle-nav {
	position: absolute;
	z-index: 1000;
	top: 245px;
	left: 20px;
}

#map-canvas {
	border-top-right-radius:1.5em;
	border-bottom-right-radius:1.5em;
	float: right;
	width: 450px;
	height: 290px;
}

#headline
	{
		width: 610px;
		border-bottom: 1px solid #7b7c80;
	}

#page_content
	{
		display: block;
		margin: 10px 0 20px 0;
	}

div.article_full
{
	display: inline-block;
	clear: both;
	padding: 40px 30px 40px 30px;
	background-color: #fffbf0;
}

div.article_left_front
{
	float: left;
	width: 270px;
	margin-right: 30px;
	min-height: 150px;
}

div.article_right_front
{
	float: right;
	width: 595px;
	margin-left: 5px;
	min-height: 150px;
}

div.article_right_news
{
	float: right;
	width: 595px;
	margin-left: 5px;
	margin-top: 15px;
	min-height: 150px;
}

div.article_right_news img
{
	border: 1px solid #efefef;
	float: right;
	clear: left;
	margin: 10px 0 0 20px;
}

div.article_left
{
	float: left;
	width: 270px;
	margin-right: 30px;
	min-height: 300px;
}

div.article_left img
{
	border: 1px solid #efefef;	
}

div.article_right
{
	float: right;
	width: 595px;
	margin-left: 5px;
	min-height: 300px;
}



/*
 * 	Satz 3-spaltig
 */
#product_container
	{
		background-color: #3b3b3b;
		clear: both;
		margin: 10px 0 20px 0;
	}

/*
 * 	Bildnavigator 1-spaltig
 */
div.col-1
	{
		width:290px;
		height: 192px;
		float: left;
	}

div.col-1-left
	{
		margin: 10px 6px 10px 30px;
	}

div.col-1-middle
	{
		margin: 10px 6px 10px 6px;
	}

div.col-1-right
	{
		float: right;
		margin: 10px 32px 10px 0;
	}

div.col-1-text
	{
		position: absolute;
		margin: 140px 12px 0px 24px;
		
	}
	
div.col-1-text h3 {
	font-family:Georgia, serif;
	font-size:1.50em;
	font-weight: 500;
	color: #fff;
	
}

div.col-1-text p {
	font-family:Helvetica, sans-serif;
	font-size:1.10em;
	font-weight: 300;
	color: #fff;
	line-height: 0.5em;
}

/* Bildnavigator */
div.col-1-img
{
	position: absolute;
	width: 292px;
	height: 192px;
}

img.img-col-1
{
	border: none;
	width: 292px;
	height: 192px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

img.img-col-1:hover, img.img-col-1-active
{
	border: none;
	width: 292px;
	height: 192px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}



/*
 * Footer
 */
 
 #footer
	{
		background-color: #9a5a3a;
		color: #9a5a3a !important;
		font-size: 0.9em;
		text-align:left;
		padding:0 0 0 30px;
		margin: 0 0 0 0;;
	}

 #footer a
 {
	color: #fff;
 }

#footer>div {
	background: url('../img/footer_bg.png') repeat-x;
	width: 900px;
	height: 289px;
	padding-top: 15px;
}
	
#dailyoffers {
		position: relative;
		width: 480px;
		margin: 10px 10px 10px 60px;
		float: left;
		clear: right;
}

#dailyoffers ul {
	list-style: none;
}

#dailyoffers ul li {
	padding-left: -1em; 
	text-indent: -.7em;
}

#dailyoffers ul li:before {
    content: "• ";
    color: red; /* or whatever color you prefer */
}

#dailyoffers ul li {
	color: #fff;
}

#dailyoffers a {
	color: #fff;
	text-decoration: none;
}

#dailyoffers a:hover {
	color: #f00;
}



#address {
		position: relative;
		margin: 10px 0 0 0;
		float: left;
}

#address p {
	color: #fff;
}

	
	
/* Start Text Styles */
#content_img
	{
		width:448px;
		display:inline-block;
		float:left;
	}
	
#content_text
	{
		width:452px;
		display:inline-block;
		float:right;
		padding-top:60px;
		padding-left:30px;
		padding-right:30px;
	}
/* End Text Styles */


