/**********************************************************************************
* phpComasy Web Content Management System                                         *
* http://www.phpcomasy.com                                                        *
*                                                                                 *
* Copyright (c) 2005 - 2009 indual GmbH (http://www.indual.ch)                    *
*                                                                                 *
* phpComasy is released under his own licence (http://www.phpcomasy.com/licence)  *
**********************************************************************************/

/* Basics ------------------------------------------------------------------- */
body{
	padding: 0;
	margin: 0;	
}
a {
	outline: none;
	color: #000;
}
body, p, b {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	line-height: 18px;
}
img {
	border: 0;
}
div{
	overflow: hidden;	
}

/* Content ------------------------------------------------------------------- */
div#container {
	width: 1005px;
	height: 495px;
	margin: 80px auto 0 auto;
}
img.title {
	margin: 0 0 10px 13px;
}
div.start_div {
	height: 200px;
	padding-top: 30px;
	float: left;
}
div#start_bau {
	width: 501px;
	background: url(../img/start_teil1.jpg) top right;
}
div#start_immo {
	width: 500px;
	background: url(../img/start_teil2.jpg);
}
div.random_image {
	 height: 230px;
	 float: left;
	 display: inline;
	 overflow: hidden;
	width: 272px;
}
div#bau_image {
	 margin: -14px 20px 0 15px;
}
div#immo_image {
	margin: -14px 20px 0 5px;	
}
div.random_content {
	width: 180px;
	height: 200px;
	float: left;
	overflow: hidden;	
}

/* Buttons ------------------------------------------------------------------- */
a.button {
	width: 501px;
	height: 103px;
	float: left;	
}
a#bau_button {
	background: url(../img/buttonbau_both.jpg) left center !important;
}
a#immo_button {
	background: url(../img/buttonimmo_both.jpg) left center !important;
}
a#bau_button:hover {
	background: url(../img/buttonbau_both.jpg) right center !important;
}
a#immo_button:hover {
	background: url(../img/buttonimmo_both.jpg) right center !important;
}
p#bau_address {
	width: 254px;
	float: left;
	display: inline;
	margin: 0 0 0 40px;	
}
p#immo_address {
	width: 475px;
	float: right;
	margin-top: 0;
}
