/* CSS Document sanitas-wohnservice farben: gruen#00662e hintergrundgrau #e5e5e5 gelb #f6c22b */
@charset "utf-8";
html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #00662e;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	text-align: center;
	color: #333;
}
body {
overflow-y: scroll;
}


img { border: 0; }

a, a:link, a:visited
{
	color: #00662e;
	text-decoration: none;
}

a:hover, a:focus, a:active
{
	color: #333;
	text-decoration: underline;
}

.clear { clear: both; }


/* UEBERSCHRIFTEN*/

h1 {
	padding: 0;
	margin: 20px 0;
	color: #00662e;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	padding: 0;
	margin-bottom:-10px;
	color: #00662e;
	font-size: 1.1em;
}
h3 { font:1.0em ; padding: 0;
	margin-bottom:-10px; }
/* ----------LOGO-------------- */
#logo
{
	padding:20px 10px 50px 30px;
	z-index: 1;
	
}
/* ----------GESAMTCONTAINER------------- */
#wrapper{
	width: 940px;
	background: #fff;
	margin: 10px auto;
	text-align: left;

}
#header {
	background: #fff url(../images/bilder.jpg) no-repeat 290px;
	width: 940px;height:200px;
}

/* NAVIGATION*/


#menue {
	float: left; 
	width: 200px; 

	margin:20px 20px;
	padding: 15px 10px 15px 20px;
}
#menue ul {
	margin: 0;
	padding:0;
	list-style-type: none;
		
}
#menue li {
	margin: 0;
	padding: 0;
	width: 190px;
	list-style-type: none;

}
#menue a {
	display:block;
	padding: 0.6em 0 0.4em 1.3em;
	margin: 0;
}
#menue a:link, #menue a:visited {
	text-decoration: none;
	color:#00662e;
	padding:0.6em 0 0.4em 1.3em;
	display:block;
}
#menue a.active {
	text-decoration: none;
	margin: 0;
	padding: 0.6em 0 0.4em 1.3em;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #00662e;
}
#menue a:hover, #menue a:focus {
	text-decoration: none;
	margin: 0;
	padding: 0.6em 0 0.4em 1.3em;
	display:block;
	color: #333;
	background-image: url(../images/dot2.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
body#startseite #menue li#eins a, body#wohnenmitservice #menue li#zwei a, body#service #menue li#drei a, body#kontakt #menue li#vier a, body#impressum #menue li#funf a {
	padding: 0.6em 0 0.4em 1.3em;
	color:#00662e;
	font-weight: bold;
	background: url(../images/dot.gif) no-repeat 0% 50%;
}
#mainContent {
	margin: 0 0 0 260px; 
	padding: 0 40px 0 30px; 
}
#mainContent p{
	font-size:0.9em;
	line-height: 1.8em;
}
#mainContent ul{
	font-size:0.9em; 
}
#mainContent ul li{ list-style: square; 	line-height: 1.6em;}


/* -----------footer--------------------------- */

#footer {
	clear: both;
	font-size: 0.8em;
	padding:5px 0px;
}
#footer ul {text-align:center;}
#footer li {
	padding:0 ;
	display: inline;
	list-style-type: none;
	list-style-image: none;
	
}


.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
