body {
font: 100% Arial, serif;
text-align:center;
color:#2c2c2c;
margin:0;
padding:0;
min-width:1200px;
background:url(../images/background.jpg) 0 0 fixed;
}
.wrapper {
max-width:1200px;
margin-left: auto;
	margin-right: auto;
	width: 70em;
	text-align: left;  
}
#header{
	text-align:center;
	width:100%;
	margin:0;
	padding:30px 0 30px 0;
}
#logo {
	position:absolute;
	left:420px;
	top:0;
	z-index:-1;
	width:25%;
	height:auto;
	opacity:0.4;
	/**filter:alpha(opacity=40);**/
}
#menu{
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;  
	background-color: rgb(61,13,62);
	background-color: rgba(61,13,62,.90);
	background-color: transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(
	  startColorstr=#E53D0D3E,endColorstr=#E53D0D3E);
	zoom:1;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	-moz-box-shadow: 0 2px 1px #9c9c9c;
	-webkit-box-shadow: 0 2px 1px #9c9c9c;
	box-shadow: 0 2px 1px #9c9c9c;
}
#menu li{
	float: left;
	padding: 0 0 10px 0;
	position: relative;
}
#menu a{
	float: left;
	height: 25px;
	padding: 0 25px;
color: rgba(238,217,125,.90); 
	text-transform: uppercase;
	font: bold 18px Arial, Helvetica;
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
}
#menu .subnav a {
color: rgb(61,13,62); 
color: rgba(61,13,62,.90);
color: transparent\9;
	filter:progid:DXImageTransform.Microsoft.gradient(
	  startColorstr=#E53D0D3E,endColorstr=#E53D0D3E);
	zoom:1;
text-decoration: none;
text-shadow: none;
}

#menu li:hover > a{
color:white;
}
#menu li a:hover{ /* IE6 */
}
#menu li:hover > ul{
	display: block;
}
/* Sub-menu */
#menu ul{
    list-style: none;
    margin: 0;
    padding: 5px ;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
	background-color: rgba(238,217,125,.90); 
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}
#menu ul li:last-child{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}
#menu ul a{    
    padding: 20px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}
#menu ul a{ /* IE6 */   
	height: 10px;
	width: 150px;
}
*:first-child+html #menu ul a{ /* IE7 */    
	height: 10px;
	width: 150px;
}
#menu ul a:hover{
        background: rgba(61,13,62,.70);
}
#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
#menu ul li:first-child a:hover:after{
    border-bottom-color: rgba( 37, 78, 53,.60);
}
#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
/* Clear floated elements */
#menu:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#menu             { zoom: 1; } /* IE6 */
#first-child+html #menu { zoom: 1; } /* IE7 */
#menu ul li:first-child a:after{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}
#menu ul li:first-child a:hover:after{
    border-bottom-color:rgba(61,13,62,.70);	
}


#menu ul ul {
	position: absolute; left: 100%; top:0;
}



#menu ul ul a{
	padding: 15px 50px 15px 15px;
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
	
}	   


/* Angebot */
.image{float:left;
		width: 285px;
		margin:0px 5px 5px 10px;
	
}

.image1{float:right;
		width: 285px;
		margin:0px;
	
}

.image2{float: left;
		width: 285px;
		margin:0px 10px 10px 60px;;
	
}



.angebote{
	float: right;
		width: 215px;

		cursor:pointer;
		margin:0px 10px 0px 30px;
		border: 3px solid #d0cec3;
		padding: 0px;
		-moz-box-shadow: 0px 2px 3px #b7b7b7; /* FF3.5+ */
		  -webkit-box-shadow: 0px 2px 3px #b7b7b7; /* Saf3.0+, Chrome */
		          box-shadow: 0px 2px 3px #b7b7b7; /* Opera 10.5, IE9 */	
}
.angebote img{
	width:200px;
	
		
}

