/*
trendfloor.at - style.css
---------------------------
Autor: 		logmedia GmbH
Website: 	www.logmedia.at
*/


body {
	background:url('../images/bg_body.gif') repeat-x #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}

a {
	color:#79930e;
}
a:hover {
	text-decoration: none;	
}

h2 {
	color:#09C;
	font-size:20px;
	font-weight:normal;
	padding-top:20px;
	padding-bottom:10px;
}

.intro {
	font-weight:bold;
	padding-bottom:20px;
}
.intro p {
	font-weight:bold;
	padding-bottom:20px;
}
#trendfloor {
	margin:0 auto;
	width:908px;
	padding-top:20px;
}

#trendfloor #header {
	height:290px;
	background:url('../images/header.jpg') no-repeat;
	width:908px;
	position:relative;
	z-index: 10;
}

#trendfloor #header #offering {
	height:120px;
	left:17px;
	position:absolute;
	top:115px;
	width:158px;
	overflow:hidden;
	background-color:#79930e;
}

#trendfloor #header #offering h3 {
	color:#fff;
	font-weight:bold;
	padding:3px;
}

#trendfloor #header #offering #offerpic {
	height:75px;
	overflow:hidden;
	margin-bottom:4px;
}

#trendfloor #header #offering .price {
	font-weight:bold;
	font-size:18px;
	color:#fff;
}

#trendfloor #header #offering .bisher {
	color:#fff;
	font-size:10px;
	text-decoration:line-through;
}

#trendfloor #header #navigation {
	height:38px;
	width:908px;
	position:absolute;
	top:247px;
}

#trendfloor #header #navigation li {
	background:url('../images/navigation.gif') no-repeat;
	float:left;
	height:38px;
	_height:35px;
}

#trendfloor #header #navigation a img {
	height:100%;
	width:100%;
}

#trendfloor #header #navigation #menu1 {
	width:94px;
	background-position:0px 0px;
}

#trendfloor #header #navigation #menu2 {
	width:99px;
	background-position:-94px 0px;
}

#trendfloor #header #navigation #menu3 {
	width:153px;
	background-position:-192px 0px;
}

#trendfloor #header #navigation #menu4 {
	width:97px;
	background-position:-346px 0px;
}

#trendfloor #header #navigation #menu5 {
	width:132px;
	background-position:-444px 0px;
}

#trendfloor #header #navigation #menu6 {
	width:113px;
	background-position:-576px 0px;
}
#menu6 ul li{
	width:113px;
}

#trendfloor #header #navigation #menu7 {
	width:120px;
	background-position:-689px 0px;
}

#trendfloor #header #navigation #menu8 {
	width:99px;
	background-position:-808px 0px;
}

#trendfloor #header #navigation #menu1:hover {background-position:0px -38px;}
#trendfloor #header #navigation #menu2:hover {background-position:-94px -38px;}
#trendfloor #header #navigation #menu3:hover {background-position:-192px -38px;}
#trendfloor #header #navigation #menu4:hover {background-position:-346px -38px;}
#trendfloor #header #navigation #menu5:hover {background-position:-444px -38px;}
#trendfloor #header #navigation #menu6:hover {background-position:-576px -38px;}
#trendfloor #header #navigation #menu7:hover {background-position:-689px -38px;}
#trendfloor #header #navigation #menu8:hover {background-position:-808px -38px;}

#trendfloor #content {
	width:908px;
}

tr td img, .produkte li img, .productimage, .service img {
	background:#fff;
	border:1px solid #cdcdcd;
	padding:3px;
	margin-right:5px;
}

.anfrage {
	background:url('/images/pfeil.gif') no-repeat 0px 3px;
	padding-left:35px;
	color:#ff7200;
	text-decoration:none;
}

.produkte li {
	width:290px;
	float:left;
	margin:0px 10px 20px 0px;
}

.produkte h3 {
	color:#0094d6;
	margin:0px 0px 10px 0px;
}

