@charset "utf-8";
#page, #header, #nav, #nav2, #main, #col1, #col2, #col3, #footer {
	display: block;
	float: left;
}
#header, #footer {
	width: 900px;
}
#page {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	background-position: 0px 0px;
}
#main {
	width: 900px;
	background-image: url(../img/background_repeat.gif);
	background-position: 0px 0px;
}
#header {
	height: 60px;
	background-image: url(../img/header.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#nav {
	width: 900px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#nav_content {
	padding-left: 15px;
	height: 18px;
}
#nav2 {
	width: 900px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	background-position: 0px -78px;
}
#nav2_content {
	padding-left: 123px;
	background-image: url(../img/navigation2.gif);
	background-repeat: no-repeat;
	background-position: 118px -22px;
	padding-top: 8px;
	height: 24px;
}
#col1 {
	width: 600px;
	background-image: url(../img/background_repeat.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-top: 20px;
}
#col1 p,  #col1 .linkespalte{
	width: 330px;
	display: block;
	float: left;
}

#col1 .textblock, #col1 .content {
	width: 545px;
	display: block;
	float: left;
	margin-bottom: 20px;
}
#col1 .content {
	width: 545px;
}
#col1 .textblock_content, #col1 .content {
	padding-left: 5px;
}
#col1 img {
	float: right;
	display: block;
	padding-right: 15px;
	width: 160px;
}
.galerie {
	float: left;
	display: block;
	margin-left: 5px;
	width: 175px;
}
.galerie img {
	margin-bottom: 20px;
}
#col1 .rechtespalte{
}
#col1 .rechtespalte img{
	margin-bottom: 20px;
	margin-right: 5px;
}
#col2 {
	width: 300px;
	background-image: url(../img/scheininger_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 340px;
}
#col1_content {
	padding-left: 50px;
}
#col2_content {
	color: #7d7d7d;
	padding-left: 20px;
	padding-top: 70px;
}
#footer {
	background-image: url(../img/footer.gif);
	height: 87px;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
select {
	margin-bottom: 16px;
}

