*{
padding: 0;
margin: 0;
}

body
{
	font: 100% Veranda,Arial,Helvetica;
	text-align: left;
	background-color: #c0c0c0;
}

#header
{
	height: 180px;
	background-color: #AACCFF;
}

#main
{
	position:relative;
	left: 20px;
	top: 20px;
	background-color: #c0c0c0;
	width:802px;
}

#menue
{
	float: left;
	position:relative;
	top: 5px;
	height: 685px;
	padding: 8px;
         margin: 3px;
	background-color: #FFB200;
	width: 160px;
         border-color: #7F7F7F;
         border-style: inset;
         border-width: 3px;
}
#balken
{

	position:relative;
         float: left;
	top: 5px;
	height: 700px;
	padding: 3px;
         margin: 3px;
	background-color: #FF3300;
	width: 3px;
         }
#text
{

         position:relative;
         float: left;
         top: 5px;
         height: 640px;
         margin: 3px;
         padding: 30px;
         background-color: #E5F2FF;
         width:510;
         border-color: #7F7F7F;
         border-style: inset;
         border-width: 3px;
         overflow: auto;


}


.menue_a
{
	text-decoration:	none;
}
