/***********************************************/
/* okwahl_benutzer.css                                  */
/***********************************************/

/**************/
/*** Header ***/
/**************/
#div_header {
	background-color:#fee855;
	border-bottom: 1px solid #990000;
	border-top: 0px solid #990000;
}

#logo{
	margin: 5px 5px;
  float: left;
  height: 90px;
  text-align: left;
}

#logo .titel1 {
	color: #000000;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
}

#logo .titel2 {
	color: #000000;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
}

#verfahren h1{
	background-color: #fee855;
  color: #990000;
}
#verfahren h2{
	background-color: #fee855;
  color: #990000;
}

/**************/
/*** Footer ***/
/**************/
#div_footer {
	background-color:#fee855;
	border-bottom: 0px solid #990000;
	border-top: 1px solid #990000;
}

/***************/
/*** Content ***/
/***************/

#div_container {
	border: 1px solid #990000;
  background-color: #ffffe1;
}

/* Wahlart */
ul#naviWahlart {
    font-size: 0.8em;
    text-align: left;
    border-bottom: 1px solid #fefbb6;
    margin: 0;
    padding: 0.0em;
    background-color: #fefbb6;
}
ul#naviWahlart li {
    list-style: none;
    font-weight: bold;
    display: inline;
    margin: 0.2em; padding: 0.2em;
}
ul#naviWahlart a {
    text-decoration: none;
    color: white;
}
ul#naviWahlart a:hover {
    color: white;
    background-color: gray;
}


#div_navigation {
	background-color:#fefbb6;
  border-top: 0px;
  border-bottom: 1px solid #990000;
  padding-top: 0px;
  padding-bottom: 15px;
}

/* Rückwärtsnavigation */
ul#naviZurueck {
    font-size: 0.8em;
    text-align: left;
    margin: 0;
    padding: 0.3em; padding-left: 3.2em;
}
ul#naviZurueck li {
    list-style: none;
    display: inline;
    margin: 0.1em; padding: 0;
}
ul#naviZurueck a {
    font-weight: normal;
    text-decoration: none;
    color: #29638B;
}
ul#naviZurueck a:hover {
    color: #ffffff;
    background-color: #29638B;
    padding: 2px;
}

.anzeigeOptionen a{
	  padding: 2px;
}

.anzeigeOptionen a:hover{
	  color: #ffffff;
	  background-color: #29638B;
	  padding: 2px;
    text-decoration: none;
}

.infotext {
	font-size: 80%;
  width: 500px;
}

#partei_rechts a:hover {
    padding-left: 0px;
    background-color: #29638B;
    color: #ffffff;
    text-decoration: none;
    padding: 3px;
    padding-right: 10px;
}

#div_anzeigeBereich {
    margin-left:20px;
}

#div_anzeigeBereich h2 {
    background-color: #fee855;
    border-top: 1px solid #990000;
    border-bottom: 1px solid #990000;
    border-left: 1px solid #990000;
    border-right: 1px solid #990000;
    color: #990000;
    font-variant: small-caps;
    font-size: 110%;
    margin-left:-10px;
}









#naviTiefer option.nein{
    height: 1.3em;
    background-color: #EFEFEF;
    color: #808080;
    font-size: 80%
    margin-left: 10px;
    padding-left: 10px;
}

#partei_rechts {
	font-size: 90%;
}




.tab_wahlergebnis {
	font-size: 160%;
}

td.erste_spalte {
  border-bottom:1px dotted gray;
}

td.zweite_spalte {
  border-bottom:1px dotted gray;
}

/***********************************************/
/* Hier koennen Benutzerdefinierte Einstellungen vorgenommen werden. Diese ueberschreiben
/* die Standardeinstellungen                    */
/***********************************************/