
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background-image: url(linien.jpg);
	background-color: #9c9c9c;
	color: #444;
	font: normal 62.5% Arial,sans-serif;
	padding-top: 10px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 20px Arial,sans-serif;}
h2 {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
	}
h3 {font: bold 15px Arial,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}


h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}


.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}


.inner-container {
	border: 1px solid #333;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0px;
	width: 884px;
}

.outer-container {

	padding-bottom: 20px;
}


.header {
	background: #222 url('images/logo_top.jpg') no-repeat;
	height: 94px;
	margin-bottom: 0px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 0px;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}




.main {
	/* background: url(img/main.gif) repeat-y; */
	background-color: #f9f9f9;
	/* border-top: 4px solid #FFF; */
	/* padding: 8px 12px 0 0; */
}


.content {
	float: right;
	width: 715px;
}
.content .h2 {
	color: #664;
	font-size: 1.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.content img {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 2px;
}

.content p {font-family: "Lucida Sans Unicode",sans-serif;}

.innercontent {
padding-left: 20px;
padding-right: 20px;
}

.innercontent p {
	display: inline;
	line-height: 20px;	
	font-size: 13px;
}

.innercontent h1 {
	display: inline;	
	font-size: 13px;
	font-weight: bold;
}

.innercontent h2 {
	font-weight: normal;
	display: inline;
	font-size: 13px;
	font-style: italic;
}

.innercontent h2 {
	line-height: 2px;	
	font-size: 13px;
	
}

.navigation {
	float: left;
	width: 164px;

	background-image: url(images/immobilie_logo.jpg);
	background-repeat: no-repeat;
	padding-top: 170px;
	height: 345px;

}

.navigation li img{
	border: 0;
	margin-left: 10px;
}


.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Arial,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	
}
.navigation li {}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	
}


.footer {
	background-color: #d1d1d1;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 0px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}
.footer p {font-size: 10px; padding-bottom: 0px; color: #333;}


