/* ---------------------------------- Allgemeine Elemente -------------------------------------- */
html, body {
	height: 100%;
	width:100%;
	margin:0px; 
	padding:0px;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; 
	font-size: 13px; 
	font-weight: normal;
	background-color:#FFF;
	color:#4f4f4f;
	background-image:url(../images/body_bg.jpg); 
	background-position:top center; 
	background-repeat:repeat-y;
	line-height:20px;
}

a, a:active, a:visited, a:link {
        text-decoration: none;
        color:#468698;
        background: none;
}

a:hover {
        text-decoration: underline;
        color:#A20101;
        background: none
}

p {
margin:13px 0px;
padding:0px;
}

img.left {
float:left;
padding:5px 10px 5px 0px;
}

img.right {
float:right;
padding:5px 0px 5px 10px;
}

/* ---------------------------------- eof: Allgemeine Elemente -------------------------------------- */


/* ---------------------------------- H1 - H6 -------------------------------------- */

h1, h2, h3, h4, h5, h6, h7, h8 {
font-family: Times New Roman, Lucida Grande, Lucida Sans, Arial, sans-serif;
}


h1, h2 {
color:#172154;
margin:0px 0px 15px 0px;
padding:0px;
font-size:22px;
font-weight:normal;
display:inline;
display:block;
}

h2.zusatz { font-size:18px; }

h3 {
color:#B0986E;
margin:0px 0px 10px 0px;
padding:0px;
font-size:16px;
font-weight:bold;
display:inline;
padding:10px 0px 5px 0px;
display:block;
border-width: 0px 0px 1px 0px;
border-style: dotted;
border-color: #B0986E;
}

#container-sidebar h4 {
height:30px;
line-height:30px;
margin:0px 0px 6px 0px;
padding:0px 2px 0px 10px;
font-size:16px;
background-color:#FFF;
font-weight:bold;
color:#FFF;
background-image:url(../images/header_sidebar.gif); 
background-position:0px 0px; 
background-repeat:no-repeat;
}

#container-sidebar h4.blue {
margin:0px 0px 0px 0px;
background-image:url(../images/header_sidebar_blue.gif);
color:#FFF;;
}

.teaser h3 {
height:25px;
line-height:25px;
margin:0px 0px 0px 0px;
padding:0px 2px 0px 4px;
font-size:14px;
background-color:#962727;
font-weight:bold;
color:#000;
border-width:0px 0px 1px 0px;
border-style:solid;
border-color:#FFEFD5;
background-image:url(../images/teaser_head.jpg); 
background-position:0px 0px; 
background-repeat:no-repeat;
}

/* ---------------------------------- eof: H1 - H6 -------------------------------------- */


/* ---------------------------------- Listen -------------------------------------- */
ul.normal {
margin:5px 0px 15px 25px;
padding:0px;
}

ul.normal li {
list-style-type:square;
}

ul.links {
margin:5px 0px 15px 30px;
padding:0px;
}

ul.links li {
list-style-type:square;
}

ol.normal {
margin:5px 0px 15px 25px;
padding:0px;
}

ol.normal li {
margin-bottom:10px;
}
/* ---------------------------------- eof: Listen -------------------------------------- */


/* ---------------------------------- Tabellen -------------------------------------- */

.tabelle1 {

    border-collapse: collapse;
    border-spacing: 0px;
    border:1px solid #172154;
    width: 100%;

}

.tabelle1 td {

    vertical-align: top;
    text-align: left;
    padding: 4px 5px;
    background: #F1F1F1;

}

.tabelle1 td.label {

    font-weight: bold;
    text-align: right;

}


.tabelle2 {

    border-collapse: collapse;
    border-spacing: 0px;
    border:0px solid #172154;
    width: 100%;
    margin: 20px 0px;

}

.tabelle2 td {

    vertical-align: top;
    text-align: left;
    padding: 4px 5px;
    background: #FFF;
    border-width:1px 0px;
    border-style: solid;
    border-color: #DFDFDF;

}

.tabelle2 th {

    vertical-align: top;
    text-align: left;
    padding: 4px 5px;
    background: #172154;
    color: #FFF;
    border-width:1px 1px;
    border-style: solid;
    border-color: #DFDFDF;

}

.tabelle2 td.label {

    width: 200px;
    font-weight: bold;
    text-align: left;

}

/* ---------------------------------- eof: Tabellen -------------------------------------- */


/* ---------------------------------- DIVs Positionieren -------------------------------------- */

#banner {
	position:absolute;
	top:75px;
	left:0px;
	z-index:2;
	width:960px;
	height:265px;
	background-color:#FFF;
	color:inherit;
	margin:0px;
	padding:0px;
	text-align:center;
}

