/* Alternativer Kontrast: Gelbe Schrift auf blauem Hintergrund */

/**** Kontrast1 Layout und Farbgebung, StBib Bergheim ****/

@import url(../css/haupt.css);
@import url(../css/formulare.css);
@import url(../css/suche.css);

body{
  color:#FFC600;
  background:#00178B url(../bilder/kontrast1/hintergrund.gif) repeat-y;
  font:0.9em verdana, sans-serif;}

h1{
  color:#FFC600;
  background: #00178B !important;}
  
#suchbox{
	background-image: url(../bilder/kontrast1/suchehintergrund_bg.png);
}

#login{
	background-image: url(../bilder/kontrast1/loginhintergrund_bg.png);
}

#suchButton {
	background-image: url(../bilder/kontrast1/Suchbutton_gb.png);
}

#suchButton:active {
	background-image: url(../bilder/kontrast1/Suchbutton_bg.png);
}

#loginButton{
	background-image: url(../bilder/kontrast1/loginbutton_gb.png);
}

#loginButton:active {
	background-image: url(../bilder/kontrast1/loginbutton_bg.png);
}

#login input{
	color:#FFC600;
	background-color:#00178B;
	border: 1px solid #FFC600;
}

#suchbegriff{
	color:#FFC600;
	background-color:#00178B;
	border: 1px solid #FFC600;
}

/*------------------------------Farben der Links------------------------------*/
a:link{
  color:#FFC600; 
  background-color:#00178B;}

a:visited{
  color:#FFC600; 
  background-color:#00178B;}

a:hover{
  color:#FFC600;
  background-color:#00178B;}

a:active{
  color:#00178B; 
  background-color:#FFC600;}
  
a:focus{
  color:#00178B !important;
  background-color:#FFC600 !important;}

a.jslinks{
  font:0.92em verdana, sans-serif !important;}


a.aktuelle_seite{
  border-left: 15px solid #FFC600 !important;}


select{
  background-color: #00178B;
  color: #FFC600;
  border: 1px solid;
  font-size: 1em;}

input.form_button{
  width: auto;
  margin-right: 20px;
  margin-bottom: 20px;}



/*--------------Formatierung der Nachrichten aus "Aktuelles"------------------*/
div.nachricht{
  background-color: #00178B;
  color: #FFC600;
  border-color: #FFC600 !important;}
  
div.nachricht h2{border-color: #FFC600 !important;}

  
  
input, textarea{
  background: #00178B;
  color: #FFC600;
  border: 1px solid; 
  border-color: #FFC600;
  font-size:1em}

input[type="hidden"]{
border: none;
background-color: #00178B;
color: #FFC600;}

#kopf{
  color:#FFC600;
  background:#00178B;
  background-image: url(../bilder/kontrast1/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 #FFC600;}

#kopf-rechts{
  display:none}

#kopf-links{
  display:none}



#bereich_links{
  color: #FFC600;
  background:#00178B;}



#navigation_ueberspringen:focus, 
#navigation_ueberspringen:hover{
  background-color:#FFC600 !important;
  color:#00178B !important;}



#menues a{
  color:#FFC600;
  background:#00178B;
  border:1px solid #FFC600;
  font-size: 1.0em;}

#menues a:hover,
#menues a:focus,
#menues a:active{
  color:#00178B !important;
  background:#FFC600 !important;
  border:1px solid #00178B;}



#styleswitcher{
  width:198px;
  color: #FFC600;
  float:left;
  background:#00178B;
  border:1px solid #FFC600;
  padding:2px 0px 2px 2px;
  font-size: 0.8em;
  margin: 0 0 5px 0;}

#styleswitcher a{
  color: #FFC600;
  background-color: #00178B;
  text-decoration: underline;
  font-size: 1.1em;}

#styleswitcher h2{
  font-size:1.25em;
  color: #FFC600;
  background: #00178B;}

#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 #FFC600;
  border-bottom:1px solid #FFC600;
  font-size: 1.4em;}

#bereich_rechts h2{
  border-left:10px solid #FFC600;
  border-bottom:1px solid #FFC600;
  font-size: 1.3em;}

#bereich_rechts h3{font-size: 1.2em;}

#bereich_rechts h4{font-size: 1.1em;}



#foot{
  color:#FFC600;
  background:#00178B;
  font-size:0.9em;
  border-top:5px solid #FFC600;}

