/* wohnTraum-immo.de 

Version: 1.0
(2007-11)			*/

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
}

#wrap {
	background: #ffffff;
	color: #333333; /* Standard Textfarbe */
	margin: 0 auto;
	width: 1024px;
/* 	border: 1px solid #cc0077; DEBUG - rot */
}

#header {
	clear: both;
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 150px;
	background-image: url(http://wohntraum-immo.de/files/css/headbanner.gif);
}

/* Durchsichtiges Bild als Homelink */
#header_link {
	width: 535px;
	height: 111px;
}

/* Navi */
#navi {
	clear: left;
	float: left;
	margin: 0;
	background-image: url(http://wohntraum-immo.de/files/css/navi_bg.gif);
	width: 150px;
	height: 618px;
}

#avmenu {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	list-style-position: inside;
	list-style-image:url(http://wohntraum-immo.de/files/css/bullet_nonactive.gif);
}

#avmenu ul {
	margin-left: 0px;
	padding-left: 0px;
}

#avmenu li {
	height: 20px;
	margin-bottom: 4px;
	padding-left: 10px;
}

#avmenu a {
	color: #333333;
	text-decoration: none;
}

#avmenu .nav2nd {
	margin-left: 20px;
}

#avmenu li:hover {
	text-decoration: none;
	list-style-image:url(http://wohntraum-immo.de/files/css/bullet_active.gif);
}

.active {
	list-style-image:url(http://wohntraum-immo.de/files/css/bullet_active.gif);
}

/* Bereich unter der Navi */
.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	line-height: 1.3em;
}

/* Spalte rechts neben Content */
#extras {
	float: right;
	width: 100px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}

#extras p {
	margin: 0 0 1.5em 0;
}

/* Content */
#content {
	margin: 10px 10px 20px 160px;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
	font-size: 0.9em;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 1em 0;
}

#content img {
	padding: 1px;
	display:inline;
}

.section 
{
	padding-bottom: 10px;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #EE8800; /* alt: Blau #286ea0; */
}

a:hover {
	text-decoration: underline;
	color: #EE8800;
}

a img {
	border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	width: 1024px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

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

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

/* Kontaktforumlar */
#form-module .element {
	margin-top: 5px;
}

#form-module label {
	font-size: 1em;
	width: 100px;
	clear: left;
	float: left;
	height: 20px;
	padding: 0px;
}

#form-module form {
	font-size: 1em;
}

#form-module fieldset {
	border: none;
}

#form-module label,
#form-module select,
#form-module input[type=checkbox],
#form-module input[type=radio],
#form-module input[type=button],
#form-module input[type=submit] 
{
	cursor: pointer;
}

/******************************************

		ImmoVerwaltung CSS Classes 

******************************************/

#immo_objects {
	height: auto !important;
	margin: 0px;
	padding: 0px;
	font-size: 1em; /* Auf Standard zurück stellen, damit es das Design nicht killt */
}

#immo_objects .exp_uebersicht_outer {
	margin: 10px 0 10px 0;
	width: 98%;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	overflow: hidden;
	padding: 5px;
}

#immo_objects .exp_headline {
	background-color: #FFAB30;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;

	font-size: 1em;
	font-weight: bold;
	height: 20px;
	line-height: 1.7em;
	padding-left: 2px;
}

#immo_objects .exp_headline_name {
	float: left;
	margin: 0px;
	padding-left: 5px;
	font-size: 1em;
	font-weight: bold;
	width: 680px;
}

#immo_objects .exp_headline_objnr {
	float: right;
	padding-right: 5px;
}

#immo_objects .exp_teaserimg {
	float: left;
	margin: 10px 10px 0 5px;
	text-align: center;
	width: 120px;
}

#immo_objects .exp_uebersicht_content {
	float: left;
	width: 680px;
	height: 120px;
}

#immo_objects .exp_text {
	color: #000000;
	float: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 10px;
}

#immo_objects .tdlabel {
	width: 150px;
	vertical-align: top;
	font-weight: bold;
}

#immo_objects .tdvalue {
	text-align: left;
}

#immo_objects .exp_button_details_div {
	float: right;
	text-align: right;
	margin-right: 10px;
}

#immo_objects .exp_button_details_span {
	vertical-align: bottom;
}


/*****************************
		Expose Details
*****************************/

#expd {
	float: none;
	height: auto !important
	margin: 0px;
	padding: 0px;
}

#expd .backbutton {
	text-align: right;
	margin-right: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#expd .objekte {
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#expd .headline {
	background-color: #FFAB30;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	height: 20px;
	line-height: 1.7em;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
}

#expd .name {
	float: left;
	margin: 0px;
	padding-left: 5px;
	font-size: 1em;
	font-weight: bold;

	position: absolute;
	width: 700px;
}

#expd .objnr {
	float: right;
	padding-right: 5px;
}

#expd .pics {
	margin-top: 10px 0 10px 0;
}

#expd .teaserbild {
	width: 370px;
	padding: 5px;
	text-align: center;
}

#expd .bilder_small {
	width: 120px;
	padding: 5px;
	text-align: center;
}

#expd .standort {
	margin: 5px 0 20px 5px;
	padding-left: 2px;
}

#expd .objektinfos {
	margin: 5px 0 20px 5px;
	padding-left: 2px;
	line-height: 1.7em;
}

#expd .beschreibung {
	margin: 5px 5px 20px 5px;
	padding-left: 2px;
	line-height: 1.7em;
}

#expd .tdlabel {
	width: 250px;
	vertical-align: top;
}

#expd .tdvalue {
	text-align: left;
}

#expd .trennlinie {
	padding: 10px 0 0 0;
}

#expd .trennlinie hr {
	border: dashed 1px #808080;
}
