@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0}


body {
	background-color: rgb(239,230,221);
	background-image: url(bilder/scrollbar/Ruhe_Entspannung.png);
	background-repeat: no-repeat;
	background-size: 100%;*/
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	width: 100%;
}

h1{

	font-size: 35px;
	font-weight: lighter;
	color: rgb(110,82,60);
	text-transform: uppercase;
	font-family: times, georgia, serif;
}

h2{
 	color: rgb(110,82,60);
 	font-weight: 100;
 	font-size: 18px;
}

h3{

	font-size: 20px;
	font-weight: lighter;
	color: rgb(110,82,60);
	text-transform: uppercase;
	font-family: times, georgia, serif;
}

h4{
 	color: rgb(110,82,60);
 	font-weight: 100;
 	font-size: 16px;
}

h5{

	font-size: 35px;
	font-weight: lighter;
	color: rgb(110,82,60);
	text-transform: uppercase;
	font-family: times, georgia, serif;
}

h6{
 	color: rgb(239,230,221);
 	font-weight: 100;
 	font-size: 18px;
}

.h3_b{

	font-size: 35px;
	font-weight: lighter;
	color: rgb(239,230,221);
	text-transform: uppercase;
	font-family: times, georgia, serif;
}

.h1_b{

	font-size: 23px;
	font-weight: lighter;
	color: rgb(110,82,60);
	text-transform: uppercase;
	font-family: times, georgia, serif;
}

hr{

	background-color: rgb(205,190,176);
	height: 10px;
	width: 100%;
	border: none;
	margin-top:1%;
	margin-bottom: 10px;
	left: 0px;
}

table{
	margin-right: auto;
	margin-left: auto;
}

.schrift{
	font-size: 20px;
	font-weight: lighter;
	color: rgb(110,82,60);
	text-transform: uppercase;
	font-family: times, georgia, serif;
}

.schrift1{
	font-size: 20px;
	font-weight: lighter;
	color: rgb(239,230,221);
	text-transform: uppercase;
	font-family: times, georgia, serif;
}

.clearfix:after {
	display:inline;
    clear:both;
}

#wrapper{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	margin: 0px auto;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	padding: 0px;
}

#header{
	background-color: rgb(110,82,60);
	height: 44px;
	width: 100%;
	max-width: 100%;
	position: fixed;
	z-index: 4;
	left: 0px;
	top: 0px;
}

img.align-top {
 float: top;
 margin-top: 80px;
}

.navi{
	font-size: 12px;
	text-transform:uppercase;
	margin: 10px auto;
	padding: 0px;
	text-align: right;
	max-width: 1170px;
	width: 96%;
	font-weight: lighter;
}

.selected {
	color: rgb(196,147,97);
	}

.unselected {
	color: rgb(205,190,177);
	}
a:link {  
	text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
	color: rgb(196,147,97);
}

a .link{
 	color: rgb(110,82,60);
 	font-weight: 100;
 	font-size: 14px;
}

.logo{
	width: 213px;
	float: left;
}
.vorschaubilder{
	width: 270px;
	max-width: 100%;
}


#centercontent{
	max-width: 1170px;
	width: 96%;
	margin: 0px auto;
	text-align:left;
}

.logodummy{
	float:left;
	width: 200px;
	}

#menu{
	position: fixed;
	top: 44px;
	height: auto;
	width: 100%;
	right: 0;
	z-index: 1;
	background-color: #EEEBEA;
	box-shadow: 1px -2px 10px -1px rgba(0, 0, 0, 0.3);
	margin:0px;	
}



 /* Erste Ebene */
#menu > ul{
	list-style-type: none;
	display: block;
	max-width: 1170px;
	width: 96%;
	margin: 15px auto; 
}

#menu > ul > li{
	display: inline;	
	position:relative;
	width: 130px;
}

#menu > ul > li > a{
	font-size: 14px;
	padding: 10px;
	padding-right: 30px;
	text-transform: uppercase;
	color:rgb(110,82,60);
}

#menu > ul > li > a:hover {
	color:#C49361;
}
.logodummy{
	float:left;
	width: 200px;
	}

 /* Zweite Ebene */
#menu > ul > li > ul {
	opacity:0;
	position:absolute;
	left: 0;
	top: 100%;
	margin:12px 0px 0px 0px;
	padding:0px;
	width: 140px;
}
#menu > ul > li:hover > ul {
	opacity:0.95; 
}
#menu > ul > li > ul > li {
	margin: 0px;
	padding:0px;
	list-style: none;
}
#menu > ul > li > ul > li > a {
	color: #E6E2E0 ;
	display: block;
	font-size:14px;
	text-decoration:none;
	background: rgb(110,82,60);
	padding:5px;
	padding-left: 11px;
	font-family: Helvetica, Arial, sans-serif;
}
#menu > ul > li > ul > li > a:hover {
	background: #C49361;
	color:#E6E2E0;
  
}

.button {
	background-color:rgb(196,147,97);
	display:inline-block;
	color:#E6E2E0;
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:34px;
	line-height:38px;
	width:43px;
	margin-top: 6px;
	text-decoration:none;
	text-align:center;
}
.button:hover {
	background-color:rgb(205,190,177);
}


#content{
	max-width: 1170px;
	width: 96%;
	margin: 10px auto 10px auto;
	text-align: justify;
	padding: 10px;
	padding-bottom: 50px;
}
#contentbottom{
	max-width: 1170px;
	width: 96%;
	margin: 30px auto 10px auto;
	text-align: justify;
	padding: 10px;
	padding-bottom: 50px;
}
 .middle{
 	width: 100%;
	text-align: justify;
 	background-color: rgb(205,190,176);
 }

 
 .middle1{
 	width: 100%;
	text-align: justify;
 	background-color: rgb(110,82,60);
 }

#footer{
	background-color: rgb(110,82,60); 
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 180px;
	clear:both;
	color: #EEEBEA;
	width: 100%;
	left: 0px;
	bottom: 0px;
	margin: 0px auto;
	}


.contact{
	font-size: 15px;
	margin: 10px auto;
	padding-top: 20px;
	text-align: center;
	max-width: 1170px;
	width: 96%;
	font-weight: lighter;
}
