/* 
http://www.team-mad.de/lanparty/ 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.

Leute die hier warean: Jan Meier
*/

@import "base.css";
@import "layout1.css";

body { background: #D1D2DF url('/images/lanparty/background.jpg'); } 
#head { background: url('/images/lanparty/head.jpg'); }

h2, div.menu { color: black; }
a { color: #706C69; text-decoration: underline; }
a:hover { color: #E1964D; }

div.menu h4, ul.navigation li li:hover { background-color: #E1964D; }
table, td, th, div.news, form { border-color: #CCC; }
#navigation_wwcl { text-align: center; font-size: 0.9em; }
#content_wwcl { float: right; }
#content_wwcl h6 { display: none; }
#content_wwcl p { margin: 0; padding: 0; }

/* morris war hier */
div.menu h4 { color: white }
  
ul.sections li a { background: #E1964D; text-decoration: none; }
#sections #s_lanparty a { background: #E1964D; }
ul.sections li a:hover, #sections #s_lanparty a:hover, ul.sections li.special a:hover {
  color: #000;
  background-color:white;
  /*background: transparent;*/
  }