/* 
http://www.team-mad.de/verein/ stylesheet -- Morris Brodersen 01/2006
Needless to say, the unique combination of positioning, colors, images and fonts (the design) belongs to Morris Brodersen and may not be reproduced without permission. However, you are welcome to use the CSS codes and/or techniques for your projects.
*/

@import "base.css";
@import "layout1.css";

body { background: #A4B8CB url('/images/background.jpg'); }
#head { background: url('/images/head.jpg'); }

h2 { color: black }
div.menu { color: black; }
a { color: #686B7C; text-decoration: underline; }
a:hover { color: #CAD3D0; text-decoration: underline; }
ul.sections li a { background: #CAD3D0; text-decoration: none; }
div.menu h4, ul.navigation li li:hover { background-color: #CAD3D0; color: #1C1B3A }
#sections #s_verein a { background: #000; }
ul.sections li a:hover, #sections #s_verein a:hover, #sections li.special a:hover {
  color: #000;
  background: #DFE4EA;
  }
table, td, th, div.news, form { border-color: #CAD3D0; }