@charset "utf-8";
/* Karen Pastofski, Berlin ganz nach: Layout CSS */

/* Layout-Divs */
#container {
	position: relative;
	width: 1024px;
	height: 645px;
	text-align: left;
	margin: 0 auto;
	margin-top: 50px;
}
#header {
	background: url(../img/header3.jpg) no-repeat center;
	width: 100%;
	height: 82px;
}
#lupe {
	background: url(../img/lupe.png) no-repeat left;
	width: 218px;
	height: 187px;
	position: absolute;
	top: -50px;
	left: 350px;
	z-index: 50;
}
/* Hacks für IE */
* html #lupe {
	background: url(../img/lupe.gif) no-repeat left;
}
/* Hack Ende */
#inhalt {
	width: 100%;
}
#spalte_links {
	background: url(../img/hintergrund_home_links.jpg) repeat-y left;
	width: 824px;
	min-height: 563px;
	float: left;
}
#spalte_rechts {
	background: url(../img/hintergrund_home_rechts2.jpg) no-repeat left;
	width: 200px;
	height: 563px;
	float: left;
}
/*Hacks für IE 6 */
* html #spalte_links {
	height: 563px;
}
* html #spalte_rechts {
	overflow: auto;
}
/* Hacks Ende */
#textbox {
	background-color: #f7f5ed;
	filter: alpha(opacity=90);
	opacity: 0.90;
	width: 700px;
	margin: 60px auto;
	padding: 30px;
}

/* Layout Startseite */
#textbox_home {
	background-color: #f7f5ed;
	filter: alpha(opacity=75);
	opacity: 0.75;
	width: 450px;
	margin: 100px auto;
	padding: 30px;
	font-size: 1.5em;
	line-height: 120%;
}
#textbox_home li {
	list-style: none;
}
li#li1 {
	margin-left: 0;
}
li#li2 {
	margin-left: 95px;
}
li#li3 {
	margin-left: 190px;
}
li#li4 {
	margin-left: 285px;
}
/* Ende Layout Startseite */

#adresse {
	margin-top: 65px;
	padding: 30px;
}
#logos {
	padding: 0 30px;
}
#logos img {
	float: left;
	padding-right: 5px;
}
#infos {
	margin-top: 30px;
}
#infos_2 {
	margin-top: 30px;
	padding: 30px;
}
#navigation {
	position: absolute;
	top: 100px;
	z-index: 10;
	background-color: #f7f5ed;
	filter: alpha(opacity=90);
	opacity: 0.90;
	width: 1024px;
	height: 2em;
}
/* Umschließen der gefloateten Elemente */
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Holly-Hack Anfang */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Holly-Hack Ende */
