/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Georgia, "Times New Roman", Times, serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	font-size:12px;
	line-height:2em;
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	font-size:12px;
	color:#666966;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-size:25px;
	line-height:32px;
	padding-top:50px;
	text-transform:uppercase;
	letter-spacing:3px;
	margin-bottom:25px;
	font-weight:100;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:18px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#abd650;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}





/*   DIV'S   */


body{
	background-image:url(../img/img_bg_2.png);
	background-repeat:repeat-y;
	background-position:center;
}

#wrapper {
   overflow: hidden;
}

#header{
	background-image:url(../img/img_header_bg.jpg);
	background-repeat:no-repeat;
}

#left { 
	background-image:url(../img/img_spalte_links_bg.jpg);
	background-repeat:repeat-y;
	padding-bottom: 32767px; /* Beschraenkung durch Safari, der keinen groeszeren Wert zulaesst. */
   	margin-bottom: -32767px;
}

#main {  
	background-image:url(../img/img_content_bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	padding-bottom: 32767px; /* Beschraenkung durch Safari, der keinen groeszeren Wert zulaesst. */
   	margin-bottom: -32767px;
}

#main .inside {

	padding-left:25px;
	padding-right:25px;
	background-image:url(../img/img_h1_bg.jpg);
	background-repeat:no-repeat;
}


/*  CONTENT-BOX  */
.mod_contentbox {
	margin-top:300px;
	left:36px;
	position:absolute;
	font-size:11px;
}

.mod_contentbox .ce_text,
.mod_contentbox a{
	font-size:11px;
	line-height:15px;
}

.mod_contentbox .ce_text {
	color:#999999;
}

.mod_contentbox a{
	color:#abd650;
}

/*.immobilien img {
	width:250px;
	height:250px;
	border:#FF0000 25px solid;
	float:left;
	margin-bottom:50px;
}*/

div.immobilien,
adresse {
 border-bottom: 1px solid #EFEFEF;
 margin-bottom:50px;
 }


.psw {
	color:#CCCCCC;
	font-size:9px;
	}
	
a.psw {
	color:#CCCCCC;
	font-size:9px;
	}

a.psw:hover {
	text-decoration:none;
	}











































