 

body 						{
									margin:0; padding:0;
									height: 100%;
									width: 100%;
								}
body,td,th 			{ font-size:18px; }

p,h3, .control-label 	{
  font-family: 'Dosis', sans-serif;
  font-size:18px;
  font-weight:400;
  color: #083359;
  line-height:1.4em;
  text-shadow: 0 1px 1px rgba(200, 200, 200, 0.8);
}
p.small {font-size:0.9em}
.light_color { color: #888 !important }
.red_color { color: #9d152b  !important}

h3 							{ font-weight:bold; font-size:20px }
.control-label 	{ font-weight:bold;margin-left:10px }
a.normalA 			{	color: #000 !important; }
a.normalA:hover {	color: #cc0000 !important;	text-decoration:none !important; }
a.whiteA 				{ color: #fff !important;}
a.whiteA:hover 	{ text-decoration:none !important; font-weight:600; }

FORM.tpForm TEXTAREA {
    font-family: 'Dosis', sans-serif;
    font-size:18px;
    font-weight:400;
    color: #000;
    line-height:1.4em;
}
.bgProperty 		{
    width:100%;
    height:100%;
    position:fixed;
    background-size:cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
    z-index:-10;
}

.bgPage_Gradient		{	
	background: #e5eeb9; /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(241, 244, 249,1) 0%, rgba(217, 218, 180,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241, 244, 249,1)), color-stop(100%,rgba(217, 218, 180,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241, 244, 249,1) 0%,rgba(217, 218, 180,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241, 244, 249,1) 0%,rgba(217, 218, 180,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241, 244, 249,1) 0%,rgba(217, 218, 180,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(241, 244, 249,1) 0%, rgba(217, 218, 180,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d197', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
/* Header Logo */
.bgHeader	{
	margin-top:10px;
	height:145px;
	background: rgb(184,209,151); /* Old browsers */
	background: url(../img/Casa1.png) no-repeat center right, -moz-linear-gradient(top, rgba(184,209,151,1) 0%, rgba(255,255,255,0.5) 100%); /* FF3.6+ */
	background: url(../img/Casa1.png) no-repeat center right,-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,209,151,1)), color-stop(100%,rgba(255,255,255,0.5))); /* Chrome,Safari4+ */
	background: url(../img/Casa1.png) no-repeat center right,-webkit-linear-gradient(top, rgba(184,209,151,1) 0%,rgba(255,255,255,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: url(../img/Casa1.png) no-repeat center right,-o-linear-gradient(top,  rgba(184,209,151,1) 0%,rgba(255,255,255,0.5) 100%); /* Opera 11.10+ */
	background: url(../img/Casa1.png) no-repeat center right,-ms-linear-gradient(top,  rgba(184,209,151,1) 0%,rgba(255,255,255,0.5) 100%); /* IE10+ */
	background: url(../img/Casa1.png) no-repeat center right,linear-gradient(to bottom,  rgba(184,209,151,1) 0%,rgba(255,255,255,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d197', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	z-index:1 !important;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.8); -moz-box-shadow: 0 1px 10px rgba(0,0,0,.8); box-shadow: 0 1px 10px rgba(0,0,0,.8);
	border-radius:10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
/* Schatten Panel */
.panel-shadow {
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.8); -moz-box-shadow: 0 1px 10px rgba(0,0,0,.8); box-shadow: 0 1px 10px rgba(0,0,0,.8);
}
.bgColor {
    height:156px;
    background: rgb(184,209,151); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(184,209,151,1) 0%, rgba(255,255,255,1) 58%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,209,151,1)), color-stop(58%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(184,209,151,1) 0%,rgba(255,255,255,1) 58%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(184,209,151,1) 0%,rgba(255,255,255,1) 58%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(184,209,151,1) 0%,rgba(255,255,255,1) 58%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(184,209,151,1) 0%,rgba(255,255,255,1) 58%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d197', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.whiteDrop			{
  width:100%;
  padding-top:10px;padding-bottom:10px;
  background: rgba(255,255,255,0.72);
  z-index:1 !important;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.8); -moz-box-shadow: 0 1px 10px rgba(0,0,0,.8); box-shadow: 0 1px 10px rgba(0,0,0,.8);
  border-top:2px #000 solid; border-bottom:2px #000 solid;
}
.footer	{
	position:fixed;
  bottom:6px;right:16px;
  z-index:0;
}
.footer > p,
.footer a
{
	font-family: "Open Sans";
	color: #fff !important;
	font-size: 12px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	margin:0;
}
	
.logo						{
									position:fixed;
									bottom:10px;left:4px;
									z-index:-9;
								}

#main_container {
  background-color: 			rgba(240,240,230,1);
  padding:								10px;
  border-radius:					10px;
}

.columWhite			{
									background-color: rgba(55,55,55,0.5);
									padding:10px;
									-webkit-border-radius: 10px;
									-moz-border-radius: 10px;
									border-radius: 10px;
								}
.cwhite 				{ background-color: rgba(255,255,255,0.8) !important; }
.cwhitesemi 		{ background-color: rgba(255,255,255,0.4) !important; }
.cblacksemi 		{ background-color: rgba(55,55,55,0.5) !important; }
.cblack 				{ background-color: rgba(0,0,0,0.7) !important; }
.main-panel-color { background-color: #f1f4f9 !important; }
.wrap						{ position:relative;top:00px;}

.spc 						{ margin-top:4px; }
.boldFont				{
    font-family: 'Dosis', sans-serif;
    font-size:18px;	font-weight:400;
    line-height:1.4em;
    color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
}

.fblack 				{
	color: #083359; !important;
	text-shadow:none !important
}
.text-color-normal {
	color: #083359; !important;
}
.text-center {
	text-align: center;
}
.text-justified {
	text-align: justified;
}
.text-no-shadow {
	text-shadow: none !important;
}
.maincontent > p {
	color: #083359; !important;
	text-shadow: 0 1px 1px rgba(200,200, 200, 0.8) !important;
	font-size:17px;
}
h2 {
	font-family: 'Titillium Web', sans-serif;
	font-size:32px;
	line-height:32px;
	font-weight:normal;
	color: rgb(83,46,28);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8) !important;
}
h2.subline {
	font-size: 24px;
	color:#555;
	text-shadow: none !important;
	margin-bottom:10px;
	margin-top:0px;
	;
}
.naviFont {
  font-family: 'Dosis', sans-serif;
  font-size:20px; font-weight:700;
  line-height:62px;
  color: #fff; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
p.naviFont 			{ float:left; margin-right:20px;margin-left:4px }
.contact_text {
								font-family: 'Dosis', sans-serif;
								font-size:16px;	font-weight:400;
								color: #000;text-shadow:none;
							}

.accHeader_gradient {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.accHeader_normal { background: #f3f3f3; }
.cntShadow {  
	background :#fcfcfc;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	padding:0px;
	border-radius:0px;
}
.mShadow, .memberPic {
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
}
.memberPic {
	width: 100%;
	padding: 2px;
	
}

.btnRound { border-radius: 50% !important }
.pillText {
	padding-right: 12px; padding-left: 12px; padding-top:8px; padding-bottom:8px;
	margin-top:2px;
	line-height: 14px;
	font-weight:bold;
}

div.noBreak {
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	width:98%;
	min-height:10px !important;
}
div.boLeft {
	border-left:1px solid #ddd;
}

.semi_transparent { opacity: 0.3;	}

.btn-pills, .btn-pills:focus {
  padding-right: 30px;
  padding-left: 30px;
  line-height: 20px;

	font-family: 'Dosis', sans-serif;
	font-size:18px;
	font-weight:600;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	color: #fff;
	background-color: rgba(90,90,90,0.5);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
	border: 1px solid #ccc;
}
.btn-pills:active {
	background-color: rgba(192,10,10,0.5);
	outline:0;
}
.btn-pills:focus {
	outline:0;
}

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

.bgChair:after {
	background: url(../img/IMG_0140.png) no-repeat;
  opacity: 0.25;
  width: 640px;
	height:438px;
  bottom:0;
  right: 0;
  position: absolute;
  z-index: 1;
  content: "";
}

.prod-picture {
	width: 14%;
	margin: 4px;
	float:left;
}
.prod-picture IMG,
.prod-picture-info IMG {
		width: 98%;
		border-radius:10%;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

h2.model-headline {
	font-size: 36px;
	//text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:26px;
	font-variant: small-caps;
	line-height:55px;

}
h2.model-headline > span.subtext {
	font-family: "Pinyon Script";
	font-variant: normal !important;
	font-size: 62px;
	text-shadow: none !important;
	padding-left:15px;
	color: #9d152b;
}
h2.prd-headline {
	font-family: "Pinyon Script";
	font-variant: normal !important;
	font-size: 48px; line-height:48px;
	text-shadow: none !important;
	padding-left:4px;
	color: #9d152b;
	margin-bottom:4px;
}
span.model {
	text-transform:none;
	font-size:24px;
	font-weight:400;
	color: #083359 !important;
	text-shadow: none;
	padding-left:14px;
}

.model-block {
	float:left;
	width: 25%;
}
	.model-picture {
		width: 25%;
		margin-right:3%;
		float:left;
		background-color:#efead7;
		border: 1px solid #fff;
	}
		.model-picture IMG {
				width: 100%;
		}
	.model-size {
		float:left;
	}
		span.headline { 
			font-weight:bold;
			font-size:16px;
			color: #000 !important;	text-shadow: none;
		}
		span.size {font-size:14px; 	color: #000; text-shadow: none;}
		span.artnummer {font-size:14px; font-weight:bold;	color: #000; text-shadow: none;}

.model-kissen-window {
	background: #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
	border-top-left-radius: 10%;
	border-top-right-radius: 10%;
	width:22%;
	margin-left:2%;
	float:left;
	padding-bottom:10px;
	overflow: hidden;
}
.model-kissen-img {
	height: 120px;
	margin:8px;
	border-bottom:1px solid #ccc;
	overflow:hidden;
}
.model-kissen-img IMG {
	position:relative;
	top: -25px;
}

.model-kissen-info {
	padding: 8px;
	padding-top:0px;
}
.model-kissen-info h2 { margin:0px; margin-bottom:8px;font-size:24px}
.model-kissen-info p { margin:0px; color: #888; font-size:14px; line-height:16px; text-shadow:none}

.img-design {
		width: 96%;
		border-radius:10%;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.info-design {
	position:absolute;	
	font-family: "Dosis";
	font-size:12px;
	color: #888;
	left:7px;
	bottom: 10px;
	width: 88%;
}
h2.design {
	color:#fff;
	text-shadow:none;
	padding:5px;
	padding-left:18px;padding-top:8px;
	font-family: "Pinyon Script";
	letter-spacing:2px;
}
.sand { background: -moz-linear-gradient(left,   rgba(164,151,134,1) 25%, rgba(164,151,134,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(164,151,134,1)), color-stop(85%,rgba(164,151,134,0)));background: -webkit-linear-gradient(left,   rgba(164,151,134,1) 25% rgba(164,151,134,0) 85%);background: -o-linear-gradient(left,   rgba(164,151,134,1) 25%,rgba(164,151,134,0) 85%);background: -ms-linear-gradient(left,   rgba(164,151,134,1) 25%,rgba(164,151,134,0) 85%);background: linear-gradient(to right,   rgba(164,151,134,1) 25%,rgba(164,151,134,0) 85%); }
.ocker { background: -moz-linear-gradient(left,   rgba(182,129,15,1) 25%, rgba(182,129,15,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(182,129,15,1)), color-stop(85%,rgba(182,129,15,0)));background: -webkit-linear-gradient(left,   rgba(182,129,15,1) 25% rgba(182,129,15,0) 85%);background: -o-linear-gradient(left,   rgba(182,129,15,1) 25%,rgba(182,129,15,0) 85%);background: -ms-linear-gradient(left,   rgba(182,129,15,1) 25%,rgba(182,129,15,0) 85%);background: linear-gradient(to right,   rgba(182,129,15,1) 25%,rgba(182,129,15,0) 85%); }
.terra { background: -moz-linear-gradient(left,   rgba(207,72,25,1) 25%, rgba(207,72,25,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(207,72,25,1)), color-stop(85%,rgba(207,72,25,0)));background: -webkit-linear-gradient(left,   rgba(207,72,25,1) 25% rgba(207,72,25,0) 85%);background: -o-linear-gradient(left,   rgba(207,72,25,1) 25%,rgba(207,72,25,0) 85%);background: -ms-linear-gradient(left,   rgba(207,72,25,1) 25%,rgba(207,72,25,0) 85%);background: linear-gradient(to right,   rgba(207,72,25,1) 25%,rgba(207,72,25,0) 85%); }
.mint { background: -moz-linear-gradient(left,   rgba(184,173,68,1) 25%, rgba(184,173,68,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(184,173,68,1)), color-stop(85%,rgba(184,173,68,0)));background: -webkit-linear-gradient(left,   rgba(184,173,68,1) 25% rgba(184,173,68,0) 85%);background: -o-linear-gradient(left,   rgba(184,173,68,1) 25%,rgba(184,173,68,0) 85%);background: -ms-linear-gradient(left,   rgba(184,173,68,1) 25%,rgba(184,173,68,0) 85%);background: linear-gradient(to right,   rgba(184,173,68,1) 25%,rgba(184,173,68,0) 85%); }
.beere { background: -moz-linear-gradient(left,   rgba(157,21,43,1) 25%, rgba(157,21,43,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(157,21,43,1)), color-stop(85%,rgba(157,21,43,0)));background: -webkit-linear-gradient(left,   rgba(157,21,43,1) 25% rgba(157,21,43,0) 85%);background: -o-linear-gradient(left,   rgba(157,21,43,1) 25%,rgba(157,21,43,0) 85%);background: -ms-linear-gradient(left,   rgba(157,21,43,1) 25%,rgba(157,21,43,0) 85%);background: linear-gradient(to right,   rgba(157,21,43,1) 25%,rgba(157,21,43,0) 85%); }
.schoko { background: -moz-linear-gradient(left,   rgba(68,36,11,1) 25%, rgba(68,36,11,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(68,36,11,1)), color-stop(85%,rgba(68,36,11,0)));background: -webkit-linear-gradient(left,   rgba(68,36,11,1) 25% rgba(68,36,11,0) 85%);background: -o-linear-gradient(left,   rgba(68,36,11,1) 25%,rgba(68,36,11,0) 85%);background: -ms-linear-gradient(left,   rgba(68,36,11,1) 25%,rgba(68,36,11,0) 85%);background: linear-gradient(to right,   rgba(68,36,11,1) 25%,rgba(68,36,11,0) 85%); }
.anthrazit { background: -moz-linear-gradient(left,   rgba(61,61,59,1) 25%, rgba(61,61,59,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(61,61,59,1)), color-stop(85%,rgba(61,61,59,0)));background: -webkit-linear-gradient(left,   rgba(61,61,59,1) 25% rgba(61,61,59,0) 85%);background: -o-linear-gradient(left,   rgba(61,61,59,1) 25%,rgba(61,61,59,0) 85%);background: -ms-linear-gradient(left,   rgba(61,61,59,1) 25%,rgba(61,61,59,0) 85%);background: linear-gradient(to right,   rgba(61,61,59,1) 25%,rgba(61,61,59,0) 85%); }
.blau { background: -moz-linear-gradient(left,   rgba(62,114,161,1) 25%, rgba(62,114,161,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(62,114,161,1)), color-stop(85%,rgba(62,114,161,0)));background: -webkit-linear-gradient(left,   rgba(62,114,161,1) 25% rgba(62,114,161,0) 85%);background: -o-linear-gradient(left,   rgba(62,114,161,1) 25%,rgba(62,114,161,0) 85%);background: -ms-linear-gradient(left,   rgba(62,114,161,1) 25%,rgba(62,114,161,0) 85%);background: linear-gradient(to right,   rgba(62,114,161,1) 25%,rgba(62,114,161,0) 85%); }
.gruen { background: -moz-linear-gradient(left,   rgba(144,157,78,1) 25%, rgba(144,157,78,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(144,157,78,1)), color-stop(85%,rgba(144,157,78,0)));background: -webkit-linear-gradient(left,   rgba(144,157,78,1) 25% rgba(144,157,78,0) 85%);background: -o-linear-gradient(left,   rgba(144,157,78,1) 25%,rgba(144,157,78,0) 85%);background: -ms-linear-gradient(left,   rgba(144,157,78,1) 25%,rgba(144,157,78,0) 85%);background: linear-gradient(to right,   rgba(144,157,78,1) 25%,rgba(144,157,78,0) 85%); }
.rot { background: -moz-linear-gradient(left,   rgba(189,13,13,1) 25%, rgba(189,13,13,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(189,13,13,1)), color-stop(85%,rgba(189,13,13,0)));background: -webkit-linear-gradient(left,   rgba(189,13,13,1) 25% rgba(189,13,13,0) 85%);background: -o-linear-gradient(left,   rgba(189,13,13,1) 25%,rgba(189,13,13,0) 85%);background: -ms-linear-gradient(left,   rgba(189,13,13,1) 25%,rgba(189,13,13,0) 85%);background: linear-gradient(to right,   rgba(189,13,13,1) 25%,rgba(189,13,13,0) 85%); }
.creme { background: -moz-linear-gradient(left,   rgba(241,235,221,1) 25%, rgba(241,235,221,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(241,235,221,1)), color-stop(85%,rgba(241,235,221,0)));background: -webkit-linear-gradient(left,   rgba(241,235,221,1) 25% rgba(241,235,221,0) 85%);background: -o-linear-gradient(left,   rgba(241,235,221,1) 25%,rgba(241,235,221,0) 85%);background: -ms-linear-gradient(left,   rgba(241,235,221,1) 25%,rgba(241,235,221,0) 85%);background: linear-gradient(to right,   rgba(241,235,221,1) 25%,rgba(241,235,221,0) 85%); }
.taupe { background: -moz-linear-gradient(left,   rgba(134,129,123,1) 25%, rgba(134,129,123,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(134,129,123,1)), color-stop(85%,rgba(134,129,123,0)));background: -webkit-linear-gradient(left,   rgba(134,129,123,1) 25% rgba(134,129,123,0) 85%);background: -o-linear-gradient(left,   rgba(134,129,123,1) 25%,rgba(134,129,123,0) 85%);background: -ms-linear-gradient(left,   rgba(134,129,123,1) 25%,rgba(134,129,123,0) 85%);background: linear-gradient(to right,   rgba(134,129,123,1) 25%,rgba(134,129,123,0) 85%); }
.garden-gruen { background: -moz-linear-gradient(left,   rgba(112,151,132,1) 25%, rgba(112,151,132,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(112,151,132,1)), color-stop(85%,rgba(112,151,132,0)));background: -webkit-linear-gradient(left,   rgba(112,151,132,1) 25% rgba(112,151,132,0) 85%);background: -o-linear-gradient(left,   rgba(112,151,132,1) 25%,rgba(112,151,132,0) 85%);background: -ms-linear-gradient(left,   rgba(112,151,132,1) 25%,rgba(112,151,132,0) 85%);background: linear-gradient(to right,   rgba(112,151,132,1) 25%,rgba(112,151,132,0) 85%); }
.garden-grau { background: -moz-linear-gradient(left,   rgba(109,109,107,1) 25%, rgba(109,109,107,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(109,109,107,1)), color-stop(85%,rgba(109,109,107,0)));background: -webkit-linear-gradient(left,   rgba(109,109,107,1) 25% rgba(109,109,107,0) 85%);background: -o-linear-gradient(left,   rgba(109,109,107,1) 25%,rgba(109,109,107,0) 85%);background: -ms-linear-gradient(left,   rgba(109,109,107,1) 25%,rgba(109,109,107,0) 85%);background: linear-gradient(to right,   rgba(109,109,107,1) 25%,rgba(109,109,107,0) 85%); }
.garden-schwarz { background: -moz-linear-gradient(left,   rgba(0,0,0,1) 25%, rgba(0,0,0,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(0,0,0,1)), color-stop(85%,rgba(0,0,0,0)));background: -webkit-linear-gradient(left,   rgba(0,0,0,1) 25% rgba(0,0,0,0) 85%);background: -o-linear-gradient(left,   rgba(0,0,0,1) 25%,rgba(0,0,0,0) 85%);background: -ms-linear-gradient(left,   rgba(0,0,0,1) 25%,rgba(0,0,0,0) 85%);background: linear-gradient(to right,   rgba(0,0,0,1) 25%,rgba(0,0,0,0) 85%); }
.garden-beige { background: -moz-linear-gradient(left,   rgba(120,92,70,1) 25%, rgba(120,92,70,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(120,92,70,1)), color-stop(85%,rgba(120,92,70,0)));background: -webkit-linear-gradient(left,   rgba(120,92,70,1) 25% rgba(120,92,70,0) 85%);background: -o-linear-gradient(left,   rgba(120,92,70,1) 25%,rgba(120,92,70,0) 85%);background: -ms-linear-gradient(left,   rgba(120,92,70,1) 25%,rgba(120,92,70,0) 85%);background: linear-gradient(to right,   rgba(120,92,70,1) 25%,rgba(120,92,70,0) 85%); }
.garden-blau { background: -moz-linear-gradient(left,   rgba(127,153,188,1) 25%, rgba(127,153,188,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(127,153,188,1)), color-stop(85%,rgba(127,153,188,0)));background: -webkit-linear-gradient(left,   rgba(127,153,188,1) 25% rgba(127,153,188,0) 85%);background: -o-linear-gradient(left,   rgba(127,153,188,1) 25%,rgba(127,153,188,0) 85%);background: -ms-linear-gradient(left,   rgba(127,153,188,1) 25%,rgba(127,153,188,0) 85%);background: linear-gradient(to right,   rgba(127,153,188,1) 25%,rgba(127,153,188,0) 85%); }
.linen { background: -moz-linear-gradient(left,   rgba(164,151,134,1) 25%, rgba(164,151,134,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(164,151,134,1)), color-stop(85%,rgba(164,151,134,0)));background: -webkit-linear-gradient(left,   rgba(164,151,134,1) 25% rgba(164,151,134,0) 85%);background: -o-linear-gradient(left,   rgba(164,151,134,1) 25%,rgba(164,151,134,0) 85%);background: -ms-linear-gradient(left,   rgba(164,151,134,1) 25%,rgba(164,151,134,0) 85%);background: linear-gradient(to right,   rgba(164,151,134,1) 25%,rgba(164,151,134,0) 85%); }
.rost { background: -moz-linear-gradient(left,   rgba(146,27,23,1) 25%, rgba(146,27,23,0) 85%);background: -webkit-gradient(linear, left top, right top, color-stop(25%,rgba(146,27,23,1)), color-stop(85%,rgba(146,27,23,0)));background: -webkit-linear-gradient(left,   rgba(146,27,23,1) 25% rgba(146,27,23,0) 85%);background: -o-linear-gradient(left,   rgba(146,27,23,1) 25%,rgba(146,27,23,0) 85%);background: -ms-linear-gradient(left,   rgba(146,27,23,1) 25%,rgba(146,27,23,0) 85%);background: linear-gradient(to right,   rgba(146,27,23,1) 25%,rgba(146,27,23,0) 85%); }
.creme 			{ color:#44240b !important;}

.bgPicture-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

/* Navi Window */
.right-shadow {
	
	padding-right:5px;
	padding-left:5px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.5);
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 30%, #e3e5d1 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#e3e5d1));background: -webkit-linear-gradient(top, #ffffff 30% #e3e5d1 100%);background: -o-linear-gradient(top,  #ffffff 30%,#e3e5d1) 100%);background: -ms-linear-gradient(top, #ffffff 30%,#e3e5d1 100%);background: linear-gradient(to bottom, #ffffff 30%,#e3e5d1 100%);	border-bottom-right-radius: 5%;
	border-bottom-left-radius: 5%;
}
#loading {
	position:absolute;top:0;left:0;width:100%;background: url(../img/301.gif) center center no-repeat rgba(240,240,230,1);display:none;
}
.control-label { color: #083359; text-shadow: 0px 1px 2px #dedede; font-weight:normal;margin-left:0; text-align:right !important}
	