/* FeWo-Christa 2013 */

html {
	height: 100.3%;
	font-size: 62.5%;
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em; 
	line-height: 1.4em;	
	background-image: url(images/bg6.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-color: #a0a64e;
	
}

* {margin: 0px; padding: 0px; border: 0px;}

h1 {font-size: 1.2em; color: #666; }
h2 {font-size: 1.4em; color: #903;  }
h3 {font-size: 1.4em; color: #939;  }
h4 {font-size: 1.2em; color: #903; font-weight: bold; }
h5 {font-size: 1.4em; color: #666; font-weight: bold;}
h6 {font-size: 1.2em; color: #939; font-weight: bold;  }


ul {list-style: none;
    margin: 0;
    padding: 0;}
		
img {border: none;}		

a { text-decoration: none; color: #903;}
a:link {#903;}
a:visited {}
a:hover {}
a:active {}


div#wrapper {
	width: 960px;
	margin: 10px auto;
	/* margin: 0px 40px; */
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #666;
	border-left: 1px solid #999;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	
}

/***********************************header*/

div#header {
	height: 200px;
	background-image: url(images/header3.jpg);
	width:960px;
}
	
div#fewoschrift {
	float: left;
	margin: 40px 0px 0px 100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-stretch:wider;
	font-style:italic;
	font-size: 2.0em;
	text-shadow: 1px 1px 1px #999; 
	color: #903;
}
	
div#slogan {float: left;
			clear:both;
			margin: 20px 0px 0px 100px;
			font-size:1.8em;
			/*color: #a0a64e; ***grün*/
			color: #333;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-stretch:wider;
			/*font-style:italic;*/
			font-variant:small-caps;
			font-weight:bold;
			text-shadow: 1px 1px 1px #FFF; 
}
			


/***********************Top-Navigation*/

div#nav {
	background-color: #a0a64e;
	color:#FFF;
	height: 22px;
	text-align: center;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-top:5px;
}
			

#nav ul li { display: inline; list-style-type: none;
}

#nav ul li a{text-decoration: none;
			  padding: 0px 25px 0px 5px;
			  color: #FFF;
			  font-weight: bold;
}

#nav li a:link, #menue li a:visited {
        color:#FFF;
}
		
#nav li a:hover, {color: #333;
}	

#nav ul li a#current{ color: #333;
}


/*+++++++++++++++++++++++++++linke Sidebar*/

div#wrap_content {
		float: left;
		width: 960px;
	
	}

#sideleft {
	float:left;
	width: 200px;
	height: 500px;
}

#menue {float: left;
        width: 130px;
        margin: 150px 0 0 20px;
        }

		
div#menue ul li a {list-style-type: none;
				background:transparent url(images/tanne.gif) left center no-repeat;
				font-size: 1.2em;
				line-height: 1.6em;
				text-align: left;
				text-decoration: none;
				font-weight: bold;
				border-bottom: 1px solid #a0a64e;
				padding: 15px 0px 2px 25px;

}
		

#menue li a:link, #menue li a:visited {
        color:#666;
        display: block;
	
        }
		
#menue li a:hover{	
		color: #a0a64e;
		
}

#menu li a:current {	
		color: #a0a64e;
		
}


/*********************************************** Mitte ******/
			
div#maintext {
	float: left;
	margin: 60px 10px 60px 10px;
	width: 715px;
}

div#maintext img {float: left;
				padding-right: 10px;}
				
				

div#maintext_wohnung {
	float: left;
	margin: 50px 10px 0px 10px;
	width: 700px;
}

div#maintext_wohnung ul li {
	list-style:disc;
	list-style-position:inside
}

				

div#diashow {
	float:left;
	width: 400px;
	}
	
div#diashow img {
	width: 400px;
	border: 1px solid #666;
	
	}
	
div#slider-wrapper{
	float:left;
	width: 760px;
	height:350px;
	
	}

div#slider {
	clear:both;
	float: left;
	width: 400px;
	height: 300px;
	border: 1px solid #666;
	index: 100;
	
}

div#slider img {
	width:400px;
	height:300px;
	
}	
	
	
	
div#beschreibung {
	display:block;
	float:left;
	width:245px;
	height:290px;
	margin: 10px 10px 10px 40px;
	
	
	}	
			
					
#gallery2 {
		float: left;
		width: 700px;
		margin-top: 5px; }
	#gallery2 ul { list-style: none; }
	#gallery2 ul li { display: inline; }
	#gallery2 ul img {border: 2px solid #666; float:left; margin: 4px 8px 4px 0px; }
	#gallery2 ul a:hover img {border: 2px solid #999; padding:inherit; }
	#gallery2 ul a:hover { color: #666; }

					



div#footer {
	clear: both;
	padding-top: 3px;
	padding-right: 15px;
	text-align:center;
	font-weight: bold;
	font-size: 1.1em;
	/*background: #903;*/
	height: 24px;
	color: #999;
	border-top: 1px solid #999;
	margin: 10px 10px 0px 10px;

}

div#copyright {font-size: 0.8em;
				width: 960px;
				margin: 0px auto;
				text-align: right;
				
}
div#copyright a {color: #333;
}

div#copyright a:hover {
	color: #903;
}

#clear {
	clear: both;
	
	}
/************ classes **********/

.einrichtung {
	width: 340px;
	float: left;
	height: 130px;
	text-align:left;
	margin-top: 10px;
	padding-left: 5px;
}	
	
.einrichtung_b {
	width: 340px;
	float: left;
	height: 150px;
	text-align:left;
	margin-top: 10px;
	padding-left: 5px;
}		
	