#header {
	position:absolute;
	top:75px;
	left:0px;
	z-index:2;
	width:960px;
	height:265px;
	background-color:#FFF;
	color:inherit;
	margin:0px;
	padding:0px;
	text-align:center;
}

#navi_main {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	width:960px;
	text-align:center;
	background:#FFF;
	padding:20px 0px 20px 0px;
}

#navi_meta {
	width:950px;
	height:25px;
	line-height:25px;
	text-align:right;
	background-image:url(../images/metanavi_bg.gif); 
	background-position:0px 0px; 
	background-repeat:repeat-y;
	color:#94785B;
	padding:0px 10px 0px 0px;
}



#container-mitte1 {
position:absolute;
top:0px;
right:0px;
width:50%;
height:100%;
z-index:2;
}

#container-mitte2 {
position:absolute;
top:0px;
left:-480px;
height:100%;
z-index:3;
}


#container {
	width: 960px;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:inherit;
	background-image:url(../images/content_bg.gif); 
	background-position:0px 0px; 
	background-repeat:repeat-y;
}

#container-content {
	width:960px;
	padding: 340px 0px 100px 0px;
	margin: 0px 0px 0px 0px;
}

#container-footer {
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	left:0px;
	background-color:#FFF;
	color:#000;
	width: 960px;
	height: 70px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	text-align:left;
	border-width:0px 0px 0px 0px;
	border-style:dotted;
	border-color:#cfcfcf;
}

#container-footer p {
	margin:0px;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#container-sidebar {
	float:right;
	width:265px;
	background-image:url(../images/sidebar_bg.gif); 
	background-position:0px 0px; 
	background-repeat:repeat-y;
	margin:0px 0px 0px 0px;
}

#teaser_container, .teaser_container {
border-width:1px 0px 0px 0px;
border-style:dotted;
border-color:#000;
padding:20px 0px 0px 0px;
margin:20px 0px 0px 0px;
}


/* ---------------------------------- eof: DIVs Positionieren -------------------------------------- */


/* ---------------------------------- Metanavi -------------------------------------- */

#navi_meta  a {
		text-decoration: none;
		color:#94785B;
		background-color:#D8C29A;
}
#navi_meta  a:active {
		text-decoration: none;
		color:#94785B;
		background-color:#D8C29A;
}
#navi_meta  a:visited {
		text-decoration: none;
		color:#94785B;
		background-color:#D8C29A;
}
#navi_meta  a:link {
		text-decoration: none;
		color:#94785B;
		background-color:#D8C29A;
}
#navi_meta  a:hover {
		text-decoration: underline;
		color:#67533F;
		background-color:#D8C29A;
}

/* ---------------------------------- Metanavi -------------------------------------- */



/* ---------------------------------- Hauptmenü -------------------------------------- */

/* ================================================================ 

This copyright notice must be untouched at all times.



The original version of this stylesheet and the associated (x)html

is available at http://www.cssplay.co.uk/menus/dd_valid.html

Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.

This stylesheet and the assocaited (x)html may be modified in any 

way to fit your requirements.

=================================================================== */

/* common styling */

.menu {font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;  width:960px; height:35px; position:relative; font-size:11px; z-index:100;}

.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
width:164px; 
height:35px; 
text-align:center; 
color:#fff; 
border-width:0px 0px 1px 0px;
border-style:solid;
border-color: #fff; 
background-color:#172154; 
line-height:37px; 
font-size:12px; 
overflow:hidden; 
background-image:url(../images/bg_navi_main.gif); 
background-repeat:no-repeat;
}

.menu ul {padding:0; margin:0; list-style: none;}

.menu ul li {float:left; position:relative;}

.menu ul li ul {display: none;}



/* specific to non IE browsers */

.menu ul li:hover a {color:#000; background:#B0986E; background-image:url(../images/bg_navi_main_mo.gif); background-repeat:no-repeat;}

.menu ul li:hover ul {display:block; position:absolute; top:36px; left:0; width:200px;}

.menu ul li:hover ul li a.hide {background:#999EA8; color:#fff;}

.menu ul li:hover ul li:hover a.hide {background:#999EA8; color:#FFF;}

.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover ul li a {display:block; background:#b0986e; color:#FFF; border-width:0px 1px 1px 1px; border-color:#FFF; border-style: solid;  line-height:30px; height:30px; text-align:left; padding:0px 4px; width:200px;}

.menu ul li:hover ul li a:hover {background:#d2c3aa; color:#000;}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:162px; top:0;}

.menu ul li:hover ul li:hover ul.left {left:-105px;}


li#languageselect {
	width:70px;
	height:35px;
  line-height: 35px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/navi_corner_ri.gif); 
	background-position:0px 0px; 
	background-repeat:no-repeat;
	color:#FFF;
  border: 0px;
}

li#languageselect a,  li#languageselect a:link, li#languageselect a:visited {
	display: inline;
	background:inherit;
	color:#FFF;
  border: 0px;
}

li#languageselect a:hover {
	background:inherit;
	color:#B0986E;
}

/* ---------------------------------- eof: Hauptmenü -------------------------------------- */



/* ---------------------------------- Formulare -------------------------------------- */
#errormsg {
margin:20px 0px;
padding:10px 10px 10px 4px;
background-color:#cc0000;
color:#FFF;
font-weight:bold;
}