.service {
	width:420px;
	float:left;
	height:150px;
	margin-right:10px;
}

.service h3 a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

#trendfloor #footer {
	border-top:1px solid #000;
	margin-top:30px;
	padding-top:10px;
}

#logoLink {
    position: absolute;
    width: 660px;
    height: 160px;
    top: 15px;
    left: 100px;
}
.logmedia {
    position: relative;
    top: 2px;
    float: right;
}
	
	/* -------------------------- BEGIN do not change --------------------------- */

ul.dropdown
{
    list-style: none;
    margin:0;
    padding:0;
    width:100%;
    z-index:99;
}

ul.dropdown * ul
{
    list-style: none;
    margin:0;
    padding: 0;
	display:none;
	position:absolute;
	z-index:99;
	/*width:20em;*/
}

ul.dropdown li
{
    float:left;
}

ul.dropdown li * li
{
    border:1px solid #fff;
    float:none;

    position: relative;
}

ul.dropdown ul * ul
{
    left:98%;
    top:0;

}

ul.dropdown a
{
    display:block;

}

ul.dropdown ul * a
{
    height:100%;
}

ul.dropdown li:hover ul ul, ul.dropdown li:hover ul ul ul, ul.dropdown li:hover ul ul ul ul
{
    display:none;
}

ul.dropdown li:hover ul, ul.dropdown ul li:hover ul, ul.dropdown ul ul li:hover ul
{
    display:block;
}


/* -------------------------- END do not change --------------------------- */
.dropdownLi {
	background: none !important;
}
.dropdownA {
/*	width: 100px;*/
	height: 32px;
}
.droppedLi {
	float: none !important;
	background: none !important;
	border: none !important;
	width: 200px !important;
	height: 35px !important;
	border-bottom: 1px solid white !important;
	/*padding-top: 10px;*/
	z-index: 99;
	display: block;
}
.droppedLi:hover {
	background: #98680d !important;
}
.droppedLi:hover a, .droppedLi a:hover{
	background: #98680d !important;
}
.dropdownUl {
	background:url('../images/dropdown.gif') repeat-x;
	font-size: 1.2em;
	display: block;
	z-index: 99;
}
.droppedLi a {
	color: white;
	padding-left: 20px;
	/*padding-top: 10px;*/
	text-decoration: none;
}
.droppedDiv {
	padding-top: 10px;
}
#myGallery {
	width: 500px !important;
	height: 375px !important;
	font-size: 1.6em;
	margin: auto;
	text-align: center;
} 
#thumbs {
	height:125px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	z-index:5;
}
.carouselWrapper2 {
	background: transparent url(img/fleche1.png) no-repeat scroll left center;
	position: absolute;
	height:50px;
	top:22px;
	width:50px;
	left: -40px;
}
* html .carouselWrapper2  { background: url('img/fleche1.gif') no-repeat center left; }
.carouselWrapper3 {
	background: transparent url(img/fleche2.png) no-repeat scroll left center;
	position: absolute;
	height:50px;
	top:22px;
	width:50px;
	right: -50px;
}
* html .carouselWrapper3  { background: url('img/fleche2.gif') no-repeat center left; }
/*.carouselWrapper {
	width: 660px !important;
}*/
.productimage {
	float:left;
	margin-right:10px;
	/*margin-top:20px;*/
}
.redText {
	color: red;
}
.pictureDiv {
	float: left;
}
.formDivLeft {
	float:left; 
	margin-right:20px;
}
.formDivRight {

}
.serviceImage {
	float: left;
	width: 130px;
}
.serviceText {
	float: left;
	width: 290px;
}
.myText {
	padding-bottom: 20px;
}
#content ul {
    margin: 0 0 0 20px;
    list-style-type: disc;
}
.neuheiten ul {
    margin: 0 0 0 315px !important;
}
#aktion {
    position: absolute;
    top: 110px;
    left: 100px;
}
#aktion_bilder {
    display: none;
}



/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 17px;
	float: right;
	padding-bottom: 0.7em;
}
