﻿@charset "utf-8";
/* CSS Document */
#main {
	position:absolute;
	width:800px;
	height:auto;
	top:0px;
	left:50%;
	margin-left:-400px;
}
#banner {
	position:absolute;
	width:750px;
	height:210px;
	top:0px;
	left:25px;
}
#nav {
	position:absolute;
	width:750px;
	height:58px;
	top:210px;
	left:25px;
	background-image: url(images/banner_box.jpg);



}

#content {
	position: absolute;
	width: 550px;
	height: 500px;
	top: 268px;
	left: 185px;
	padding: 20px 20px 0px 20px;
}
#link {
	position: absolute;
	width: 160px;
	height:500px;
	left:25px;
	top:268px;
}

body {
	background-image:url(images/schatten_box.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #ffdfb1;
}
#sprache {
	position: absolute;
	height: 18px;
	width: 70px;
	left: 660px;
	top: 185px;
}

