@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

body {
	background: #fff;
	font: 400 15px/24px "Open Sans";
	color: #404040;
}
#exp_top_wrap,
#exp_slider_wrap,
#exp_footer_wrap,
.exp_yellow_stripe,
.exp_green_stripe {
	float: left;
	clear: both;
	width: 100%;
}
#exp_top_wrap {
	height: 216px;
	background: url(../img/green_light.jpg) repeat 0 0;
}
#exp_slider_wrap {
	height: 240px;
	background: #fff;
}
.exp_yellow_stripe {
	height: 24px;
	background: url(../img/stripes_yellow.jpg) repeat-x 0 0;
}
.exp_green_stripe {
	height: 24px;
	background: url(../img/stripes_green_slider.jpg) repeat-x 0 0;
}
#exp_content_wrap {
	min-height: 450px;
	background: #fff;
	width: 960px;
	margin: 0 auto;
}
#exp_slider_wrap .exp_slider_border {
	width: 940px;
	height: 300px;
	border: 10px solid #ffe930;
	border-radius: 3px;
	margin: -84px auto 0 auto;
	position: relative;
}
#exp_footer_wrap {
	height: 53px;
	background: url(../img/stripes_green_footer.jpg) repeat-x 0 0;
}
.exp_top {
	height: 160px;
	width: 960px;
	padding-bottom: 56px;
	margin: 0 auto;
}
.exp_top a.exp_logo {
	float: left;
	display: block;
	width: 281px;
	height: 69px;
	background: url(../img/logo.png) no-repeat;
	text-indent: -9999px;
	margin-top: 46px;
}
.exp_top .exp_navigation {
	float: left;
	width: 625px;
	height: 42px;
	margin: 62px 0 0 54px;
	z-index: 100;
}
.exp_top .exp_navigation li {
	float: left;
	background: #287117;
	border-radius: 3px;
	margin-left: 5px;
	height: 42px;
	transition: background 0.3s;
}
.exp_top .exp_navigation li:hover {
	background: #1d5411;
	transition: background 0.3s;
}
.exp_top .exp_navigation li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font: 400 15px/42px "Open Sans";
	color: #fff;
}
.exp_top .exp_navigation li.exp_startseite a {
	width: 110px;
}
.exp_top .exp_navigation li.exp_wohnungen a {
	width: 125px;
}
.exp_top .exp_navigation li.exp_lage a {
	width: 70px;
}
.exp_top .exp_navigation li.exp_preise a {
	width: 85px;
}
.exp_top .exp_navigation li.exp_umgebung a {
	width: 115px;
}
.exp_top .exp_navigation li.exp_kontakt a  {
	width: 90px;
}
.exp_slider.nivoSlider {
	overflow: visible;
	width: 940px;
	height: 300px;
}
.exp_slider {
	width: 960px;
	height: 320px;
	float: left;
	margin: 0;
	z-index: 10;
}
.exp_slider a.nivo-prevNav {
	position: absolute;
	width: 38px;
	height: 60px;
	background: #ffe930 url(../img/arrow_left.png) no-repeat center center;
	left: -48px;
	border-radius: 3px 0 0 3px;
	text-indent: -9999px;
	transition: background-color 0.3s;
	top: 152px;
}
.exp_slider a.nivo-nextNav {
	position: absolute;
	width: 38px;
	height: 60px;
	background: #ffe930 url(../img/arrow_right.png) no-repeat center center;
	right: -48px;
	border-radius: 0 3px 3px 0;
	text-indent: -9999px;
	transition: background-color 0.3s;
	top: 152px;
}
.exp_content {
	width: 960px;
	margin: 0 auto;
	min-height: 410px;
	padding: 10px 0 30px 0;
	float: left;
}
h1.exp_headline {
	font: 400 26px/48px "Open Sans";
	color: #0a6d23;
	display: block;
	width: 100%;
	padding-bottom: 22px;
	background: url(../img/headline_bg.png) repeat-x left bottom;
	margin: 30px 0;
}
.exp_content p.startseite {
	float: left;
	margin-bottom: 16px;
	display: block;
	width: 597px;
}
.exp_content p:not(.startseite) {
	width: 960px;
}
.exp_content img.exp_image_home {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #ffe930;
	border-radius: 3px;
}
.exp_footer {
	width: 960px;
	margin: 0 auto;
	height: 49px;
	padding-top: 4px;
}
.exp_footer span.copyright {
	float: left;
}
.exp_footer span.footer_links {
	float: right;
}
.exp_footer a,
.exp_footer span {
	font: 400 15px/49px "Open Sans";
	color: #333;
	text-decoration: none;
}



