/**************************************************'*/
/* Bill Immoconsult styles.css			      		*/
/* copyright 2008 tp-werbeagentur, freiburg		    */
/*											 	    */
/****************************************************/

@import "navi.css";
@import "forms.css";
@import "content.css";

body {
	background: #eceae1 url("../images/body_bg.gif") 0px 0px repeat-x;
	margin: 0px;
  	padding: 0px;
	leftmargin: 0px; 
	topmargin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #022444;
	text-align: center;	
}
#containerMain {
	width: 960px;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/***********************************************/
/*********** Header  ***************************/
/***********************************************/
#topNav{
	width: 900px;
	padding: 0 30px 0 30px;
	overflow: hidden;
	text-align: right;
}
#topNav a{
	color: #333;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 30px;
}
#topNav a:hover{
	text-decoration: underline;
}
#gal {
  	width: 960px;
	height: 290px;
	text-align: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/***********************************************************************************/
/******** MainContent **************************************************************/
/***********************************************************************************/
#containerContent{
	width: 900px;
	padding: 30px;
	overflow: hidden;
	background: #FFFFFF;
}
#contentLeft{
	float: left;
	width: 255px;
	padding: 0 30px 0 0;
	font-size: 12px;
	color: #666666;
}
#contentRight{
	float: left;
	width: 615px;
	padding: 0;
	line-height: 16px;
	font-size: 12px;
	color: #666666;
}
#contentRight h1{
	color: #022444;
	font-size:23px;
	font-family: georgia, Times, serif;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
	line-height: 25px;
}
#contentRight h2{
	color: #022444;
	font-size:17px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 24px;
	height: 24px;
	font-family: georgia, Times, serif;
}
#contentRight h3{
	color: #022444;
	font-size:12px;
	font-weight: bold;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 0;
	background: #eceae1;
	line-height: 24px;
	height: 24px;
}
/*** Footer ***************************/
#footer{
	width: 900px;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	padding: 0px 30px 0px 30px;
	margin: 2px 0 0 0;
	text-align: right;
	text-transform: uppercase;
	font-size:10px;
}

/*************************************************************/
/*-- Links ----------------*/
/*************************************************************/
a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	color: #cd9301;
}
a:hover {
	font-weight: bold;
	color: #022444;
	text-decoration: underline;
}
/*************************************************************/
/*---------------Sonder-Links-----------------------*/
/*************************************************************/
a.footer{
	color: #666;
	font-weight:normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;
}
a.footer:hover {
	color: #42423c;
	font-weight:normal;
	text-decoration: underline;
	text-transform: uppercase;
	font-size:10px;
}
/*************************************************************/
.floatKiller{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}


