body {
	padding: 0px;
	margin: 0px;
}


#top {
	border-bottom: 3px solid white;
	height: 120px;
	background-color:#FFC000;
}

#bg {
        height: 400px;
	background-image: url(../img/gradient.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.stuff {
position: absolute;
top: 15px;
right: 10px;
}

#rahmen {
	position: absolute;
	left: 50%; 
	width: 750px; 
	margin-left: -380px; 
	top:75px; 
	height:60px; 
	background-color:#EEEEEE;
border-top: 4px solid white;
border-left: 4px solid white;
border-right: 4px solid white;

}

#content {
	position: absolute;
	left: 50%; 
	width: 750px; 
	margin-left: -380px; 
	top:130px; 
background:#EEEEEE;
padding-bottom:10px;
border: 4px solid white;
}

.logo {
position: absolute;
top: 38px;
left: 50%;
width: 750px;
margin-left: -370px; 
height: 100px;
z-index:2;
}


 .deckblatt { display: none; }




.menu{
position: absolute;
top: 114px;
left: 50%;
width: 750px;
margin-left: -376px; 
background-color: #FF8800;
height: 16px;
z-index:2;
}
	
.menu ul { padding: 0; }
.menu ul li { display: inline; }
	
.menu ul {
margin: 0;
padding: 0 0 0 0;
color: #FFFFFF;
font-family: Arial;
font-size: 9pt;
}
	
.menu ul li a {
padding: 0.0em 15px; 
background-color: #FF8800;
color: #FFFFFF;
text-decoration: none;
border-right: 1px solid #FFFFFF;
	}

.menu ul li a:hover {
color: #000000;
}


#footer {
position: absolute;
width: 750px; 
bottom: 0px;
height: 16px;
margin-top: 100px;
background-color: #EEEEEE;
border-top: 4px solid white;

}