/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

 

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	position: relative;
}

 

.wrapper { margin: auto; }

#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 140px;
	position: relative;
	z-index: 10;
	clear: both;
	background-image: url(../images/bg-lux.png);
	background-repeat: repeat-x;
	background-position: left 40px;
}

#top {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	overflow: hidden;
	clear: both;
}

#middle {
	clear: both;
	min-height: 300px;
	background: #ffffff;
}

#bottom {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #7A7A81;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	overflow: hidden;
	clear: both;
}

#footer {
	position: relative;
	margin: 0px;
	clear: both;
	color: #5A5C5E;
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	background: url(../images/footer_bg.png) 0 0 repeat-x;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}
	
#footer p {padding-top: 0;}
 
#middle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#middle-expand { width: 200%; }

 
#main {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#main-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#left {
	position: relative;
	left: -50%;
	float: left;
	overflow:hidden;
	background-image: url(../images/module_box_black_bg.png);
	background-repeat: none;
	background-position: left top;
	background-color: #222226;
}

 
#right {
	 
	 
	position: relative;
	float: left;
	overflow:hidden;
}

 

#maintop,
#contenttop {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

#contentbottom,
#mainbottom {
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

 
 
#mainmiddle {
	width: 100%;  
	 
	overflow: hidden;  
	position: relative;  
}

#mainmiddle-expand {
	width: 200%;
}

 
#content {
	position: relative;
	left: 50%;
	width: 50%;
	float: left;
}

#content-shift {
	position: relative;
	left: -100%;
	 
	 
	overflow: hidden;
}

 
#contentleft {
	position: relative;
	left: -50%;
	 
	float: left;
	overflow:hidden;
}

 
#contentright {
	 
	 
	position: relative;
	float: left;
	overflow:hidden;
}

 

.floatbox { overflow:hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }

.width15 { width: 15%; }
.width18 { width: 18%; }
.width20 { width: 20%; }
.width23 { width: 23%; }
.width25 { width: 25%; }
.width33 { width: 33%; }
.width34 { width: 34%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width46 { width: 46%; }
.width50 { width: 50%; }
.width54 { width: 54%; }
.width65 { width: 65%; }
.width67 { width: 67%; }
.width75 { width: 75%; }
.width100 { width: 100%; }

#top > .vertical,
#bottom > .vertical { float: left; }

 

body.yoopage { background: #E3E3E3 url(../images/page_bg.jpg) 50% 0 repeat; }

 

#absolute {
	position: absolute;
	z-index: 15;
	top: 0px;
	left: 0px;
	width: 100%;
}

 

#toolbar {
	height: 40px;
	padding: 0px 200px 0px 260px;
	overflow: hidden;
	color: #535358;
	line-height: 40px;
	font-size: 11px;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
	background: #f9f9f9 url(../images/toolbar_bg.png) 0 0 repeat-x;
}

div#header div#banner img{
position: absolute; 
left: -710px;
top: -85px;
}



#date {
	padding: 0px 10px 0px 0px;
	float: left;
}

#headerbar { 
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

div.menubar {
	position: absolute;
	top: 90px;
	left: 0px;
	right: 0px;
	z-index: 10;
	height: 50px;
	padding: 0px 20px 0px 0px;
	margin-left: 286px;
	background: url(../images/menubar_bg.png) 0 0 repeat-x;
}

div.menushadow {
	position: absolute;
	top: 140px;
	left: 0px;
	right: 0px;
	height: 3px;
	background: url(../images/menubar_shadow.png) 0 0 repeat-x;
}

#logo {
	position: absolute;
	top: 40px;
	left: 0px;
	z-index: 10;
}

#search {
	position: absolute;
	top: 7px;
	right: 7px;
	z-index: 12;
}

#banner {
	position: absolute;
	top: 138px;
	right: -43px;
	width: 0px;
	z-index: 3;
}

#socialbookmarks {
	position: absolute;
	top: 40px;
	right: -30px;
	z-index: 3;
	background: #fff;
	background: -moz-linear-gradient(
					0% 50%,
					#A7A7AD 0,
					#FAFAFA 5px
				);
				
	background: -webkit-gradient( 
					linear,
					0% 50%,
					100% 50%,
					color-stop(0%, #A7A7AD),
					color-stop(15%, #FAFAFA)
				);
	-webkit-box-shadow: 1px 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 0 3px rgba(0,0,0,0.5);
	box-shadow: 1px 0 3px rgba(0,0,0,0.5);
}

 

#footer a.anchor {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 25px;
	height: 25px;
	background: url(../images/footer_anchor.png) 0 0 no-repeat;
	display: block;
	text-decoration: none;
}

#footer a.anchor:hover { background-position: 0 -25px; }

 
 
#component {
	padding-top: 20px;
	padding-right: 17px;
	padding-bottom: 20px;
	padding-left: 17px;
}

#left div.left-1,
#contentleft div.contentleft-1 { 
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-right: 1px solid #E8E8E9;
}

#right div.right-1,
#contentright div.contentright-1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-left: 1px solid #E8E8E9;
}


div.bottom-1 {
	border-bottom: 1px solid #292929;
	background: #191919 url(../images/bottom_bg.png) 0 0 repeat-x;
	overflow: hidden;
}

#bottom div.vertical {
	border-bottom: 1px solid #2F2F2F;
	background: #151515 url(../images/bottomblock_bg.png) 0 0 repeat-x;
}


 

div.wrapper-1,
div.wrapper-2 { /*background: url(../images/wrapper_bg.png) 0 0 repeat-y;*/ }

div.wrapper-2 { 
	padding: 0px 30px 0px 30px;
	background-position: 100% 0;
}

div.wrapper-3 { }

/*dj-catalog*/

div.djc_description img {font-size: 11px; text-align: center;}
div.djc_description {font-size: 11px;}
div.djc_category_info {font-size: 11px;}
div.djc_description div.djc_category_info small {font-size: 11px;}
div.djc_description div.djc_category_info small span {font-size: 11px; font-weight: bold;}
div.djc_description div.djc_category_info span {font-weight: bold;}
div.djc_description div.djc_price span {font-weight: bold; color:#E42126 ; font-size:11px;}

div.djc_description div.djc_introtext {float: left;
}
div.djc_readon {clear: both;}

table#Leuchte.produkte {font-size: 96%;}


div.djc_introtext p {margin-bottom: 5px; margin-top: 10px;}

 table.produkte td {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
}

div#djcatalog.djc_clearfix h2.djc_title {font-size: 14px; font-weight: bold;}

/*chronoforms */

form#chronoform_Kontaktformular.Chronoform table tbody tr td input.chrono_captcha_input {
	margin-top: 10px;}