a.blauorange:link {
	COLOR: #5B7396; TEXT-DECORATION: none
}
a.blauorange:active {
	COLOR: #5B7396;
}
a.blauorange:visited {
	COLOR: #5B7396; TEXT-DECORATION: none
}
a.blauorange:hover {
	COLOR: #FF6600; TEXT-DECORATION: none
}

a.orange:link {
	COLOR: #FF6600; TEXT-DECORATION: none
}
a.orange:active {
	COLOR: #FF6600;
}
a.orange:visited {
	COLOR: #FF6600; TEXT-DECORATION: none
}
a.orange:hover {
	COLOR: #FF6600; TEXT-DECORATION: none
}

a.weiss:link {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
a.weiss:active {
	COLOR: #FFFFFF;
}
a.weiss:visited {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
a.weiss:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: none
}

a:link {
	COLOR: #cccccc; TEXT-DECORATION: none
}
a:active {
	COLOR: #cccccc;
}
a:visited {
	COLOR: #cccccc; TEXT-DECORATION: none
}
a:hover {
	COLOR: #ffffff; TEXT-DECORATION: none
}


/*--------------------------------------------------------------------------------*/


#mtm_wrap {
    border					: 0px solid black;
    width					: 671px;
}

#mtm_menu {
margin-left					: 6px;
}

#mtm_menu a {
    color					: #cccccc;
	font-family 			: verdana, arial, helvetica, sans-Serif;
	font-size				: 13px;
	font-style				: normal;
    text-decoration			: none;
    font-weight				: bold;
	display					: block;
	text-transform			: uppercase;
	float					: left;
	background				: transparent;
	line-height				: 30px;
    padding-top				: 0px;
	padding-bottom			: 0px;
	padding-left			: 21px;
	padding-right			: 21px;
}
    
#mtm_menu a.hover,
#mtm_menu a.active {
	color					: #ffffff;
	background-color		: #3D5578;
}
    
#mtm_menu span.active {
	display					: inline;
}  

#mtm_menu span {
    display					: none;
}
  
    
#mtm_menu #img {
    vertical-align			: bottom;
}
  
/*------------  Text Container ---------------*/

table.items tr.item td {
	text-align				: left;
	font-family				: verdana, arial, helvetica, sans-Serif;
	color					: #ffffff;
	font-size				: 10px;
	text-transform			: uppercase;
	font-weight				: bold;
	padding					: 0px;
}


.transMenu {
	position				: absolute;
	overflow				: hidden;
	right					: 0px;
	top						: 0px;
}


.transMenu .content {
	position				: absolute;
	left					: 0px;
	right					: 0px;
}

/*------------  Text Hintergrund bei mouse-over ---------------*/

.transMenu .items {
	position				: absolute;
	line-height				: 13px;
	padding-bottom			: 0px;
	left					: 15px;
	right					: 0px;
	top						: 0px;
	z-index					: 4;
}

.transMenu .top.items {
	border-top				: none;
}


.transMenu .item {
	cursor					: hand;
	cursor					: pointer;
}

/*------------  Rollmenü Hintergrund ---------------*/

.transMenu .background {
	background-color		: #798FAF;
	position				: absolute;
	left					: 0px;
	right					: 0px;
	top						: 0px;
	padding-bottom			: 0px;
	padding-right			: 0px;
	padding-left			: 0px;
	z-index					: 3;
}


.transMenu .item.hover {
	background-color		: #3D5578;
	width					: 0px;
}

.transMenu .item img {
	margin-left				: 14px;
	visibility				: hidden;
}