.angebote1{
	float: right;
		width: 215px;

		cursor:pointer;
		margin:0px 10px 0px 30px;
		border: 3px solid #d0cec3;
		padding: 0px;
		-moz-box-shadow: 0px 2px 3px #b7b7b7; /* FF3.5+ */
		  -webkit-box-shadow: 0px 2px 3px #b7b7b7; /* Saf3.0+, Chrome */
		          box-shadow: 0px 2px 3px #b7b7b7; /* Opera 10.5, IE9 */	
}
.angebote1 img{
height:300px;
	
		
}
.tip{
	margin:25px;
}
.tip a:link {
	text-decoration:none;
}
.tip h3{
	color: #97146F;
	margin:10px 30px 0 20px;
	padding:5px 30px 0 30px;
font: 23px "Trebuchet MS", Verdana, sans-serif; 	
}


.text h4{
	color: #97146F;
	margin:10px 30px 0 20px;
	padding:5px 30px 0 30px;
font: 12px "Trebuchet MS", Verdana, sans-serif; 
color:#555555;	
}
.tip p{	color:#555555;}
a.btnright:link, a.btnright:visited {
	float: left;
	position: relative;
	color: white;
	font-size: 14px;
	padding: 2px 8px 2px 8px;
	margin: 5px 0px 0px 0px;
	line-height: 18px;
font: Verdana, sans-serif; 	
	font-style: normal;
	text-decoration: none;
background-color: #4c2048;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	             border-radius: 5px;
	             	 border-top: 1px solid #c27e9c;
	 border-bottom: 1px solid #772d4c;	
}
a.btnright:hover {
	background-color: #92705f;
  background-image: -moz-linear-gradient(top, #4c2048, #92705f); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4c2048),color-stop(1, #92705f)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#4c2048, #92705f); /* Chrome 10+, Saf6 */
  background-image: linear-gradient(top, #4c2048, #92705f);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c2048', EndColorStr='#92705f'); /* IE6ÐIE9 */
}
a.btnleft:link, a.btnleft:visited {
	float: left;
	position: relative;
	color: #171e12;
	font-size: 14px;
	padding: 2px 8px 2px 8px;
	margin: 5px 20px 0px 0px;
	line-height: 18px;
	text-shadow: 0px 2px 2px #a7b86b;
font: Verdana, sans-serif; 	
font-style: normal;
	text-decoration: none;
	background-color: #adc36e;
  	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	             border-radius: 5px;	             
	  -moz-box-shadow: 0px 2px 3px #bfbeb9; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 3px #bfbeb9; /* Saf3.0+, Chrome */
          box-shadow: 0px 2px 3px #bfbeb9; /* Opera 10.5, IE9, Chrome 10+ */
         border-top: 1px solid #bdce90;
	 border-bottom: 1px solid #708733;	
}
a.btnleft:hover {
	background-color: #86a13f;
  background-image: -moz-linear-gradient(top, #86a13f, #adc36e); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #86a13f),color-stop(1, #adc36e)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#86a13f, #adc36e); /* Chrome 10+, Saf6 */
  background-image: linear-gradient(top, #86a13f, #adc36e);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#86a13f', EndColorStr='#adc36e'); /* IE6ÐIE9 */
}

a.btnright1:link, a.btnright:visited {
	float: left;
	position: relative;
	color: white;
	font-size: 14px;
	padding: 2px 8px 2px 8px;
	margin: 5px 0px 0px 0px;
	line-height: 18px;
font: Verdana, sans-serif; 	
	font-style: normal;
	text-decoration: none;
background-color: #4c2048;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	             border-radius: 5px;
	             	 border-top: 1px solid #c27e9c;
	 border-bottom: 1px solid #772d4c;	
}
a.btnright1:hover {
	background-color: #92705f;
  background-image: -moz-linear-gradient(top, #4c2048, #92705f); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #4c2048),color-stop(1, #92705f)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#4c2048, #92705f); /* Chrome 10+, Saf6 */
  background-image: linear-gradient(top, #4c2048, #92705f);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c2048', EndColorStr='#92705f'); /* IE6ÐIE9 */
}
a.btnleft1:link, a.btnleft:visited {
	float: left;
	position: relative;
	color: #171e12;
	font-size: 14px;
	padding: 2px 8px 2px 8px;
	margin: 5px 20px 0px 20px;
	line-height: 18px;
	text-shadow: 0px 2px 2px #a7b86b;
font: Verdana, sans-serif; 	
font-style: normal;
	text-decoration: none;
	background-color: #adc36e;
  	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	             border-radius: 5px;	             
	  -moz-box-shadow: 0px 2px 3px #bfbeb9; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 3px #bfbeb9; /* Saf3.0+, Chrome */
          box-shadow: 0px 2px 3px #bfbeb9; /* Opera 10.5, IE9, Chrome 10+ */
         border-top: 1px solid #bdce90;
	 border-bottom: 1px solid #708733;	
}
a.btnleft1:hover {
	background-color: #86a13f;
  background-image: -moz-linear-gradient(top, #86a13f, #adc36e); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #86a13f),color-stop(1, #adc36e)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(#86a13f, #adc36e); /* Chrome 10+, Saf6 */
  background-image: linear-gradient(top, #86a13f, #adc36e);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#86a13f', EndColorStr='#adc36e'); /* IE6ÐIE9 */
}



/*---*/
#content {
	float: left;
		width: 70%;
		min-height: 200px;
		margin: 0px 20px 0px 0px;
		padding: 0px 0px 40px 0px;
		position: relative;
background-color: rgba(246,241,245,.70);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-top-left-radius:0px;
-moz-border-radius-topleft:0px;
border-top-left-radius:0px;
}


#content form {
margin-left:60px;
font: 18px arial;
}

#inforechts {
	float: right;
	width: 300px;
}
#box2{
	float: right;
		width: 280px;
		min-height:00px;
			margin: 0px 0px 0px 50px;
			padding: 0px 0px 20px 20px;
		background-color: rgba(246,241,245,.85);
		text-align:center;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topleft:0px;
		border-top-left-radius:0px;
}

#box3{
	float: right;
		width: 280px;
		min-height:100px;
			margin: 15px 0px 0px 50px;
			padding: 15px 0px 20px 20px;
		background-color: rgba(246,241,245,.85);
		text-align:center;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topleft:0px;
		border-top-left-radius:0px;
}

#box4{
	float: right;
		width: 280px;
		min-height:00px;
			margin: 15px 0px 0px 50px;
			padding: 15px 0px 20px 20px;
		background-color: rgba(246,241,245,.85);
		text-align:center;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topleft:0px;
		border-top-left-radius:0px;
}

#rotate {
-moz-transform:rotate(90deg); /* Firefox 3.6 Firefox 4 */
-webkit-transform:rotate(90deg); /* Safari */
-o-transform:rotate(90deg); /* Opera */
-ms-transform:rotate(90deg); /* IE9 */
transform:rotate(90deg); /* W3C */
}

#cf {
  position:relative;
  height:281px;
  width:450px;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 4s ease-in-out;
  -moz-transition: opacity 4s ease-in-out;
  -o-transition: opacity 4s ease-in-out;
  transition: opacity 4s ease-in-out;
}
.fadein img {
    position:absolute;
    left:65px;
    top:0;
	height:auto;
	width:200px;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}


}
#f2 {
    -webkit-animation-delay: -6s;
    background-color: yellow;
}
#f3 {
    -webkit-animation-delay: -4s;
    background-color: lightgreen;
}

