@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
body {
	line-height: 1;
	background: #f2f2f2;
	background-image: url(../graphics/sitebg.png);
}
b, strong {
	font-weight: 700;
}
a {
	color: inherit;
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* STYLE */

#cwrapper {
	width: 100%;
	max-width: 984px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
/* max- XXX  */


.linkaktiv{
	background:rgba(59,111,184,1.00);
	color:#fff !important;	
}
#header {
	width: 100%;
	height: 135px;
	text-align: center;
	margin: 0 auto;
	background-image:url(../graphics/layout/images/telefonnummer.jpg); background-position:bottom right;
	background-repeat:no-repeat;
}
#navi {
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#navi ul {
	width: 80%;
	margin: 0 auto;
	background: rgba(222,222,222,1.00);
}
#navi li {
	float: left;
	margin: 1px 0px 1px 0px;
	background: rgba(255,255,255,1.00);
	border-right: 1px solid #ccc;
}
#navi li:last-child {
}
#navi li:first-child {
	border-left: 1px solid #ccc;
}
#maklerlink {
	width: 200px;
	float: right;
	background: rgba(59,111,184,1.00);
	color: #fff;
	padding: 4px;
	margin: 0 0 0 0;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
#maklerlink a {
	text-decoration: none;
	color: inherit;
}
#header img {
	margin-right: -200px;
}
#navi li a {
	padding: 5px 20px;
	text-decoration: none;
	display: block;
}
#navi li a:hover {
	background: rgba(53,112,188,1.00);
	color: #fff;
}
#headerimg {
	width: 100%;
	height: auto;
	min-height: 305px;
	background: url(../graphics/layout/images/headerimg.jpg);
	background-repeat: no-repeat;
}
#headerimg h1 {
	height: 55px;
	display: block;
	position: relative;
	color: rgba(0,0,0,0.5);
	font-size: 220%;
	padding: 20px 0 60px 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.0);
	line-height: 110%;
}
#headerimg h1 i {
	padding: 5px 0 5px 100px;
	background: rgba(255,255,255,0.95);
	background: rgba(229,107,0,1.00);
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-style: normal;
	display: block;
}
#subnavi {
	height: auto;
	margin: 0 55px 0 55px;
	clear: both;
}
#subnavi li {
	font-size: 80%;
	color: #474747;
	float: left;
	width: 218px;
	height: 300px;
	text-align: center;
	
}
#subnavi h3 {
	font-weight: 100;
	font-size: 140%;
	margin: 5px 0 5px 0;
	color: rgba(53,112,188,1.00);
}
#subnavi li a.nlink {
	display: inline-block;
	padding: 6px;
	border-radius: 3px;
	webkit-border-radius: 3px;
	margin: 10px 0 10px 0;
	text-align: center;
	background: rgba(170,170,170,1.00);
	color: #fff;
	text-decoration: none;
}
#subnavi li a:hover {
	background: rgba(56,112,186,1.00);
}
#content {
	width: 90%;
	height: auto;
	margin: 0 auto;
	float: none;
}
.spalte {
	text-align: justify;
	width: 400px;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	line-height: 170%;
}
.spaltefull {
	text-align: justify;
	width: 100%;
	float: none;

	font-size: 90%;
	line-height: 170%;
}
.spaltefull h3 {
	font-weight: 100;
	font-size: 120%;
	margin: 10px 0 5px 0;
	color: rgba(53,112,188,1.00);
}
.spalte h2 {
	font-size: 150%;
	color: rgba(53,112,188,1.00);
	margin-bottom: 20px;
}
.spaltefull a {
	text-decoration: underline;
}
.spaltefull p {
	padding:10px 0;
}
.spalte h3 {
	font-weight: 100;
	font-size: 120%;
	margin: 10px 0 5px 0;
	color: rgba(53,112,188,1.00);
}
.spalte h2 {
	font-size: 150%;
	color: rgba(53,112,188,1.00);
	margin: 20px 0 10px 0;
}
.spalte ul {
	list-style: outside;
	margin-left: -10px;
	text-align: left;
}
.spalte li {
	margin: 10px 0 0 30px;
}
#footer {
	width: 100%;
	height: 3, 600px;
	text-align: center;
	padding: 15px 0 15px 0;
	margin: 0px auto 0 auto;
	font-size: 80%;
	line-height: 150%;
}

@media (max-width:991px) {
#headerimg {
	min-height: 100px;
	width: 100%;
	height: auto;
	padding-top: 0;
	background: url(../graphics/layout/images/headerimg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
#maklerlink {
	width: 100%;
	float: none;
	background: rgba(59,111,184,1.00);
	color: #fff;
	padding: 4px;
	margin: 0 0 0 0;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
#maklerlink a {
	text-decoration: none;
	color: inherit;
}
#header img {
	margin-right: 0;
}
#header {
	height: auto;
}
#headerimg h1 {
	height: auto;
	display: block;
	position: relative;
	color: #fff;
	font-size: 200%;
	padding: 15px 0 10px 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,1);
	text-align: center;
}
#headerimg h1 i {
	padding: 0 15px;
	margin: 0;
}
#subnavi {
	display: none;
}
.spalte {
	text-align: center;
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	float: none;
	margin-bottom: 30px;
}
#navi li {
	display: block;
	float: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#navi ul {
	width: 100%;
	border: none;
}
}

.trenner {
	clear: both;
	width: 96%;
	height: 10px;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #ccc;
}
#kmailer {
	line-height: 280%;
	background: rgba(247,247,247,1.00);
	padding: 10px;
	border-radius: 10px;
}
#kmailer label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}
#kmailer input[type="text"]{
	height: 25px;
	width: 220px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
#kmailer input[type=sumbit] {
	cursor: pointer;
}
#kmailer textarea {
	height: 225px;
	width: 220px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
#kmailermsg {
	display: none;
	width: 300px;
	height: auto;
	left: 50%;
	padding: 20px;
	position: absolute;
	background-color: #900;
	color: #fff;
	border: 1px dotted #fff;
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	border-radius: 15px;
	webkit-border-radius: 15px;
}
#clsbtn {
	width: 90px;
	margin-left: 200px;
	float: right;
	clear: both;
	padding: 0 3px;
	background-color: #4A0000;
	cursor: pointer;
	text-align: center;
}
