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

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

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

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

.nav:hover {
	 background-color: #4E0009;
}

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

