/* CSS Document */
body {
   background-color: #647CE2;
}

#top_container {
 
  color: white;
  background-image:  url('../grafik/grau_bgtop.gif');
}

#bild_container {
    background-image:  url('../grafik/grau_bgbild.gif');
}

#bottom_container {
   background-image:  url('../grafik/grau_bgbottom.gif');
   COLOR: #ffffff; 
}

.nav:hover {
	 background-color: #004105;
}

.subnav:link {
	 COLOR: #ffffff; 
}
.subnav:visited {
	COLOR: #ffffff; 
}
.subnav:active {
	COLOR: #ffffff; 
}
.subnav:hover {
	COLOR: #000000; 
	background-color: #ffffff;
}

