/* colors 
 * 73880b dark green
 * f4ffd2 light green
 * 69ab2b bright green (links & headers)
 * daf095 med green sidebar backgrounds, header nav
 * 50AAB5 blue for hovers..
*/

/* HTML Tag Redefinition */
html, body {
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	padding: 0px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(http://www.immo.la/themes/immobilien_w/images/papier.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
img {
	border: 0px
}
/* Page Structure / Navigation */
#page {
	width:980px;
	margin: auto;
	height: auto !important;
	height:100%;
	min-height:100%;
	position:relative;
	background-image: url(http://www.immo.la/themes/immobilien_w/images/central_columns_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#page.sidebar-left {
	background:url(http://www.immo.la/themes/immobilien_w/images/central_left_columns_bg.gif) repeat-y top left;
}
#page #header {
	position:relative;
	height:100px;
	padding:15px;
	background-color: #FFF;
	background-image: url(http://www.immo.la/themes/immobilien_w/images/banner_980_130.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#page #header #logo {
	color:#fff;
	font-size:32px;
	line-height: auto;
	padding: 0px;
	margin:0;
	cursor:pointer;
	position:absolute;
	bottom:15px;
	left: 15px;
	width:308px;
	overflow:visible;
}
#page #header #logo a {
	/* customize_header_logo */ color: #ffffff; /* customize_header_logo */
	font: normal bold 32px Arial;
	text-decoration:none;
}

#page #header ul.nav-header {
	list-style:none;
	margin:0px;
	float: right; 
	padding:0px;
	z-index:2;
	overflow:visible;
}
#page #header ul.nav-header li {
	float:left;
	padding:2px 0px;
	margin-left:24px;
	margin-bottom: 0px;
	color:#cc33cc;
	font-size:16px;
	letter-spacing:1.5px;
	margin-top:0px
}
#page #header ul.nav-header li a, #page #header ul.nav-header li a:hover {
	text-decoration:none;
	color:#800e82
}
#page #header ul.nav-header li.nav-selected {
	font-weight:bold;
}
/*
#page #header #header-area {
	position:relative;
	height:75px;
}
*/
#page #header #header-area {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 948px;
}

#page #homeHeader {
	min-height:6px;
	background-image: url(http://www.immo.la/themes/immobilien_w/images/w_home_header.gif);
	background-repeat: repeat;
	background-position: left top;
}

#page #homeHeader, #page #pageHeader {
	margin:0;
	padding:0;
	position:relative;
}

#page #central {
	clear:both;
	padding-bottom:30px;
}
#page.no-sidebar {
	background-image: url(http://www.immo.la/themes/immobilien_w/images/no_columns_bg.gif) !important;
}
/* body & sidebar */
#page #central #body {
	float:left;
	text-align:justify;
	width:622px;
	padding:15px; /* customize_background */
}
#page #central #sidebar {
	float:right;
	width:298px;
	padding:15px 15px 30px 15px;
}
#page.sidebar-left #central #sidebar {
	float:left;
	width: 194px
}
#page.sidebar-left #central #body {
	float:right;
	width: 726px;
	padding: 15px;
}
#page.no-sidebar #body {
	float: none !important;
	width: auto !important
}
#page #central #sidebar p {
	line-height:24px
}
#page #central #sidebar ul.nav {
	list-style:none;
	margin-left:0px;
	padding:0px;
	padding-left:0;
	font-size:11px;
}
#page #central #sidebar ul.nav li {
	margin-bottom:10px;
}
#page #central #sidebar ul.nav a {
	text-decoration:none;
	color:#060;
	font-size: 12px;
}
#page #central #sidebar ul.nav a.nav-selected {
	font-weight: bold
}
#page #central #sidebar ul.nav a:hover {
	text-decoration:underline
}
#page #central #sidebar ul.nav ul {
	list-style:none;
	margin-left:5px;
	padding:0px;
	margin-top:10px;
}
#page #central #sidebar ul.nav ul li {
	padding-left: 5px;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#page #central #sidebar ul.nav ul li ul li {
	list-style:square inside;
	padding-left:0;
}
#page #central #sidebar ul.nav ul li ul li {
	border:none;
}
#page #footer {
	height:10px;
	line-height:10px;
	clear:both;
	color:#666;
	font-size:10px;
	text-align:center;
	padding:10px 0 10px 0;
	position:absolute;
	bottom:0;
	width:100%;
	background-image: url(http://www.immo.la/themes/immobilien_w/images/fooder_980_30.png);
	background-repeat: no-repeat;
}
#page #footer a {
	color:#333;
	text-decoration:none;
}

span.sign-in {margin-left: 20px}
#page #footer span.powered-by { float:right; margin-right:20px;}


/* MISC STYLES & SHORTCUTS */
div.code {
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #ed2ef;
}
div.spacer, div.ccm-spacer {
	clear:both;
	font-size:1px;
	line-height:1px
}
.noTopSpace {
	margin-top:0px;
	padding-top:0px
}

/* customize_miscellaneous */ /* customize_miscellaneous */