#confirmmsg {
margin:20px 0px;
padding:10px 10px 10px 4px;
background-color:#006806;
color:#FFF;
font-weight:bold;
}

.error {
background-color:#FFE3C8;
}

#form {
width:450px;
margin:-12px 0px 0px 90px;
padding:0px;
}

#form fieldset {
border-color:#bbbbbb;
border-width:1px;
border-style:solid;
margin:10px 0px;
}

#form legend {
font-weight:bold;
padding:0px 5px;
font-size:16px;
color:#172154;
background-color:inherit;
}

#form p{
clear:both;
margin:4px 0px;
padding:0px;
}

#form span.label {
display:block;
font-weight:bold;
margin:0px 5px;
float:left;
width:150px;
line-height:22px;
}

#form span.label2 {
font-weight:bold;
margin:0px 5px;
width:200px;
line-height:22px;
}

#form input.radio {
margin:0px 0px 0px 10px;
}

#form select {
border-width:1px;
border-color:#979797;
border-style:solid;
height:24px;
font-size:15px;
}

#form input.formfeld {
width:190px;
border-width:1px;
border-color:#979797;
border-style:solid;
height:22px;
}

#form input.button {
background-color:#172154;
border-width:0px;
border-style:solid;
border-color:#95D114;
margin:0px;
padding:2px 80px;
font-size:12px;
color:#FFF;
font-weight:bold;
font-family:arial;
}

#form textarea {
width:260px;
border:1px solid #979797;
}


#form_sidebar {
margin:10px 0px 0px 5px;
}

#form_sidebar input, #form_sidebar select {
border-width:1px;
border-color:#979797;
border-style:solid;
color:#3a3a3a;
font-size:13px;
padding:2px 2px;
margin:0px 0px 0px 0px;
width:170px;
}

#form_sidebar .button {
margin:5px 0px 0px 50px;
padding:0px;
border:0px;
width:150px;
height:31px;
color:#FFF;
background-image:url(../images/sidebar_button.gif); 
background-position:0px 0px; 
background-repeat:no-repeat;
}

/* ---------------------------------- eof: Formulare -------------------------------------- */



.content_bild {
float:right;
margin:10px 0px 40px 20px;
}

#content_home {
width:640px;
text-align:justify;
float:left;
padding:0px 0px 0px 10px;
}


