/* 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:black;
  background:white url(../bilder/kontrast2/hintergrund.gif) repeat-y;
  font:0.9em verdana, sans-serif;}



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

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

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

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

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

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


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



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

#kopf{
  color:black;
  background:white;
  background-image: url(../bilder/kontrast2/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 black}

#kopf-rechts{
  display:none}

#kopf-links{
  display:none}

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



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

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



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

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

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

#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 black;
  border-bottom:1px solid black;
  font-size: 1.4em;}

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

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

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



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

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

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

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

input.form_button{
  width: auto;
  margin-right: 20px;
  margin-bottom: 20px;}

a.jslinks{
  font:0.92em verdana, sans-serif !important;}
