/* ------------------------------- :::: revier GmbH & Co. KG 2009 :::: ------------------------------- */
body {
	margin : 0;
	padding : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : #717171;
	background: url(images/bg.gif) repeat-x #E9E9E9;
	text-align: center;
}
/* = = = = = = = = = = ALLGEMEINE DEFINITIONEN S T A R T = = = = = = = = = = */
a:link, a:visited {
	text-decoration : none;
	color : #DB0131;
}
a:hover {
	text-decoration : none;
	color : #717171;
}
a:focus {
  outline: none;
}
ul {
	margin : 0;
	padding : 8px 0 0 16px;
}
li {
	padding : 0 0 4px 0;
}
p {
	margin : 0 0 20px 0;
}
.clear {
	clear : both;
}
h1 {
	margin : 0 0 0 0;
	padding : 0;
	font-size : 13px;
        color: #DB0132;
        font-weight: bold;
}
h2 {
	margin : 0 0 10px 0;
	padding : 0;
	font-size : 18px;
	color : #ccc;
}
hr {
	height : 0;
	border-top : 0;
	border-bottom : 1px dotted #B3B3B3;
}
.valign {
	vertical-align : middle;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.floatleft {
  float: left;
}
.druck {
	display: none;
}
/* = = = = = = = = = = ALLGEMEINE DEFINITIONEN E N D E = = = = = = = = = = */

/* = = = = = = = = = = Main S T A R T = = = = = = = = = = */
.wrapper {
	width: 927px;
	margin: 0 auto;
	padding: 14px 12px 11px 11px;
	text-align: left;
	background: #fff;
}
.header {
	height: 226px;
	position: relative;
}

/* == NAVI == */
.navi {
	height: 46px;
	padding: 40px 0 0 14px;
  background: #DB0133;
}
.navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navi li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.navilink a:link, .navilink a:visited {
	display: block;
	padding: 6px 6px 6px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: url(images/navi.gif) right 8px no-repeat #DA0032;
	border: 1px solid #DA0032;
}
.navilink a:hover {
	color: #DA0032;
	background: #C6B3B7;
	border: 1px solid #fff;
}
.navilinkaktiv a:link, .navilinkaktiv a:visited {
	display: block;
	padding: 6px 6px 6px 6px;
	font-size: 12px;
	font-weight: bold;
	color: #DA0032;
	background: #C6B3B7;
	border: 1px solid #fff;
}
/* == SUBNAVI == */
.nav li ul {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #C6B3B7;
  list-style: none;
  margin: 0;
  position: absolute;
  display: none;
}
.subnavilink a:link, .subnavilink a:visited {
	display: block;
	padding: 6px 8px 6px 2px;
	margin: 0 0 2px 8px;
	font-size: 11px;
	font-weight: normal;
	color: #DA0032;
	/*background: url(images/navi2.gif) 0 bottom no-repeat;*/
	border: none;
}
.subnavilink a:hover {
	color: #717173;
	font-weight: normal;
}
.subnavilinkaktiv a:link, .subnavilinkaktiv a:visited {
	display: block;
	padding: 6px 0 6px 2px;
	margin: 0 0 2px 8px;
	font-size: 11px;
	color: #717173;
	font-weight: normal;
	/*background: url(images/navi2.gif) 0 bottom no-repeat;*/
	border: none;
}
/* = = = = = = = = = = Emo S T A R T = = = = = = = = = = */
.emo {
  width: 927px;
  height: 134px;
  margin: 6px 0 0 0;
}
.immohyp {
  position: absolute;
  top: 46px;
  left: 741px;
}
.immohyp img { border: none; }
/* = = = = = = = = = = Content S T A R T = = = = = = = = = = */
.content {
	margin: 8px 0 0 0;
}
/* = = Boxen S T A R T = = */
.inhaltsbox {
  float: left;
}
.bleft {
  width: 218px;
  margin: 0 5px 0 0;
}
.binhalt {
  width: 666px;
  margin: 0 5px 0 0;
}
.bmiddle {
  width: 443px;
  margin: 0 5px 0 0;
}
.bright {
  width: 256px;
}
.inhaltsbox .head {
  height: 20px;
  padding: 5px 0 0 10px;
  color: #DB0132;
  font-weight: bold;
  background: url(images/inhaltsbox.gif) right 0 no-repeat #C5C7C8;
}
.inhaltsbox .body {
  border: 1px solid #C5C7C8;
  border-top: none;
  padding: 9px 5px 9px 10px;
  margin: 0 0 6px 0;
}
/* = = Inhaltsklassen S T A R T = = */
.inhaltsbox .body img {
  border: none;
  margin: 2px 0 0 0;
}
.inhaltsbox .body .dhtmlgoodies_tabPane img {margin: 0;}
.spalte_links {
  width: 310px;
  margin: 0 18px 15px 0;
  float: left;
}
.spalte_rechts {
  width: 310px;
  margin: 0 0 15px 0;
  float: left;
}

.spalte_3 {
  width: 216px;
  float: left;
}
/* = = Objekt Suche S T A R T = = */
form.objform fieldset {
  margin: 0;
    font-size: 10px;
}
form.objform label {
  display:-moz-inline-box;
  display:inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.objform fieldset ol {
  margin: 0;
  padding: 0;
}
form.objform fieldset li {
  list-style: none;
  padding: 5px 5px 5px 0;
  margin: 0;
}
form.objform fieldset li input {
  height: 16px;
  border: 1px solid #A6A6A6;
}
form.objform fieldset li input.large {
  width: 105px;
}
form.objform fieldset li input.small {
  width: 38px;
}
form.objform label {
  width: 66px; /* Width of labels */
}
/* = = Objekt Listing S T A R T = = */
.objektlisting {
  margin: 0 0 20px 0;
  border-bottom: 1px solid #C5C7C8;
}
.objektlisting img {
  float: left;
}
.objektlisting .details {
  float: left;
  font-size: 10px;
  margin: 0 0 0 12px;
}
.objektlisting .mehr {
  padding: 20px 0 0 12px;
  float: right;
}
/* = = Objekt Detail S T A R T = = */
.objdetailhead {
  background: #F1F1F1;
}
.objdetailhead h1 {
  font-size: 14px;
  color: #DB0132;
  font-weight: bold;
  padding: 18px 3px 7px 0;
  margin: 0 0 0 3px;
  border-bottom: 1px solid #DB0132;
}
.objdetailleft {
  width: 367px;
  padding: 0 0 10px 3px;
  float: left;
}
.objdetailleft table {
  margin: 20px 0 0 0;
}
.objdetailleft table td {
  padding: 0 0 6px 0;
}
.morepicture {
  margin: 0 0 0 2px;
  float: left;
  line-height: 86%;
}
.objdetailinfo {
  padding: 15px 0 12px 15px;
}
.objdetailright {
  width: 279px;
  overflow: hidden;
  float: left;
  background: #F1F1F1;
}
/* = = Objekt Abfrage S T A R T = = */
.objabfrageleft {
  width: 367px;
  padding: 0 0 0 3px;
  float: left;
  background: #F1F1F1;
}
.objabfrageoder {
  width: 23px;
  float: left;
}
.objabfrageright {
  width: 256px;
  overflow: hidden;
  float: left;
  background: #F1F1F1;
}

/* = = = = = = = =  KONTAKT START  = = = = = = = = */
.koadd {
        width: 485px;
        margin: 13px 0 28px 0;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #C2C2CC;
}
.koadd table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #616161;
}
.formularlinks {
    float:left;
    padding: 10px 0 0 0;
    width: 290px;
}
.formularrechts {
    float: left;
    padding: 10px 0 0 15px;
    width: 217px;
}

.bezeichnung {
    width : 96px;
    float : left;
    margin : 4px 0 0 0;
}
.formularfeld {
    float: left;
}
.feld {
    border : 1px solid #EBEBEB;
    width : 178px;
    margin : 0 0 5px 0;
    color : #000000;
    font-size : 11px;
    background: #F6F6F6;
}

.inputselected {
    border : 1px solid #C2C2CC;
    width : 178px;
    margin : 0 0 5px 0;
    background: #fff;
    color : #000000;
    font-size : 11px;
}

.textarea {
    font-family : Arial;
    font-size : 12px;
    border : 1px solid #EBEBEB;
    width : 200px;
    color : #000000;
    margin : 6px 0 0 0;
    background: #F6F6F6;
    height: 148px;
    overflow: auto;
}

.textareaselected {
    font-family : Arial;
    font-size : 12px;
    border : 1px solid #C2C2CC;
    width : 200px;
    color : #000000;
    margin : 6px 0 0 0;
    background-color : #fff;
    height: 148px;
    overflow: auto;
}
*+html .textarea {
  height: 168px;
}
*+html .textareaselected {
  height: 168px;
}
* html .textarea {
  height: 168px;
}
* html .textareaselected {
  height: 168px;
}

.submit {
  margin: 10px 0 0 20px;
}

.captcha {
  width: 400px;
  padding: 0 0 0 96px;
}
.cafeld {
    border : 1px solid #EBEBEB;
    width : 150px;
    top: -4px;
    position: relative;
    color : #000000;
    font-size : 11px;
    background: #F6F6F6;
}


/* = = = = = = = = = = Footer S T A R T = = = = = = = = = = */
.footer {
	width: 927px;
	margin: 0 auto;
	padding: 8px 12px 11px 11px;
	text-align: left;
	font-size: 11px;
}
.footer .copy { float: left; }
.footer .metanavi { float: right; }


/* Tabs */

.inhalt { padding: 20px 0 10px 30px; }
.spalte1 { width: 180px; float: left; }
.spalte2 { width: 250px; padding: 0 0 0 10px; float: left; border-left: 1px solid #000; }

.feldroute {
	float: left;
	width: 170px;
	border: 1px solid #000;
	margin: 0 0 5px 0;
	font-size: 11px;
	padding: 2px 0;
}

	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;	
		height: 318px!important;	
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../system/images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../system/images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../system/images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span { padding-bottom:1px; line-height:20px; }
	.dhtmlgoodies_tabPane img { float:left; }
	#content-3-spalter { margin: 0 0 0 13px; }
	#dhtmlgoodies_tabView1 { height: 318!important; }