div.gbook { background-color:#F7F1E6; padding:3px; margin:10px 0px; }
div.gbook p.header { background-color:#B0986E; color:#FFF; padding:0px; margin:0px 0px; }
div.gbook p.header a { color: #FFF; text-decoration: underline }

div.home {
text-align:center;
}

div.hr {
font-size:1px;
height:1px;
border-width: 1px 0px 0px 0px;
border-style:solid;
border-color:#cecece;
}

.sidebar-teaser {
margin:0px 0px 20px 0px;
}

.teaser {
width:150px;
text-align:left;
float:left;
margin:0px 13px 20px 0px;
}

.teaser_end {
margin:0px 0px 0px 0px;
}

.teaser img {
display:block;
margin:0px 0px 6px 0px;
}

.teaser a, .teaser a:link, .teaser a:visited, a.button, a.button:link, a.button:visited {
display:block;
color:#94785B;
font-weight:bold;
background-image:url(../images/arrow1.gif); 
background-position:right center; 
background-repeat:no-repeat;
text-align:right;
padding:0px 18px 0px 0px;
}

.teaser a:hover {

}

.clear {
clear:both;
}


.teaser_img {
	width:120px;
	margin:0px auto;
}

.teaser_img_abstand{
	margin:0px 0px 0px 6px;
}

.teaser_img img {  }

div.angebot { border:1px solid #172154; margin:10px 0px; }
div.angebot h3 { margin:0px; padding:3px 4px; background: #172154; color:#FFF; border:0px; }
div.angebot span { display:block; padding: 5px; font-weight:normal; background: #F1F1F1; }





/* ---------------------------------- ImmoStar Formatierung -------------------------------------- */

table.ListTop { border:0px; border-bottom: 1px solid #A0A0A0; width:650px; margin-bottom:20px; border-collapse: collapse;  border-spacing: 0px; }
table.ListTop td { font-size: 14px; font-weight:bold; } 

table.expose { color:#4f4f4f; font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; border: 1px solid #A0A0A0; width:650px; margin-bottom:30px; border-collapse: collapse;  border-spacing: 0px; }
table.expose th { font-size: 13px; text-align:left; background: #172154; color: #FFF; padding: 4px; margin:0px; }
table.expose td { vertical-align:top; text-align:justify; padding: 20px 4px; border: 0px solid #A0A0A0; }
table.expose td img { border: 1px solid #A0A0A0; }
b.preis { color: #B0986E; font-size: 110%; }

table.expose a, table.expose a:link, table.expose a:visited { padding: 3px 10px; border: 1px solid #7F7057; background:#B0986E; color: #FFF; }
table.expose a:hover { text-decoration: none; background: #BFA983;}
table.expose a.textlink, table.expose a.textlink:link, table.expose a.textlink:visited { display: inline; padding: 0px; border: 0px solid #7F7057; background:none; color: #468698; }
table.expose a.textlink:hover { color: #A20101 }

table.sonstiges {  border: 1px solid #A0A0A0; }
table.sonstiges td { padding: 10px 10px; border: 1px solid #A0A0A0; }

table.expose_details { font-size: 13px; color:#4f4f4f; font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; width:650px; border-spacing:0px; border-collapse: collapse; table-layout:fixed; margin-bottom:20px; }
table.expose_details td {  padding:0px; vertical-align:top; text-align: left; }
table.expose_details td.li { padding-right:5px; }
table.expose_details td.re { padding-left:5px; }
table.expose_details table.expose { width:100%; margin-bottom:10px; }
table.expose td { font-size: 13px; text-align:left; }

table.expose_details table { font-size: 13px; color:#4f4f4f; font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; border: 1px solid #A0A0A0; width:100%; margin-bottom:30px; border-collapse: collapse;  border-spacing: 0px; }
table.expose_details table th { text-align:left; background: #172154; color: #FFF; padding: 4px; margin:0px; }
table.expose_details table td { padding: 2px 5px; }
table.expose_details table td.label { font-weight: bold; width:100px; }

table.bilder { border: 1px solid #A0A0A0; empty-cells: show;}
table.bilder td { color:#4f4f4f; font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; font-size: 13px; vertical-align:top; text-align:center; padding: 10px 4px;  }
table.bilder td img { border: 0px solid #A0A0A0; }

table.ansprechpartner { font-size: 13px; color:#4f4f4f; font-family: Lucida Grande, Lucida Sans, Arial, sans-serif; width: 100%; table-layout: fixed; }
table.ansprechpartner td { vertical-align: top; text-align: left; }

.freiTextTitel { font-weight: bold; }

div.pagenav { width:100%; text-align:center; margin: 5px 0px; }
div.pagenav div.header { border: 1px solid #A0A0A0; display: inline; padding: 1px 5px; }
div.pagenav div.pages { margin: 10px 0px; }
div.pagenav div.pages a { border: 1px solid #A0A0A0; margin: 0px 0px 10px 0px; padding: 3px 8px; line-height: 30px; color:#4f4f4f; font-weight: bold; text-decoration: none; }
div.pagenav div.pages a:hover { background: #172154; color:#FFF; }
div.pagenav div.pages a.active { background: #D8C29A; color:#FFF; }


form.filter { width: 100%; margin: 10px 0px 20px 0px; }
form.filter fieldset { width: 100%; border:1px solid #A0A0A0; background:#F2F2F2; }
form.filter fieldset legend { font-weight: bold; font-size: 14px; } 
form.filter fieldset div { margin: 5px 0px; }
form.filter fieldset b { display: block; float: left; width: 80px; }
form.filter fieldset select { min-width: 250px; }


h2.expotitel { font-size: 20px; color: #B0986E; text-align: center; margin:0px 0px 20px 0px; }

#buttons_bottom { margin:20px 0px; text-align:center; font-size: 13px; }
a.expose_button, a.expose_button:link, a.expose_button:visited { background: #fbfbfb; border:1px solid #c5c5c5; padding: 4px 20px; margin: 5px 10px; color: #7a7a7a; text-decoration:none; }
a.expose_button:hover { background:#f2f2f2; border-color:#a5a5a5; color:#000; }

/* ---------------------------------- eof: ImmoStar Formatierung -------------------------------------- */
