
body {
	margin:20px;
	background-color:#d3d4d6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	behavior:url(/static/common/styles/csshover.htc);
}

h1 {
	color: #2255a4;
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	line-height: 16px;
}

h3 {
	font-size: 1.0em;
	margin-top: 0px;
	line-height: 14px;
}

h6 {
	font-size: 1.0em; 	
}

p {
	margin-top: 0px;
}

p.center {
	text-align: center;
}

p.justify {
	text-align: justify;
}

.intro {
	font-size: 1.2em;
	line-height: 1.4;
	color: #222;
}

img {
	border: 0;
}

li {
	list-style-type: square;
}

small {
	font-size: 0.7em;
}

td {
	font-weight: normal;
}

/* Bereiche */
#container {
	position: relative;
	background-color:#fff;
	background-color:#fffffd;
	width:920px;
	margin: 0px auto;
	background-image:url('../img/bg_schatten_rechts.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#logo {
	position: absolute;
	float:right;
	padding-top:18px;
	padding-right: 38px;
	width: 163px;
	top: 0px;
	right: 0px;
	background-image:url('../img/bg_schatten_oben.gif');
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 11;
}

#logo_mvb {
	margin: 0;
	margin-bottom: -14px;
	padding: 10px 39px 0 0;
	clear: left;
	float: right;
}

#top {
	position: absolute;	
	top: 98px;
	left: 0;
	width: 911px;
	border-top: 1px solid #2255a4;
	border-bottom: 1px solid #2255a4;
	background-color: #E4E4E5;
	height: 100px;
	overflow: hidden;
	z-index: 10;
}

#photo {
	float: left;
	z-index: 1;
	padding: 0 0 0 31px;
}

#photo img {
	margin-right: 1px;
}

#title {
	float: left;
	height: 100px;
	position: relative;
}

#title h1 {    
	position: absolute;
	bottom: 1em;
	left: 22px;
	padding: 0;
	margin: 0;
	width: 640px;
}

#content {
	position: relative;
	padding-top: 228px;
	padding-bottom: 0px;
	margin-left: 30px;
	width:890px;
}

#text {
	width: 480px;
	margin-left:200px;
	padding-right: 10px;
}

#text a {
	color: #8A100F; 
}

#text li {
	margin-bottom: 5px;
}

#text img {
	margin-bottom: 10px;
}

#text th {
	background-color: #D7D7D7;
}

#text td.dark {
	background-color: #D7D7D7; 
}

#text td.bright {
	background-color: #ECECEC; 
}

#text td.ind {
	text-indent: 40px;
}

#leftcol {
	float: left;
	width: 170px;
	height: 182px;
	padding: 0;
	margin: 0 0 50px 0;
}

#leftcol img {
	margin-bottom: 20px;
}

#finanzrechner {
	margin: 0px 0 0px 200px;
	width: 505px;
	position: relative;
	padding-right: 10px;
}

#kontakt {
	margin: 0 0 0 200px; 
	width: 670px;
	padding-right: 10px;
}

#downloads {
	clear:both;
	margin: 30px 0 0 200px;
}

#bottombar {
	float: left;
	clear:both;
	padding: 10px 0 20px 200px;
	width: 400px;
	height: 13px; 
	overflow: hidden; 
}

#bottombar_immo {
	float: left;
	clear:both;
	padding: 10px 0 56px 200px;
	width: 400px; 
}

#haustypen {
	position: relative;
	width: 510px;
	margin: 0 0 20px 0px;
	height: 100px;
	overflow: hidden;
}

#haustyp_bild {
	height: 650px;
}

#pager{
	clear: both;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}



div.onofficeContent, div.TemplateImmobilien24 {
	float: left;
	margin-left: 30px;
	margin-bottom: 100px;
	width: 650px;
}

div#printwrap a.print {
	position: absolute;
	right: 20px;
	margin-top: -25px;
	color: #ff6600;
}

/* Ende Bereiche */

/* Links */
a {
	color: #2255a4;
	font-weight: bold;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #8A100F;
}
/* Ende Links */

/* Navigation */
#nav {
	position: absolute;
	left: 20px;
	width: 700px;
	top: 72px;
	background-color: #FFF;
	z-index: 100;
}

