/*******************************************************************
 * TITLE: based on Color Scheme Stylesheet for Blue Haze           *
 * URI  : http://www.oswd.org/design/xxx/bluehaze/color-scheme.css *
 *******************************************************************/

a {
  color: #960014;
  /* border-bottom-color: #960014; */
}

.headerTitle { 
  color: black
}

/* Menu */
#header div *, #header div, .menuBar
{ color: #ffffff; background-color: #6699cc; }

/* Menu Normal Text (Eines Links)*/
#header div a, .menuBar a
{ color: white }

.menuBar ul a {
  color: #ffffff;
  /* background: #808000; */
  #background-image: url('../images/verlauf.gif'); 
  background-repeat: repeat-x;
  background-position: left bottom;
} 

.menuBar ul ul li a {
  background-image: none;
  background: none;
}

.menuBar ul ul {
  color: black;
  /* background: #80800; */
  background-image: url('../images/verlauf_sub.gif');
  background-repeat: repeat-x; 
  border-bottom: white;
}

/* Rollover im Menu, Submenue*/
#header div a:hover, .menuBar a:hover
{ color: black; }
  
h1, h2, h3, q, .footer *
{ color: #000; }

h1, q,  #header
{  border-color: red; }

/* Background im oberen Teil des Menues*/
#header, .thisPage {
  background-color: white
}

.news th
{ background-color: #d2d4d5;
  color: #000; }

hr.sub {
  color: #000; 
  border-color: #000; 
}

/* ###### Special Colors ###### */

acronym {
  color: #d83236;
  border-bottom-color: #000;
  border-style: dashed;
}



.upper div, .lower div, .content{
 background-color: #6699cc;
}

.upper .left h1, .upper .right h1, .lower .left h1, .lower .right h1{
  text-align: center;
  color: white;
  background-color: #808000;
  /* border-bottom: 1px solid #94999C; */
  /* border: 8px; */
  margin: -10px;
  margin-bottom: 0;
  padding: 0.1em 0 0.1em 8px;
}

h2 {
  /* color: #960014; */
  color #FFFF00;
}

/* ###### Footer ###### */

.footer .left {
  background: #000000;
}
 
.footer .right {
  /* background: #80800; */
  background-image: url('../images/verlauf_foot.gif');
  background-repeat: repeat-x;
}

.footer .right li a {
 text-decoration: none;
 color: white;
 border: 0;
}

.footer .right li a:hover {
 color: black;
}

/* #### News #### */
.newsrow {
 background-color: #E5E2DF;
 font-weight: bold;
 /* border-bottom: 1px solid #94999C; */
}

/* #### Hintergrund Pfeile ########## */
.content {
  background-image:url('/images/background.jpg'); 
  background-repeat:repeat;
  background-position: 40px 40px 40px 40px;
}

img.border {
 border: 1px solid black;
 margin: 5px
}

