html, body {
    background-color : #333333;
    color : white;
}

#container {
 background: black none; 
 color : white;
 border: 1px solid silver;
}

#header #bg {
	background: black none; 
	border-right-color: silver;
	border-left-color: silver;
}

#header #image {
	background-image : url(../images/dbjr_logo_invert.gif);
}

#navigation form#suche {
	border-color: silver;
 background: black none; 
	color: white;
}

#navigation form#suche input {
	border : 1px solid white;
	background : silver;
    color : white;
}
#navigation form#suche #button {
      color : white;
      border : 1px solid white;
background: black none; 
   }

#menue {
	border-left-color: silver;
	border-right-color: silver;
	border-left-color: silver;
 background: black none; 
}

#menue .barr a {
   color : white;
   background-color : black;
}


#content h1 {
   background-color: #666;
   color : white;
}

#content .left {
   color : white;
   background-color : black;
}

#content .right {
   color : white;
   background-color : black;
}

#content .mehr, #highlight .mehr {
color: yellow;
}

#content .container1 {
   color : white;
   background-color : black;
}

#content .container {
   color : white;
 background: black none; 
}

#content .container1 .left {
   color : white;
   background-color : black;
}

#content .container1 .right {
   color : white;
   background-color : black;
}

#content .trenner {
   background-color : black;
}


#highlight {
   color : white;
   background-color : black;
}

#highlight h1 {
   background-color: #666;
   color : white;
}

#footer {
    color : white;
} 

#footer .right {
background-color: black;
font-size : 0.7em;
color : white;
border-top: 1px solid silver;
}

#footer .right a {
background-color: black;
color : white;
}

#footer .left {
border: none;
}

a.ohne {
    color : white;
}

/* Barriere */

#mgo {
border-top:1px solid silver; 
border-left: 1px solid silver; 
}

#mgo li {
border-right : 1px solid silver;
border-bottom : 1px solid silver;
background-color: black;
}

#mgo li a{
color: white;
}


