div.main { 
background : transparent; 
margin : 2% 25% 0% 15%; 
padding : 0; 
} 
div.main1 { 
background : transparent; 
margin : 5% 25% 0% 15%; 
padding : 0; 
} 

div.main .menu { 
float : right; 
background : #f93; 
padding : 0; 
margin : 0 0 0 10px; 
} 
div.main .menu1 { 
float : left; 
background : #f93; 
padding : 0; 
margin : 0 10px 0 0; 
} 
div.main1 .menu { 
float : right; 
background : #f93; 
padding : 0; 
margin : 0 0 0 10px; 
} 
div.main1 .menu1 { 
float : left; 
background : #f93; 
padding : 0; 
margin : 0 10px 0 0; 
} 
div.inhalt { 
position : absolute; 
top : 180px; 
left : 120px; 
right : 50px; 
width : auto; 
height : auto; 
color : #fff; 
} 
td { 
height : 250px; 
} 
.oben { 
vertical-align : top; 
text-align : center; 
} 
.mittig { 
vertical-align : middle; 
text-align : center; 
} 
.unten { 
vertical-align : bottom; 
text-align : center; 
} 
div.projekt { 
margin-left : 20%; 
width : 650px; 
min-height : 50px; 
border-bottom : 1px dotted; 
} 
div.logo { 
border : 0 dotted; 
width : 100px; 
height : auto; 
float : left; 
padding : 0; 
} 
div.text { 
border : 0 dotted; 
margin-left : 140px; 
text-align : left; 
} 
div.col { 
color : #ff0; 
margin : 10%; 
text-align : center; 
} 
div.col a { 
text-decoration : none; 
color : #ff0; 
} 
#hintergrund { 
position : absolute; 
z-index : 1; 
width : 100%; 
height : 100%; 
margin : 0; 
padding : 0; 
overflow : hidden; 
background-image : url(img/sternenhimmel.jpg); 
background-repeat : repeat-y; 
}
form {
	font-size: 75%;
	text-align: center;
	color: hsl(0,0%,29%);
	background-color: #ff8c00;
	background-image: url(img/folder.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 5px 7px;
	border-top: 1px solid hsl(0,0%,57%);
	border-bottom: 1px solid hsl(0,0%,57%);
}

