html,body,#dropoff{
	position:absolute;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	overflow: hidden;
}
body,#dropoff{background-position: left top;}
body{
	position:relative;
 	font-family : sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	background-color: #18297A;
	background-image: url(verlauf.gif);
	background-repeat: repeat-x;
	}
#dropoff{
	top:0px;
	width:400px;
	height:768px;
	background-image: url(dropoff.jpg);
	background-repeat: no-repeat;
	z-index:-1;
	}
td{vertical-align:top;}
td.tn{padding:10px;}
html>body{font-size: 16px;}
a:link		{color : #FDE516;}
a:visited	{color : #FfE516;}
a:hover		{color : #FfEe16;}
#header{
	position:absolute;
	left:240px;
	right:0px;
	top: 15px;
	top: expression('30px');
	}
#headline{
	position:relative;
	margin: auto;
	width:75%;
	height:100px;
	background-image: url(headline.png);
	background-image: expression('none');
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='headline.png');
}
#logo{
	position:absolute;
	width:170px;
	height:120px;
	left:20px;
	top: 10px;
	top: expression('25px');
	background-image: url(logo.png);
	background-image: expression('none');
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='logo.png');
	}
h1,h2,h3,h4,a.m-link{
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
h1,h2,h3,h4	{
	margin-top : 0px;
	text-align : left;
	color: #FDE516;
	font-size : 1.7em;
	}
h1	{padding-top: 0px;}
h2	{
	text-align : center;
	font-size : 1.8em;
	font-weight: normal;
	}
h3	{font-size : 1.5em;}
h4	{font-size : 1.3em;}
p	{text-align:justify;}
#border,#text,#menuframe{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	right:0px;
	left: 0px;
}
#border{
	left: 270px;
	top: 130px;
	bottom: 0px;
	width:expression(document.body.clientWidth - 270 + "px");
	height:expression(document.body.clientHeight - 130 + "px");
	overflow: auto;
	}
#text,.menu,.menuover,.menuhere{
	position: relative;
	margin: auto;
}
#text{
	width:75%;
	z-index:1;
	overflow-x: hidden;
	}
#menuframe{
	padding: 140px 5px 5px;
	width:400px;
	}
.menu,.menuover,.menuhere{
	margin-bottom: 6px;
	padding: 5px;
	width: 160px;
	text-align: center;
	}
a.m-link{font-size:1.3em;}
a.m-link:link{color: #FDE516;}
a.m-link:hover{color: #Fff738;}
a.m-link:visited{color: #FfEe16;}
#footer{
	position: absolute;
	left: 2px;
	bottom: 2px;
	padding: 2px;
	text-align: left;
	color: #ccffcc;
	}
body>#footer{font-size : 0.7em;}
a#contact{color: #ccffcc;}
.small{font-size:13px;}