/* Alternativer Kontrast: Gelbe Schrift auf blauem Hintergrund */

/**** Kontrast1 Layout und Farbgebung, StBib Bergheim ****/

@import url(../css/haupt.css);
@import url(../css/formulare.css);

body{
  color:white;
  background:black url(../bilder/kontrast3/hintergrund.gif) repeat-y;
  font:0.9em verdana, sans-serif;}

h1{
  color:white;
  background-color:transparent;}


/*------------------------------Farben der Links------------------------------*/
a:link{
  color:white;
  background-color:black;}

a:visited{
  color:white;
  background-color:black;}

a:hover{
  color:white;
  background-color:black;}

a:active{
  color:white;
  background-color:black;}

a:focus{
  background-color:white !important;
  color:black !important;}


a.aktuelle_seite{
  border-left: 15px solid white !important;}


  /*--------------Formatierung der Nachrichten aus "aktuelles"------------------*/
div.nachricht{
  background-color: black;
  color:white;
  border-color: white !important;}

div.nachricht h2{ /* Wird gebraucht, da der Rahmen standardmäßig schwarz ist */
  border-color: white !important;}



input, textarea{
  background: black;
  color: white;
  border: 1px solid; 
  border-color: white;
  font-size:1em;}

input[type="hidden"]{
border: none;
background-color: black;
color: white;}

select{
  background-color: black;
  color: white;
  border: 1px solid;
  font-size: 1em;}
  
a.active_page{
  color: black !important;
  background: white !important;}

input.form_button{
  width: auto;
  margin-right: 20px;
  margin-bottom: 20px;}
  
a.jslinks{
  font:0.92em verdana, sans-serif !important;}



#kopf{
  color:white;
  background:black;
  background-image: url(../bilder/kontrast3/biblogo.gif);
  background-position:center;
  background-repeat:no-repeat;
  padding:185px 30px 0px 0;
  margin:0 0 10px 0;
  /*font:bold 22px verdana, sans-serif;
  text-align:left;*/
  border-bottom:5px solid white}

#kopf-rechts{
  display:none}

#kopf-links{
  display:none}

#bereich_links{
  color: white;
  background:black;}



#menues a{
  color:white;
  background:black;
  border:1px solid white;
  font-size: 1.0em;}

#menues a:hover,
#menues a:focus,
#menues a:active{
  color:black;
  background:white !important;
  border:1px solid black;}



#styleswitcher{
  width:198px;
  color: white;
  background-color:black;
  float:left;
  background:black;
  border:1px solid white;
  padding:2px 0px 2px 2px;
  font-size: 0.8em;
  margin: 0 0 5px 0;}

#styleswitcher a{
  color: white;
  background-color: black;
  text-decoration: underline;
  font-size: 1.1em;}

#styleswitcher h2{
  font-size:1.25em;
  color:white;
  background:black;}

#styleswitcher h3{
  font-size: 1.2em;}

#styleswitcher img{
  display:none;}

#styleswitcher p{
  margin: 0 0px 10px 5px;}



#bereich_rechts{
background-image: none;}

#bereich_rechts h1{
  border-left:10px solid white;
  border-bottom:1px solid white;
  font-size: 1.4em;}

#bereich_rechts h2{
  border-left:10px solid white;
  border-bottom:1px solid white;
  font-size: 1.3em;}

#bereich_rechts h3{font-size: 1.2em;}

#bereich_rechts h4{font-size: 1.1em;}



#foot{
  color:white;
  background:black;
  font-size:0.9em;
  border-top:5px solid white;}
  
#navigation_ueberspringen:focus, #navigation_ueberspringen:hover{
  background-color:white !important;
  color:black !important;}


