@charset "UTF-8";

/* ----------------------------------------------------------------- 
// Normalize elements
-------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
input, p, blockquote, th, td
{
	margin: 0;
	padding: 0;	
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

ol, ul
{
	list-style-type: none;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img
{
	border: 0;
}

caption, th
{
	text-align: left;	
}

q:before, q:after
{
	content: '';
}

/* ----------------------------------------------------------------- 
// Standard elements
-------------------------------------------------------------------- */
html 
{
	overflow-y: scroll;
}

body  {
	background-color: rgb(220,220,220);
	background-image: url(/media/static/images/layout/bg-gradient.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: rgb(40,40,40);
}

a {
	color: rgb(40,40,40);
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    margin: 0;
    padding: 0;
}

h1 
{
	font-size: 17px;
	margin-bottom: .7em;
}

/* ----------------------------------------------------------------- 
// Layout
-------------------------------------------------------------------- */
div#page 
{
	position: relative;
	width: 950px;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	margin: auto;	
}

div#brand
{
	position: relative;
	width: 100%;
	height: 170px;
	overflow: hidden;
}

div#logo
{
	position: absolute;
	left: 5px;
	right: auto;
	top: 45px;
}

div#claim
{
	position: absolute;
	right: 0px;
	left: auto;
}

#mainnav
{
	position: absolute;
	right: 0px;
	left: auto;
	top: 110px;
	width: 645px;
	height: auto;
}

#mainnav #indicator-bar
{
	width: 100%;
	height: 6px;
	overflow: hidden;
	background-image: url(/media/static/images/nav/nav-bg-sprites.png);
	background-position: 0px 0px;
}

#mainnav ul
{
	position: relative;
	left: 7px;
	margin-bottom: 3px;
}

#mainnav ul li
{
	display: inline;
	margin: 0px 0px 0px 0px;
}

#content
{
	position: relative;
	height: 350px;
	overflow: hidden;
}

#content-wrap
{
	margin-top: 25px; 
	margin-left: 10px;	
}

#column-left-home
{
	position: absolute;
	width: 700px;
	height: 340px;
	overflow: hidden;
}

#column-right-home
{
	position: absolute;
	left: 705px;
	width: 245px;
	height:315px;
	overflow: hidden;
}

#column-standard-leftnav
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 315px;
	background-image:url(/media/static/images/layout/bg-subnav.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#column-standard-leftnav li
{
	width: 270px;
	height: 28px;
	background-image:url(/media/static/images/layout/bg-submenu-item.png);
	overflow: hidden;
	margin-bottom: 6px;
}

#column-standard-image
{
	position: absolute;
	top: 0px;
	left: 280px;
	width: 170px;
	height: 315px;
	background-image: url(/media/static/images/layout/bg-standard-image.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#column-standard-content
{
	position: absolute;
	top: 0px;
	left: 460px;
	width: 490px;
	height: 315px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-image: url(/media/static/images/layout/bg-standard-content.png);
	background-repeat: no-repeat;
}

#column-standard-content p
{
	width: 425px;
	height: auto;
	margin-bottom: 10px;
}

#column-immolist
{
	position: absolute;
	width: 670px;
	height: 315px;
	top: 0px;
	left: 280px;
	overflow-y: scroll;
	overflow-x: hidden;
	background-image: url(/media/static/images/layout/bg-immoliste-content.png);
	background-repeat: no-repeat;
	background-color: rgb(235,235,235);
}

#column-immolist h1
{
}

#footer
{
	position: relative;
	width: 100%;
	text-align: center;
	height: 14px;
	background-color: rgb(65,130,200);
	font-size: 10px;
	color: white;
	line-height:12px;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	color: rgb(210,210,210);	
}

.footer-contact
{
	margin-right: 60px;
}

.footer-nav
{
}

.current-page
{	
	padding-left: 50px;
	padding-top: 30px;
}

.submenu-item-icon
{
	margin-left: 15px;
	padding-bottom: 4px;
}

.submenu-item-label
{
	margin-left: 10px;
}

.crevoGrid-head-table
{
	background-color: #b1b3b4;
	color: white;
	margin-bottom: 10px;
	margin-top: 20px;
}

.crevoGrid-head-table td, .crevoGrid-row td
{
	text-align:center;
}

.crevoGrid-row-table
{
	background-color: white;
	width: 640px;
	height: 90px;
	margin-bottom: 10px;
	overflow: hidden;
}

.immolist-title
{
	background-color: rgb(218,218,218);
	font-weight: bold;
	text-align: left;
	color: rgb(70,70,70);
	padding-left: 20px;
	height:25px;
	text-align:left !important;
}

.immolist-image
{
	width: 170px;
	min-width: 170px;
	max-width: 170px;
	background-color: rgb(210,210,210);
}