/*
	Allgemeines
*/

body {
    background-image: url("bg.gif");
    background-color: #e5e5e5;
	margin: 0;
	padding: 0;
	font: 12px Helvetica, Arial, sans-serif;
	color: #666;
}
body .on-js,
body.js .no-js {
	display: none;
}
body.js .on-js {
	display: block;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	display: inline-block;
	margin-top: 10px;
	position: relative;
}
a img {
	border: 0;
}
.clear {
	clear: both;
}

#center {
	background-color: #fff;
	margin: 0px auto;
	width: 990px;
}


/*
	Formularelemente
*/

input, textarea {
	padding: 5px 10px;
	border: 1px solid #d5d5d5;
	width: 218px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 16px;
}
textarea {
	font-size: 13px;
	font-family: inherit;
	height: 6em;
	overflow: auto; /* damit im IE die scrollbar nicht angezeigt wird... */
}
input:hover, textarea:hover {
	border-color: #def;
	outline: 1px solid #def;
}
input:focus, textarea:focus {
	border-color: #cdf;
	outline: 1px solid #cdf;
}
label.no-js {
	font-size: 13px;
	display: block;
	line-height: 16px;
	padding-left:5px;
}

.required {
	background: url("icon_required.png") no-repeat 100% 4px #fff;
}
.required.missing {
	background-color: #fee;
	border-color: #f99;
}


/*
	Slider
*/

#slider {
	height: 395px;
	position: relative;
}
#slider .slider-text {
	padding: 15px 20px 20px 30px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	background-color: #f2f2f2;
	opacity: 0.9;
}
#slider .slider-text strong {
	font-size: 16px;
	color: #333;
}
#slider .bjqs-controls li a{
	top: 180px;
	margin: 10px 10px;
	color: #000;
	background-position: center;
	background-repeat: no-repeat;	
}
#slider .bjqs-controls li.bjqs-prev a{
	background-image: url("../lib/bjqs/prev.png");
}
#slider .bjqs-controls li.bjqs-next a{
	background-image: url("../lib/bjqs/next.png");
}

/*
	Kopf und Navi
*/

#head {
	font-size: 17px;
	padding: 40px;
	float: left;
	width: 160px;
	margin-right: -200px;
}
#head ul {
	list-style: none inside;
	margin: 0;
	padding: 0;
}
#logo {

}
#head #nav {
	padding: 30px 0;
}
#nav li {
	margin-bottom: 10px;
}
#nav li a {
	color: #666;
	text-decoration: none;
	padding: 2px 10px;
	display: block;
	padding: 3px 10px;
	border-left: 3px solid #40659b;
}

#nav li a:active,
#nav li a.active,
#nav li a:focus,
#nav li a:hover {
	color: #000000;
}
#nav ul {
	padding-left: 20px;
	font-size: 0.8em;
}
#nav ul a {
	
}


/*
	Inhaltsbereich
*/

#content {
	margin: 35px 45px 0 225px;
}
#content:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* Breadcrumb */
#breadcrumb {
	color: #777;
	font-size: 11px;
}
#breadcrumb ul {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#breadcrumb ul li {
	display: inline;
}
#breadcrumb a {
	text-decoration: none;
	color: #777;
	margin-left: 5px;
}
#breadcrumb a:before {
	content: '> ';
}

.content-main {
	min-height: 200px;
}
.content-main {
	min-height: 200px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.content-main .textblock .imgs {

}
.content-main .textblock .text {
	text-align: justify;
}
.content-main .textblock .imgs img {
    margin-top: 1em;
}
#footer {
	margin-top: 30px;
	background-color: #e0e0e0;
	padding: 10px 45px;
	border-top: 5px solid #40659b;
}
#footer, #footer * {
	color: #706f6f;
}
#footer a {
	text-decoration: none;
}
#footer .social {
	float: left;
}
#footer .social img {
	margin-right: 15px;
}
#footer .nav {
	float: right;
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
#footer .nav li {
	display: inline;
	line-height: 1;
	border-left: 1px solid #999;
}
#footer .nav li:first-child {
	border: 0;
}
#footer .nav a {
	padding: 0 5px;
}
#footer .center {
	text-align: center;
}
#footer .nav,
#footer .center {
	padding: 5px 0;
}


/*
	Kontaktformular
*/

.kontakt .left,
.kontakt .right { width: 310px; float: left; margin-bottom: 1em; }
.kontakt input { width: 270px; }
.kontakt #plz { width: 45px; }
.kontakt #ort { width: 199px; }
.kontakt textarea { width: 580px; height: 160px; }

/*
	News
*/
.news_wrap .text{
	float: right !important;
	width: 515px !important;
}
.news_wrap .imgs{
	float: left;
	width: 165px;
}
.news_wrap .n_datum{
	font-size: 10px;
}
.news_wrap .n_titel{
	font-size: 14px;
	font-weight: bold;
}
.news_wrap .imgs img{
	margin-top: 0px !important;
}

/*
	Impressum
*/

.impressum .os {
	margin-top: 2em;
}
.impressum .os a {
	color: #5F5667;
	text-decoration: none;
}
.impressum .left {
	float: left;
}
.impressum .right {
	float: left;
	margin-left: 150px;
	margin-top: 60px;
}
#map-canvas{
	height: 400px;	
}