@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #4e4e4e;
	font-family: verdana;
}

a {
	outline: none;
}

#bg {
	width: 100%;
	height: 683px;
	background-image: url(./design_imgs/bg.jpg);
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: -1000;
}

#wrap {
	width: 932px;
	height: 723px;
	margin: 0 auto;
	margin-top: 24px;
	background-image: url(./design_imgs/content_bg.png);
}

#innerwrap {
	padding: 10px;
}

#logo {
	margin-top: 30px;
	margin-left: 20px;
	border: 0;
}

#spruch {
	float: right;
	margin-right: 21px;
	margin-top: 0px;	
}

#menu {
	width: 912px;
	height: 49px;
	background-image: url(./design_imgs/menu_bg.png);
	margin-top: 32px;
}

#menuitems {
	overflow: hidden;
	margin: 0 auto;
	width: 470px;
	/*padding-top: 17px;*/
}

.menuitem {
	display: block;
	float: left;
	text-decoration: none;
	color: #608d62;
	font-size: 12px;
	padding-top: 17px;
	padding-bottom: 13px;
	padding-left: 29px;
	padding-right: 29px;
}

.menuitem:hover {
	text-decoration: underline;
}

.menuitem-trenner {
	float: left;
	width: 2px;
	height: 39px;
	background-image: url(./design_imgs/trenner.png);
	/*margin-left: 30px;
	margin-right: 30px;*/
	margin-top: 5px;
}

#content {
	height: 480px;
	overflow: hidden;
}

#content-left {
	float: left;
	width: 650px;
	margin-left: 1px;
}

#content-left .top  {
	height: 360px;
}

#content-left .bottom {
	overflow: hidden;
	background-color: #86be3b;
	height: 120px;
	color: #2d6534;
	font-size: 11px;
	padding-left: 20px;
	padding-top: 20px;
}

#content-right {
	float: right;
	width: 261px;
	height: 480px;
	background-color: #464646;
	color: #ffffff;
	font-size: 11px;
}

#content-right img {
	padding-top: 20px;
	padding-left: 16px;
}

#content-right p {
	padding-left: 16px;
	padding-right: 20px;
	padding-top: 5px;
}

#content-right a {
	color: #ffffff;
}

#content-right a:hover {
	color: #9cc26a;
}

#footer {
	color: #909090;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #909090;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#imageslider {
	margin-top: 10px; 
	margin-left: 10px; 
	width: 627px;
	overflow: hidden;
}

#imageslider-inner {
	width: 10000px;
}

.slider {
	position: absolute;
	cursor: pointer;
}

.slider-left {
	margin-top: 50px;
}

.slider-right {
	margin-top: 50px;
	margin-left: 620px;
}

#imageslider img {
	margin-left: 9px
}

#imageslider a img {
	border: 0;
}

.green {
	color: #9cc26a;
}

.greenb {
	color: #9cc26a;
	font-weight: bold;
}

#wohnung-abb1 {
	position: absolute;
	margin-left: 44px;
	margin-top: 30px;
}

#app-abb1 {
	position: absolute;
	margin-left: 66px;
	margin-top: 26px;
}

#app-abb2 {
	position: absolute;
	margin-left: 254px;
	margin-top: 26px;
}

#app-text {
	position: absolute;
	margin-left: 200px;
	margin-top: 330px;
	font-size: 11px;
	color: #464646:
}

.overlay {
	position: absolute;
	width: 414px;
	z-index: 100000;
}

.overlay-top {
	height: 7px;
	width: 414px;
	background-image: url(./design_imgs/overlay-top.png);
}

.overlay-middle {
	overflow: hidden;
	width: 414px;
	background-image: url(./design_imgs/overlay-middle.png);
}

.overlay-text {
	padding: 5px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

.overlay-bottom {
	height: 9px;
	width: 414px;
	background-image: url(./design_imgs/overlay-bottom.png);
}

#whnover {
	display: none;
}

#appover1 {
	display: none;
}

#appover2 {
	display: none;
}

#submenu {
	position: absolute;
	margin-left: 354px;
	margin-top: 0px;
	border: 1px solid #d4d4d4;
	display: none;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	z-index: 2000000;
}

#submenu .item {
	display: block;
	width: 128px;
	background-color: #fafafa;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #434343;
	border-bottom: 1px solid #e1e1e1;
}

#submenu .item.last {
	border: none;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
}

#submenu .item:hover {
	background-color: #f0f0f0;
}