#nav img.navicon {
	border: 0px;
	margin-right: 5px;
	vertical-align: middle;
}

#nav a {
	color: #2255a4;
	display: block;
	margin-bottom: 9px;
	border-left: 1px solid #2255a4;
	padding-left: 10px;
}

#nav a.firstnav {
	border-left-width: 0px;
}

#nav a.activefirstnav{
	border-left: 0px;
	color: #000;
}

#nav ul ul a {
	margin-bottom: 0px;
	margin-top: 0px;
	border-width: 0;
	padding: 1px 0 1px 10px;
}

#nav ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#nav ul li {
	position:relative;
	float:left;
	padding-right: 10px;
	font-size: 13px;
	list-style-type: none;
	margin: 0;
}

#nav a.activedoc {
	color: #8A100F;
}

#nav ul ul li:hover {
	background: #E4E4E5;
	background-image: url('../img/doppelpfeil_rot.gif');
	background-position: 5px 11px;
	background-repeat: no-repeat;
}

#nav ul ul {
	position:absolute;
	display:none;
	left:10px;
	top:25px;
	width: 200px;
	border-top: 1px solid #2255a4;
	background-image: url('../img/bg_schatten_transparent.png');
	background-position: bottom right;
	background-repeat: repeat-y;
	padding-bottom: 2px;
	padding-right: 2px;
}

#nav ul ul li {
	float: none;
	border: 1px solid #2255a4;
	border-top-width: 0;
	padding: 5px;
	font-size: 11px;
	background-color: #fff;
	background-image: url('../img/doppelpfeil_blau.gif');
	background-repeat: no-repeat;
	background-position: 5px 11px;
	line-height:16px;
	margin: 0px;
}

#nav li:hover ul {
	display: block;
}

#nav a:hover {
	color: #8A100F;
}

#nav ul ul li:hover a {
	color: #8A100F; 
} 

#sysnav {
	position: relative;
	bottom: 0px;
	left: 0px;
	padding-bottom: 22px;
	width: 920px;
	background-image: url('../img/bg_schatten_unten.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 0px;
	clear: both; 
}

#sysnav ul {
	padding: 0 4px 0 30px;
	margin:0;
}

#sysnav ul li {
	position: relative;
	list-style-type: none;
	padding: 0 6px;
	display: inline;
	border-left: 1px solid #2255a4;
}

#sysnav ul li.firstnav {
	border:0;
	padding-left:0;
}

#sysnav a:hover {
	color: #8A100F;
}

#sysnav a.activedoc {
	color: #8A100F;
}

#sysnav ul li.firstnav {
	border-left-width: 0px;
}

#subnav {
	padding: 0;
	margin: 0;   
	border: 1px solid #2255a4; 
	border-bottom-width: 0;
	width: 170px;
}

#subnav ul{
	margin: 0;
	padding: 0; 	
}

#subnav li {
	list-style-type: none;
	background-image: url('../img/pfeil_blau.gif');
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 3px 5px 3px 20px;
	border-bottom: 1px solid #2255a4;
}

#subnav li:hover{
	color: #8A100F;
	background-color: #E4E4E5;
	background-image: url('../img/pfeil_rot.gif');
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

#subnav li:hover a {
	color: #8A100F; 
} 

#subnav a.activedoc {
	color: #8A100F;
}

#subnav li.activedoc { 
	background-image: url('../img/pfeil_rot.gif');
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
/* Ende Navigation */

/* Diverse Klassen */
.normal {
	font-weight: normal;
}

.rot {
	color: #8A100F;
	font-weight: bold;
}

.right {
   float: right;
   padding: 5px 0px 5px 10px;
}

.left {
   float: left;
   padding:5px 10px 5px 0;
}
span.offset {
	padding: 0 20px 0 0;
}