/* table style */
.exp_table {
	margin: 40px 0;
	padding: 0;
	width: 958px;
	border:1px solid #ccc;
	float: left;
	clear: both;
}
.exp_table table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
.exp_table td {
	vertical-align:top;
	border:1px solid #ccc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font: 400 15px "Open Sans";
	color: #404040;
}
.exp_table tr td:first-child {
	vertical-align: middle;
}
.exp_table tr:last-child td {
	border-width:0px 1px 0px 0px;
}
.exp_table tr td:last-child {
	border-width:0px 0px 1px 0px;
}
.exp_table tr:last-child td:last-child {
	border-width:0px 0px 0px 0px;
}
.exp_table tr:first-child td {
	background: #fff;
	border: 0px solid #ccc;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font: 400 14px "Open Sans";
	color: #404040;
}
.exp_table tr:first-child td:first-child {
	border-width:0px 0px 1px 0px;
}
.exp_table tr:first-child td:last-child {
	border-width:0px 0px 1px 1px;
}
.exp_table ul li {
	list-style-type: square;
	line-height: 22px;
	margin: 8px 0 8px 18px;
}
/* table style end */

.exp_wohnungen_img {
	width: 960px;
	float: left;
	clear: both;
}
.exp_wohnungen_img a.exp_lightbox {
	display: block;
	float: left;
	width: 310px;
	height: 200px;
	margin: 0 0 25px 0;
}
.exp_wohnungen_img a.exp_lightbox.has_title {
	height: 234px;
}
.exp_wohnungen_img a.exp_lightbox span.img_title {
	float: left;
	clear: both;
	display: block;
	width: 310px;
	height: 34px;
	font: 400 15px/34px "Open Sans";
	text-align: center;
	color: #333;
}
.exp_wohnungen_img a.exp_lightbox img {
	border-radius: 3px;
}
.exp_content span {
	display: block;
	float: left;
	clear: both;
}
.exp_content p.error_msg {
	float: left;
	clear: both;
	display: block;
	width: 936px;
    background: #FFE7E3;
    border: 2px solid #FED8D2;
    color: #4B0B0B;
	font: 400 12px Verdana;
	padding: 5px 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}
.exp_content p:last-child.error_msg {
	margin-bottom: 25px;
}
.exp_form label {
	display: block;
	float: left;
	width: 160px;
	height: 44px;
	font: 400 14px/40px "Open Sans";
	margin-bottom: 15px;
}
.exp_form input {
	display: block;
	float: left;
	width: 768px;
	height: 42px;
	font: 400 14px/42px "Open Sans";
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 0 15px;
	border-radius: 3px;
}
.exp_form textarea:focus,
.exp_form input:focus {
	border-color: #287117;
}
.exp_form textarea {
	display: block;
	float: left;
	width: 468px;
	max-width: 468px;
	min-width: 468px;
	height: auto;
	min-height: 178px;
	font: 400 14px/24px "Open Sans";
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 15px;
	border-radius: 3px;
}
.exp_form input[type="submit"] {
	display: block;
	float: left;
	clear: both;
	width: 168px;
	height: 38px;
	font: 400 14px/38px "Open Sans";
	border: none;
	background: #287117;
	margin: 0 0 50px 160px;
	padding: 0 15px;
	color: #fff;
}
.exp_form input[type="submit"]:hover {
	cursor: pointer;
}
.exp_content .exp_error {
	float: left;
	clear: both;
	width: 960px;
	margin-bottom: 20px;
}
#gmap_canvas img {
	max-width: none !important;
	background: none !important;
}
.gm-style {
	font-family: Arial !important;
	font-size: 13px !important;
}
.exp_content h2 {
	display: block;
	width: 100%;
	float: left;
	clear: both;
	margin: 14px 0;
	font: 700 14px/30px "Open Sans";
}