@charset "utf-8";
/* --------------- Einstellung für alle Elemente ---------------*/
html * {
	margin: 0;
	font-size: 100.01%;
}

body {
	background-color:#ededed;
	text-align: center;
	font-size: 72.50%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	color: black;
}

img {
	border:0;
}
#imgheader img {
	padding-left:1px;
	padding-right:1px;
}

/* --------------- page ---------------*/
#page {
	width: 803px;
	margin: 0px auto 0px auto;
	text-align: left;
}

/* --------------- Header ---------------*/
#cheader {
	clear: left;
	float: left;
	width: 803px;
	height: 90px;
	background: url(images/header.gif) no-repeat;
	background-position:20px 15px;
	background-color:#FFF;
}

#imgheader {
	padding-left:1px;
	padding-right:1px;
	background-color:#f7f8af;
}
#logo {
	float:left;
}
#flower {
	float:right;
	background-image: url(images/sonnenblume.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:75px;
	height:90px;
}
#langmenu {
	width: 803px;
	height: 40px;
}
#mainmenu {
	background-color:#F8F980;
	width: 803px;
	height: 20px;
}
#leftmenu {
	float:left;
}
#rightmenu {
	float:right;
}
ul#leftmenu, ul#rightmenu {
	line-height:12px;
	/*list-style-image:url(images/divider.gif);
	list-style-position:inside;*/
	list-style:none;
	padding:2px;
	text-align:center;
	vertical-align:middle;
}
ul#leftmenu li,ul#rightmenu li {
	padding:1px;
	padding-left:5px;
	float:left;
}
a {
	color:black;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:black;
}

ul#wohnen {
	list-style-image:url(images/point.gif);
	padding-left:0;
	list-style-position:outside;
	padding-left:20px;
}

ul#wohnen li {
	padding-right:1px;
	padding-left:1px;
}

/* --------------- Content ---------------*/
#ccontent {
	clear: left;
	float: left;
	width:803px;
	background-color:white;
}

#content {
	float: left;
	width: 703px;
	margin: 35px 25px 0px 25px;
	padding: 0px 0px 30px 0px;
	line-height: 1.7em;
}
#content h1 {
	margin: 0px 0px 20px 0px;
	font-size: 140.00%;
	color: black;
}
#content h2 {
	font-size: 112.50%;
	color: black;
}
#content p {
	margin: 0px 0px 10px 0px;
}
#content #links {
	clear: left;
	float: left;
	width: 190px;
}
#content #ressourcen {
	float: left;
	font-size: 82.50%;
}
#content #links ul ,
#content #ressourcen ul{
	list-style-type: none;
}

#content #links ul li,
#content #ressourcen ul li{
	list-style-type: none;
}

#content #links ul li a,
#content #ressourcen ul li a{
	padding: 0px 0px 0px 20px;
	background: url(images/pointer01.gif) left 4px no-repeat;
}

/* --------------- footer ---------------*/
#cfooter {
	clear: left;
	float: left;
	width:803px;
	background-color:white;
}
#footer {
	clear: left;
	float: left;
	width: 790px;
	
	padding: 10px 7px 10px 7px;
	border-top: 1px solid #ccc;
	font-size: 82.50%;
	text-align: center;
}

#hpv24 {
	color: #ededed;
	height:15px;
}
/* --------------- wohnungen ------------ */
.wheader {
	float:left;
	background-color:#F8F980;
	text-align:center;
	width:33%;
	border-right:#FFF 2px solid;
}
.slidediv {
	width:400px;
	height:370px;
	padding-top:20px;
	padding-bottom:40px;
	float:left;
}
.svslidediv {
	width:700px;
	height:460px;
	padding-top:0;
	padding-bottom:20px;
	margin:auto;
}
.wdesc {
	float:left;
	width:300px;
	padding-top:20px;
}
/* ------------- anreise ------------ */
#map {
	width:733px;
	height:400px;
	padding:10px;
}
/* ------------- links page ------------ */
.links_imglink {
	float:left;
	width:250px;
	text-align: center;
}
.links_txtlink {
	float:left;
	vertical-align:middle;
}
.whitebg {
	padding:5px;
	border-bottom:5px white solid;
}
.yellowbg {
	padding:5px;
	background-color:#f3f3f3;
	border-bottom:5px white solid;
}
