﻿.gross
{
	width:500px;
	float:left;
	height:500px;
	text-align:left;


}

.klein 
{
	width:250px;;
	float:right;
	height:500px;
	text-align:left;

}
#content ul ul
{
	padding-top:5px;
	list-style:circle;
	list-style-position:outside;
	padding-left:10px;
	color:black;
		font-weight:normal;
	
}
#content ul
{
	padding:10px;
	color:#BEC700;
	font-weight:900;
}
ul a:link, ul a:visited
{
	text-decoration:none;
	color:#BEC700;
}
ul a:hover
{
	color:#BEC700;
	background-color:#00A09D;
	font-size:large;
	text-decoration:underline;
	
}
