/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font: 10pt/15pt "Trebuchet MS", Arial, sans-serif;
	color:#333;
	}
	
a {
	font-weight:bold;
	text-decoration:none;
	}

#top {
	position:absolute;
	height:30px;
	width:100%;
	background:url(images/schede-bg-orange.jpg);
	}

#translation	{
	width:80px;
	float:right;
	margin:0 0 0 0;
	padding:0 8px 0 0;
	text-align:right;
	}

#translation a{
	color:#fff;
	}
	
#translation a:hover	{
	color:#333;
	}

#head {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:500px;
	background:url(images/schede-orange.jpg) no-repeat;
	float:left;
	z-index:1;
	}
	
#content {
	z-index:2;
	margin:0px 0 0 22px;
	padding:50px 50px 40px 50px;
	background:#fff;
	}
	
#content a{
	color:#f90;
	}
	
#content a:hover	{
	color:#fc6;
	}
	
#button {
	text-align:center;
	margin:20px 0 0 0;
	}
	
	

	