/***********************************************/
/* okwahl_benutzer.css                                  */
/***********************************************/

/***********************************************/
/* Hier koennen Benutzerdefinierte Einstellungen vorgenommen werden. Diese ueberschreiben
/* die Standardeinstellungen                    */
/***********************************************/

/* Tabelle Wahlergebnisse */
.tab_wahlergebnis{
    width: 760px;
    margin: 1em 0em 1em 2.0em;
}
.tab_wahlergebnis th{
    font-size: 0.7em;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding-left: 0.6em; padding-bottom: 0.8em;
}
.tab_wahlergebnis th.links{
    text-align: left;
}
.tab_wahlergebnis th.rechts{
    text-align: right;
}

.tab_wahlergebnis th.erste_spalte{
    width: 50px;
    padding-right: 20px;
}
.tab_wahlergebnis th.zweite_spalte{
    width: 400px;
}
.tab_wahlergebnis th.dritte_spalte{
    width: 130px;
}
.tab_wahlergebnis th.vierte_spalte{
    width: 130px;
}
.tab_wahlergebnis tr:hover{
     background-color: #c0c0c0;
}
.tab_wahlergebnis td{
    font-size: 0.7em;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    padding-left: 0.8em;
}

.tab_wahlergebnis td.erste_spalte{
    width: 50px;
    padding-right: 20px;
}
.tab_wahlergebnis td.zweite_spalte{
    width: 270px;
}
.tab_wahlergebnis td.dritte_spalte{
    width: 130px;
}
.tab_wahlergebnis td.vierte_spalte{
    width: 130px;
}

.tab_wahlergebnis td.links{
    text-align: left;
}
.tab_wahlergebnis td.rechts{
    text-align: right;
}

.tab_wahlergebnis td.mitBorderBottom{
    border-bottom:1px dotted gray;
}

.gewaehlt {
	background-color: #9dfb99;
}

.nicht_gewaehlt {
	background-color: #FF7B7B;
}

.links {
    text-align: left;
}

.rechts {
    text-align: right;
}





