@charset "utf-8";

/* Standart Positionselemente */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #15191c;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-color: #c7bdb3;
	
}

*html body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #15191c;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #c7bdb3;
	
}



#content_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
}

#content_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	background-color: #f4f4f4;
}


/* Navigation Positionselemente */

#navi {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 1200px;
	height: 39px;
	z-index: 10;
}


/* Navigation Design */

.navi_strich {
	position: fixed;
	width: 3px;
	height: 39px;
	background-image: url(../pics/elemente/navi_strich.jpg);
	z-index: 20;
}

*html .navi_strich {
	position: absolute;
	width: 0px;
	height: 0px;
	background-image: none;
	z-index: 20;
}

.menupunkt {
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;


	
}

.link {
	position: relative;
	text-decoration: none;
	float: left;
	color: #aeafaf;
	height: 27px;
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;

}



.link:hover {
	color: #fff;
	background-color: #15191c;
}

.link_aktiv {
	position: relative;
	text-decoration: none;
	float: left;
	color: #fff;
	height: 27px;
	left: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;

	background-color: #15191c;
}



/* Boxen */

select {
	font-family: Verdana, Geneva, sans-serif;
	font-color: #15191c; 
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	border: solid 1px  #15191c;

}

.linkbutton {
	text-decoration: none;
}

/* Farben */

.orange {
	color: #F60;
	font-weight: bold;
}

.mitte_layout {
font-size:1.5em;
color:#e2003c;
padding:0em 0 0.5em 0em;
font-weight: bold;
}

.mitte_headline {
font-size:1.5em;
color:#000;
padding:0em 0 0.5em 0em;
font-weight: bold;
}

#fehler {
	position: relative;
	width: 400px;
	font-size: 12px;
	font-style: italic;
	left: 0px;
	top: 5px;
	padding: 6px 6px 6px 0px;
	color: #fff;
}

.eingabe_felder_login {
	position: relative;
	border: solid 1px #333;
	top: -2px;
	width: 150px;
	padding: 2px;
}

.style_button {
	border: solid 1px #333;
	top: -2px;
	padding: 1px 2px 1px 2px;
	background: #818181;
	color: #fff;
	cursor: pointer;
}

.style_button:hover {
	background: #fff;
	color: #333;
}

/* Standart Definition der Styles */


.red {
	color: #df083c; 
}

.blue {
	color: #003781;
}

.bold {
	font-weight: bold;
}

.blocksatz {
	text-align: justify;
}

 
 h1, h2, h3, h4, h5, h6 {
padding: 0 0 1em 0em;
}

h1 {
font-size:1.5em;
color:#df083c;
padding:0em 0 0.5em 0em;
}

.mitte_headline {
font-size:1.2em;
color:#000;
padding:0em 0 0.5em 0em;
font-weight: bold;
}

h2 {
font-size:1.5em;
padding:0em 0 0.5em 0em;
}

h3 {
font-size:1.2em;
color: #df083c;
padding: 0px 0px 4px 0px;
margin: 0px;
}

h4 {
font-size:1.2em;
padding:0em 0 0.5em 0em;
}
 
h5 {
font-size:0.875em;
padding:0em 0 0.5em 0em;
color: #df083c;
}

h6 {
font-size:0.875em;
padding:0em 0 0.5em 0em;
}
 


/*links */

#main a {
	color: #df083c;
	text-decoration: none;
}


#main a:hover {
	text-decoration: underline;
}



/* Module */

/* News */

.newsblock {
	position: relative;
	margin-bottom: 30px;
}
.newshead {
	font-weight: bold;
	color: #df083c;
	font-size: 14px;
	padding-bottom: 3px;
}
.newstext {
	color: #333;
	font-size: 12px;
}

a img {
	text-decoration: none;
	border: none;
}



/* Suche Infobox Häuser */

.pos_info_suche {
	font-weight: bold;
	}

.text_haussuche{
	font-weight: bold;
}


