/* CSS Seniorenresidenz Sandesneben */

	
body {
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-color:#ece9dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	}
	
	
/*Layout-Gerüst*/

#container {
	width:659px;
	margin:auto;
	}

#header {
	background-image:url(images/header.jpg);
	width:659px;
	height:256px;
	}
	
#inhalt {
	background-image:url(images/inhalt.jpg);
	background-repeat:repeat-y;
	width:659px;
	min-height:250px;
	}
	
#footer {
	background-image:url(images/footer.jpg);
	width:659px;
	height:30px;
	color:#fff;
	font-size:11px;
	padding-top:14px;
	text-align:center;
	}
	
	
/*Navigation*/

#unter-nav {
	position:absolute;
	margin-top:50px;
	margin-left:30px;
	height:20px;
	font-size: 13px;
	text-transform: lowercase;
	color: #fff;
}

#navigation {
	position:absolute;
	margin-top:110px;
	margin-left:50px;
	text-transform: uppercase;
	font-size:13px;
	width:284px;
	}
	
#navigation ul, #navigation  li {
	list-style-type: none;
	display:block;
	margin:0;
	padding:0px;
	list-style-image: url(images/blank.jpg);
}

#navigation ul li a {
	color:#717171;
	padding:6px 0px 5px 25px;
	margin-top:-1px;
	text-decoration:none;
	display:block;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:100%; 
	background-image:url(images/linie.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:normal;
	font-size:13px;
	}
	
#navigation ul li.oben a {
	text-decoration:none;
	display:block;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:100%; 
	background-image:url(images/linie2.jpg)!important;
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#navigation ul li.activ a {
	text-decoration:none;
	display:block;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:100%; 
	background-image:url(images/aktiv.jpg)!important;
	background-position:left top;
	background-repeat:no-repeat;
	color:#339966;
	}
	
#navigation ul li.activ-oben a {
	text-decoration:none;
	display:block;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:100%; 
	background-image:url(images/aktiv_oben.jpg)!important;
	background-position:left top;
	background-repeat:no-repeat;
	color:#717171;
	}
	
	
	
#navigation ul li a:hover {
	color:#717171;
	text-decoration:none;
	border:none;
	background-image:url(images/hover.jpg);
	background-repeat:no-repeat;
	}
	
#navigation ul li.oben a:hover {
	text-decoration:none;
	display:block;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:100%; 
	background-image:url(images/hover_oben.jpg)!important;
	background-position:top left;
	background-repeat:no-repeat;
	}
	

#navigation ul li a:visited {
	color:#999;
	text-decoration:none;
	}
	
/*Inhalt*/

#foto {
	float:right;
	width:310px;
	}
	
#text {
	padding-left:50px;
	padding-right:45px;
	padding-top:50px;
	padding-bottom:40px;
	letter-spacing:1px;
	}
	
#text2 {
	
	padding:0;
	}
	
#text3 {

	padding-left:50px;
	padding-right:45px;
	padding-top:50px;
	letter-spacing:1px;
	}
	
	

	
h2 {
	background-image:url(images/ueber.jpg);
	background-repeat:no-repeat;
	padding-left:45px;
	margin-left:-50px;
	font-size:21px;
	color: #159c4c;
	text-transform: capitalize;
	font-style: italic;
	}
	
li {
	list-style-image: url(images/liste.jpg);
	padding:3px;
	margin-left:20px;
}

img a:link {
	border:0;
	padding:0;
	margin:0;
	}
	


	
/*Links*/

a:link {
	text-decoration:none;
	color:#159c4c;
	font-weight:bold;
	}

a:hover {
	color:#000;
	}
	
a:visited {
	color:#9eb685;
	}
	
#unter-nav a, #unter-nav a:hover, #unter-nav a:visited {
	color:#ece9dd;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	}
	
#bottomNavClose a:hover {
	border:0;
	text-decoration:none;
	
	}
	
