/* ***********************

	HAUPTNAVIGATION

*********************** */

.main_navigation a

{

	text-decoration: none;

	color: #FFFFFF;

	font-size: 11px;

	font-weight: bold;

}

.main_navigation #active

{

	background-color: #352d28;

}

.main_navigation table

{

	width: 350px;

	height: 23px;

}

/* ***********************

	SUB-NAVIGATION

*********************** */

.sub_navigation

{

	position: absolute;

	left: 10px;

	top: 15px;

	height: 323px;

	font-size: 11px;

	line-height: 11px;

}

.sub_navigation a

{

	color: #000000;

	text-decoration: none;

}

.sub_navigation #active

{

	color: #d10025;

}

.sub_navigation #impressum

{

	position: absolute;

	bottom: 15px;

	margin-bottom: 15px;

}