html {
	background: rgb(111,117,116);
        background-image: linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);
        background-image: -o-linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);
        background-image: -moz-linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);
        background-image: -webkit-linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);
        background-image: -ms-linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);

        background-image: -webkit-gradient(
  	  linear,
	  left bottom,
	  left top,
	  color-stop(0.22, rgb(111,117,116)),
	  color-stop(0.48, rgb(63,73,97))
        );

/* provide space to open left menu */
	padding-bottom: 300px;
}


body {
	background: rgb(111,117,116);
        background-image: linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);
        background-image: -o-linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);
        background-image: -moz-linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);
        background-image: -webkit-linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);
        background-image: -ms-linear-gradient(bottom, rgb(111,117,116) 22%, rgb(63,73,97) 48%);

        background-image: -webkit-gradient(
  	  linear,
	  left bottom,
	  left top,
	  color-stop(0.22, rgb(111,117,116)),
	  color-stop(0.48, rgb(63,73,97))
        );

	color: #000;
        font: 10pt Arial, Helvetica;
	height: auto;
	margin:  10px auto;
}

a {
	color: #006666;
	text-decoration: none;
}


#canvastop {
	background: #fff url(images/bgGradient.png) repeat-x fixed left top;
	background: -webkit-linear-gradient(top,  #b8ff84,  #74c340);
	background: -moz-linear-gradient(top,  #b8ff84,  #74c340);
	background: -o-linear-gradient(top, #b8ff84,  #74c340);
	background: -ms-linear-gradient(top, #b8ff84,  #74c340);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8ff84', endColorstr='#74c340');

        border: 1px solid #fff;
	border-color:#def #8a8 #575 #cde;
	-webkit-box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
	-moz-box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
	box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
        padding: 2px;
        z-index: -1;
        max-width: 90em;
}


#canvas {
	background: #74c340;
        border: 1px solid #fff;
	border-color:#def #8a8 #575 #cde;
	-webkit-box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
	-moz-box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
	box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
        padding: 10px 0;
        max-width: 90em;
        z-index: -10;
}

.mainTable {
        border: 0px; 
        width: 100%;
}

.mainTableTr{
        vertical-align:top; 
}

/*
.mainTableTDA {
	width: 320px;
        padding: 0;
}

.mainTableTDB {
        vertical-align: middle;
        text-align: center;
        padding: 0;
}

.mainTableTDC {
	width: 450px;
        vertical-align: middle;
        padding: 0;
}


.mainTableTD1 {
	width: 150px;
        padding: 0;
}


.mainTableTD2 {
	width: 810px;
        vertical-align:top;
        padding: 0;
}


.tableTh{
        font-weight:bold; 
}

.tableTD1 {
	width: 100px;
        text-align: right;
        padding: 0;
}

.tableTD2 {
	width: 350px;
        padding: 0;
}
*/
 
#mainpart {
	background: #BFEF9E;
	color: #000;
        border: 1px solid #fff;
	border-color:#def #8a8 #575 #cde;
	-webkit-box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
	-moz-box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
	box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
        padding: 2em;
}

#title {
	float: left;
	padding-left: 3em;
}


#farolimage {
	border-radius: 10px;
	margin: 20px 10px 10px 10px;
	box-shadow: -5px -5px 5px 5px #888;
}


#rennfahrerimage {
        border: 1px solid #fff;
	border-color:#def #8a8 #575 #cde;
	border-radius: 10px;
	margin: 10px 0;
}


#canvastop ul {
	margin: 2em 0;
        list-style: none;
}


#canvastop ul li h3 {
        color: rgb(0, 102, 102);
}

#address {

	padding: 1em 1em 1em 0;
}


#address ul {
	margin: 1em 0 0 0;
        list-style: none;
        color: #006666;
}

#address li {
	float: right;
        display: block;
        white-space: nowrap;
}

h1 {
	color:  #006666;
}

h1 a {	
	color: #fff;
}

h2, h3 {    
	margin: 0.5em 0 0.5em 0;
	color:  #D6002B;
}

h5 {
	color:  #006666;
}


p {
	margin: 0 0 0.4em 0;
}

.price {
        font-weight: bold;
	float: right;
	margin: 0 0;
}

.description {
        font-style: italic;
        margin-bottom: 0.5em;
        font-size: 1em;
}

.hersteller {
        font-weight: bold;
        margin-bottom: 0.5em;
        font-size: 1em;
}

.image{
	float: right;
	margin: 0 0 10px 20px;
}

.back a {
	font-size: 1em;
	color:  #006666;
}

.offerPart {
	background: #def;
	float: right;
	margin:  0px 20px 20px 20px;
	padding: 0px 20px 20px 20px;
        border: 1px solid #fff;
	height: 360px;
	color: #000;
	border-color:#def #8a8 #575 #cde;
	-webkit-box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
	-moz-box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
	box-shadow: inset 0 5px 5px #fff, inset 0 -5px 5px #888;
        padding: 1em;
}

.imageList{
	float: left;
	margin: 0 20px 10px 0;
	background-color: transparent;
}


.clear {
	clear: both;
	margin-bottom: 10px;
}

.separator {
	clear: both;
	margin-bottom: 10px;
	border-top: 1px dotted #006666;
}


.warenTableTD1 {
	width: 40%;
}


.warenTableTD2 {
	width: 60%;
}


#footerleft {
	margin-top: 30px;
	border-top: 1px dotted #006666;
	padding: 2px 0px 10px 0px;
	font-size: 0.8em;
	color: #006666;
	text-align: left;
}

#footerright {
	margin-top: 30px;
	border-top: 1px dotted #006666;
	padding: 2px 0px 10px 0px;
	font-size: 0.8em;
	color: #006666;
	text-align: right;
}


#footerleft:after {
	content: "Web-Design: Anneli Huth"
}

#footerright:after {
	content: "Günter Möller, Fa. farol, Berlin"
}

#Parallax {
/*	background-color: #880088; */
	height: 350px;
	overflow: hidden;
	position: relative;
	width: 400px;
}

img.Parallaximage {
	position: absolute;
	width: 750px;
	top: 0;
	left: 0;
    cursor: crosshair;
}