#footer {
text-align:center;
display:inline-block;
width:800px;
margin:40px 0 0 90px;
padding:25px 0;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
background-color: rgba(61,13,62,.40);
-webkit-border-bottom-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-bottomleft:5px;
border-bottom-right-radius:5px;
border-bottom-left-radius:5px;
}


#footer img{
	margin:0 5px 2px 0;
	
}
#footer img a:link, #footer img a:visited, #footer img a:hover{
	text-decoration:none;
}	




#footer a:link, #footer a:visited, #footer a:hover{
	
	font: 16px "Trebuchet MS", Verdana, sans-serif; 
	text-shadow: 1px 1px 1px #6c6c6c;
	margin:0;
	padding:0 15px 0 0;
	text-indent:50px;
	text-decoration:none;
}

#header h1 {
font: italic normal 139%/1.44 'Sacramento', cursive, serif;
font-size:68px;
padding: 0 30px;
color: rgb(61,13,62);
text-decoration:none;
} 

#content h1 {
	text-align:center;
	font:Verdana sans-serif 139%/1.44 ;
	font-size:28px;
	padding: 0 30px;
	color: rgb(61,13,62);
	text-decoration:none;	
}

#h3 {
font: 20px Verdana, sans-serif; 
color: rgb(61,13,62);


}

