	#box1
	{
	background: #6699cc;
	border: 1px solid #505050;
	}
	
	#info #box1
	{
	background: none;
	border: none;
	width: 160px;
	height: auto;
	text-align: center;
	}

	#box1 ul
	{
	border: 0;
	margin: 0;
	padding: 10px 5px;
	list-style-type: none;
	height: 80px;
	}
	
	#box1 ul li
	{
	display: inline;
	min-width: 90px;
	width: 10%;
	float: left;
	padding: 0;
	margin: 0;
	}

	#box1 ul li.kurz
	{
	width: 6.5%;
	min-width: 50px;
	}

	#box1 ul li.lang
	{
	width: 12%;
	min-width: 110px;
	}
	
	#info #box1 ul li
	{
	width: 100%;
	float: none;
	}


	#box1 ul li a
	{
	background: #6699cc;
	height: 20px;
	border: 4px outset #a9a9a9;
	padding: 5px 0 5px 0;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: 1.0em tahoma, sans-serif;
	}
	
	#box1 ul li a:hover
	{
	background: #66ccff;
	border: 4px outset #a9a9a9;
	}
	
	#box1 li#active a
	{
	background: #66ccff;
	border: 4px outset #a9a9a9;
	color: #fff;
	}
	
