/* Hier wird die Hover Farbe fuer das Linke Menue bestimmt*/
.nav3-grid dt a:hover, .nav3-grid dd a:hover {
	background-color: #EEF6FF !important;
	color: #000;
}

/*Hier werden die Headline Farben bestimmt */
.main-navigation h3,.main-navigation p,.main-content h1,.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6, .main-content table th,p.caption,.contactform fieldset legend,{
	color: #99ccff !important;
} 

/* Hier wir di Farbe fuer die Headlines der Login Suche Navi rechts bestimmt*/
.main-subcontent h1 {
	background-color: #99ccff !important;
	color:rgb(0,0,0);
}

/* Hier wird der strich unter der headline definiert*/
.main-content h1 {
	color: #99ccff !important;
	border-bottom:solid 2px #99ccff !important;
}

/* Hier wird die Hover Farbe des Ausklappmenues bestimmt*/
#nav li ul a:hover {
  background-color: #99ccff !important;
	color:rgb(0,0,0); 
}

/*Hier wird das dreieck neben dem Seitentitel eingestellt*/
.seitentitel{
  background-image: url(../../img/titel_blau.gif) !important;
  background-repeat: no-repeat;
  background-position: top left;
}

/* hier werden farben f&uuml;r die Rootline definiert*/
.rootline a {
  background-image: url(../../img/klein_blau.gif) !important;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.rootline a:hover, .rootline a:active, .lang a:hover, .rootline a:hover, .rootline a:active, .lang a:visited, .rootline a:active  {
	color: #99ccff !important;
}
.rootline .current {
  background-image: url(../../img/klein_blau.gif) !important;
  background-repeat: no-repeat;
  background-position: 0px 3px;
  color: #99ccff !important;
}

/* Hier wird das Active des linken Menues bestimmt*/
.level1-act, .level2-act{
   background-color: #99ccff !important;
}

/*Hier wird die Buttonfarbe der rechten Navi eingestellt*/
.main-subcontent .searchform input.button{
    background-color: #99ccff !important;
}

.main-subcontent .loginform input.button {
    background-color: #99ccff !important;
}

/* Hier werden die Content Links definiert */

.content a, .content h1 a, .main-subcontent a {
	color: #99ccff !important;
}

.content a:hover, .main-subcontent a:hover{
	color: #6699cc !important;
}

.content a:visited, .main-subcontent a:visited{
	color: #99ccff !important;
}