#box2 p, #box3 p, #box4 p {
	color: #555555;
	font: 19px "Trebuchet MS", Verdana, sans-serif; 
	padding:10px 10px 5px 10px;
line-height:30px;
color:rgb(61,13,62);
	
}

#box2 a, #box3 a, #box4 a {
	color: #555555;
	font: 19px "Trebuchet MS", Verdana, sans-serif; 
	padding:10px 10px 5px 10px;
line-height:30px;
color:rgb(61,13,62);
	
}

#box2 a:hover, #box3 a:hover, #box4 a:hover {
	color: #555555;
	font: 19px "Trebuchet MS", Verdana, sans-serif; 
	padding:10px 10px 5px 10px;
line-height:30px;
color:rgb(61,13,62);
	text-shadow: 1px 1px 1px #6c6c6c;
	margin:0;
	text-indent:50px;
	text-decoration:none;
	
}

#content p {
font: 19px "Trebuchet MS", Verdana, sans-serif; 
margin:10px 30px 0 20px;
padding:5px 30px 0 30px;
}

#content ul {
	padding:0 30px 0 50px;
	list-style:none;
		
}
#content li {
font: 18px arial;
padding:5px 30px 0 30px;
}
#content h2 {
text-align:center;
font: italic normal 139%/1.44 'Sacramento', cursive, serif;
font-size:40px;
color: rgb(61,13,62);
padding:25px 0 15px 0;
line-height:35px;
}

#fb_iframe {display:none;}

#main p {
font-size: 18px;
line-height:25px;
}
#footer p {
font: normal 18px;
text-shadow: 1px 1px 1px #6c6c6c;
margin:0;
padding:0;
text-indent:50px;
}



.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE-Patch für IE 7*/
*:first-child+html .clearfix { min-height: 0; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


@media only screen and (max-width: 750px) {
#main {
margin:0 auto;
max-width:700px;
min-width:400px;
width:90%;
}
#header,
#footer {
margin:25px auto;
width:100%;
height:auto;
}
#header {
margin-top:0;
}
#content {
padding:10px 0;
}
#content h2,
#content p {
margin:0;
padding:10px 20px;
}
#header h1,
#footer p {
text-indent:20px;
}
#main h1,
#main h2 {
font-size:30px;
line-height: 1.25;
}
#content h1 span {
font-size:18px;
}
}

@media only screen and (max-width: 400px) {
#main {
margin:0 auto;
max-width:400px;
min-width:150px;
width:90%;
}
#navi ul {
float:none;
width:100%;
padding:0;
}
#navi li,
#navi li#active span,
#navi li a,
#navi li a span {
float:none;
width:100%;
}
#navi ul li {
padding:0;
}
#content h2,
#content p {
margin:0;
padding:10px;
}
#header,
#footer {
padding:5px 0;
}
#header h1,
#footer p {
text-indent:10px;
}
#header h1 {
line-height:.66;
}
#navi li a,
#navi li#active {
height:27px;
text-align: left;
margin:0;
padding:0;
text-indent:10px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}


	#navi li a,
	#navi li a span,
	#navi li#active span {
		padding:20px;
	}
	#content,
	#navi li#active span,
	#navi li a {
		-webkit-border-top-right-radius:0px;
		-webkit-border-top-left-radius:0px;
		-moz-border-radius-topright:0px;
		-moz-border-radius-topleft:0px;
		border-top-right-radius:0px;
		border-top-left-radius:0px;
	}
	#navi li:first-child a,
	#navi li#active:first-child span {
		-webkit-border-top-right-radius:5px;
		-webkit-border-top-left-radius:5px;
		-moz-border-radius-topright:5px;
		-moz-border-radius-topleft:5px;
		border-top-right-radius:5px;
		border-top-left-radius:5px;
	}
}