@charset "utf-8";
/* Level 1 --------------------------------------------- */


div.col_navi {
	width: 75%;
	float: left;
	/*padding: 123px 0px 0px 23px;*/
	padding: 123px 0px 0px 22px;
}
table.col_navi {
	width: 809px;
	height: 34px;
	list-style: none;
}
.col_navi td {
	border-right: 1px solid #70568b;
	text-align: center;
	padding: 10px 4px 0px;
	background-image: none;
}
.col_navi a {
	display: block;
	height: 24px;
	color: #FFFFFF;
}
.col_navi td.aktiv {
	background: #6E656E;
}
.col_navi td.newsletter {
	width: 162px;
	height: 24px;
	padding: 10px 20px 0px;
	text-align: left;
}
.col_navi td.search {
	width: 38px;
	height: 24px;
	padding: 10px 20px 0px;
	border-width: 0px;
	text-align: left;
}


/* Level 2 --------------------------------------------- */

.col_1 .top ul {	
	list-style: none;
	width: 150px;
	padding: 20px 0px;
}
.col_1 .top ul ul {
	width: 100%;
	padding: 0px 0px 4px;
}

.col_1 .top ul a {
	display: block;
	padding: 0px 0px 8px;
	color: #939393;
	font-size: 12px;	
	text-decoration: none;
	line-height: 15px;
transition: all 0.4s ease 0s; 
}
.col_1 .top ul ul a{
	line-height: 10px;
}
.col_1 .top ul li {
	/*padding-left: 15px;*/
}
.col_1 .top ul ul ul li {
	padding-left: 8px;
}

.col_1 .top>ul>li>a {
	font-weight: bold;
	
}

.col_1 .top ul .active>a, .col_1 .top ul a:hover {
	
	color: #471b6a; 
	transition: all 0.4s ease 0s;
}
/* Level 3 --------------------------------------------- */




/* * Fuss */
.fuss {
	float: left;
}
	.fuss ul {
		list-style: none;
		display: inline;		
		width: 413px;
	}
		.fuss ul li {
			display: inline;
			padding: 0px;
			height: 50px;
			line-height: 50px;
		}
			.fuss li a {
				display: block;
				float: left;
				height: auto;
				padding: 0 0 0 16px;
				margin: 0px;
				color: #ffffff;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
			}
			.fuss li a:hover{
				text-decoration: underline;			
			}