div.teaser {
	float: left;
	width: 300px;
	padding-right: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.sitemap {
	list-style-image: url('../img/doppelpfeil_blau.gif');
	line-height:16px;
}

div.haustyp {
	position: relative;
	float: left;
	background-color: #e4e4e5;
	color: #2255a4;
	text-align: center;
	margin-right: 13px;
	margin-bottom: 20px;
	padding-bottom: 5px ;
	width: 111px;
	height: 100px;
	overflow: hidden;
}

div.haustyp img {
	padding-bottom: 5px ;
}

.links {
	float: right;
}

.white {
	background-color:#fff;
}
/* Ende Diverse Klassen */



/* Standortseite */

.standort .adresse {
	position: absolute;
	left: 0;
	width: 170px;
	padding-top: 36px;
}

.standort iframe {
	margin: 0;
	padding: 0;
}

.standort .googlemap {
	border: 1px solid #2454A4;
	width: 100%;
	height: 370px;
	margin-bottom: 1.5em;
}

/* Ende Standortseite */                                                     
   
/* Ende Teamseite */    

.team #text {
	float: left;
	margin-left: 10px;
	width: 515px;
}

.team .mitarbeiter h2 {
	margin-left: 170px;
}

.team .mitarbeiter h2 .beruf {
	font-weight: normal;
}

.team .mitarbeiter p {
	margin-left: 170px;
}

.team .mitarbeiter img {
	float: left;
	clear: left;
	margin-bottom: 0 !important;
}

.team .teamfoto img {
	margin-bottom: 0 !important;
}

.team .mitarbeiter {
	float: left;
	position: relative;
	margin-top: 1.5em;
	padding-top: 1.5em;
	width: 100%;
	border-top: 1px solid #E4E4E4;
}

.team .mitarbeiter.position-1 {
	border-top-width: 0;
}  

/* Ende Teamseite */
   
/* XStandard */
.XStandardImageRight {
	float: right;
	margin-left: 10px;
}

.XStandardImageLeft {
	float: left;
	margin-right: 10px;
}
/* Ende XStandard */ 

 /* QuickForm */
div#immosearch {
	height:auto;
}

form.quickform {
	width: 600px;
	margin-left:0px;    
}

form.quickform div.row, form.quickform div.row_required {
	margin-bottom: 10px;
	clear: both;
}

form.quickform label {
	float:left;
	padding-top:2px;
	width: 150px;
}

form.quickform element {
	width: 400px;
}

form.quickform div.element label, form.quickform div.element_error label {
	width: auto;
	margin: 0 0 15px 0;
}

form.quickform label.error {
	color: #cc0000;
}

div.formErrors {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	color: #cc0000;
	font-weight: bold;
}

form.quickform .stdsizeformelement {
	width: 300px;
}

form.quickform .small {
	width: 40px;
	font-size: 100%; 
}

form.quickform input.labeled {
	float:left;
	width: 20px;
}

form.quickform div.element, form.quickform div.element_error {
	padding: 0;
	margin: 0;
}

form.quickform textarea {
	width: 300px;
}

form.quickform button {
	background-color: #2255A4;
	border: 1px solid #2255A4;
	color: #FFF;
	margin: 10px 0 10px 0px;
	-moz-border-radius:3px;
}

form.quickform div.quickform_requirednote {
	clear:both;
	margin-bottom: 20px;
}

form.quickform fieldset {
	clear:left;
	border-width: 0;
	margin: 0 0 0 153px;
	padding: 0;
}

#FormImmoSearch {
	width: 400px;
}

#FormKontaktKauf, #FormKontaktVerkauf, #FormImmoSearch {
	float:left;
}

#FormImmoSearch input.stdsizeformelement {
	width:104px;
}

#FormImmoSearch select {
	width:160px;
}
 /* Ende QuickForm */ 

/* TELL A FRIEND */
#tellafriend_link {
	padding: 20px 0;
}

body.email {
	background-image: none;
	margin: 20px;
	width: auto;
}

#tellafriend {
	width: 320px;
}

#tellafriend .header {
	font-weight: bold;
	margin-bottom: 20px;
}

#tellafriend .row_required, .row{
	margin-bottom: 10px;
}

#tellafriend .element_error {
	color: red;
}

#tellafriend textarea, .stdsizeformelement {
	font-size: 100%;
}
/* Ende TELL A FRIEND */


/* Footeradresse */

.footer-adresse {
	padding-left: 3px;
	background-color: #D3D4D6;
	font-size: 90%;
	color: #777;
}
