/* CSS Document */

body {
   background-color: #62B3A8;
}
#top_menue {
   background-image:url('../grafik/mint_menuebg.gif'); background-repeat:no-repeat;
}

.nav:hover {
	 background-color: #66BCB1;
}

.subnav:link {
	 COLOR: #ffffff; 
}
.subnav:visited {
	COLOR: #ffffff; 
}
.subnav:active {
	COLOR: #ffffff; 
}
.subnav:hover {
	COLOR: #000000; 
	background-color: #ffffff;
}
#start_top {
   background-image:url('../grafik/mint_start.gif'); background-repeat:no-repeat;
}