/*---------- allgemeine Deklarationen ----------*/
body 
{
	margin: 20px;
	background-color: #639357;
	overflow: hidden;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height: 25px;
}

ul
{
	list-style: none;

}

a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #e7ff52;
}



/*---------- Deklarationen ----------*/
#box
{
	width: 600px;
	height: auto;
	margin: 0px auto;
	padding: 15px;
	text-align: left;
}

#menu_left
{
	position: relative;
	top: 105px;
	left: -580px;
	text-align: right;
}

#menu_right
{
	position: relative;
	top: -590px;
	left: 560px;
	text-align: left;
}

#illu
{
	position: relative;
	top: -240px;
	left: 40px;
}

#logo
{
	position: relative;
	left: -60px;
}

#impressum
{
	position: relative;
	top: -560px;
	text-align: center;
	font-size: 12px;
	line-height: normal;
}

#noart {
	font-weight: bold;
}

#noart_1 {
	display: inline;
	color: red;	
}

#noart_2 {
	display: inline;
	color: white;
	margin-left: -4px;		
}





