/***********************************************/
/* okwahl_benutzer.css                                  */
/***********************************************/

/***********************************************/
/* Hier koennen Benutzerdefinierte Einstellungen vorgenommen werden. Diese ueberschreiben
/* die Standardeinstellungen                    */
/***********************************************/


body{
    font-family: Verdana,Arial,sans-serif;
    min-width: 1000px; /*geht nicht bei IE*/
    color: #000000; 
    background-color: #FFFFFF; /* Farbe des Rands */
}


h1{
    font-family: Verdana,Arial,sans-serif;
    font-size: 130%;
    font-weight: bold;
    margin: 0.5em; margin-bottom: 0.3em;
    color: #326cb6;
    text-align: center; 
    
}


h2{
    font-family: Verdana,Arial,sans-serif;
    /* font-size: 0.9em; */
	font-size: 110%;
    font-weight: bold;
    border-top-color: #326cb6;
	border-top-style: solid;
	border-top-width: 1px;
    border-bottom-color: #326cb6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
    margin-top: 1em;
    padding: 0.3em; padding-left:0.8em;
    color: #326cb6;
    background-color:#e0e9f4;
}


/*** Links ***/
a{
    color: #3216cb6;
    text-decoration: none;
}

a:link{
    color: #326cb6;
    text-decoration: none;
}

a:visited{
    color: #326cb6;
    text-decoration: none;
}

a:hover{
    color: #326cb6;
    text-decoration: underline;
}

ul#naviZurueck a:hover {
    color: #326cb6;
    background-color: #e0e9f4;
}


#logo{
    float: right;
	margin-right: 10px;
	margin-top: 5px;
    /* height: 80px;*/
    text-align: center;
}


#div_footer{
    font-size: 0.6em;
    text-align: center;
    border-top: 1px solid #326cb6; border-bottom: 1px solid #326cb6;
    padding: 0.8em;
    background-color: white;
	background-color: #e5e5e5;
}

#div_header{
    height: 90px;
    /*background: url(../bilder/header.bg.kv.gif) repeat-x;*/
    background-color: #FFFFFF;
    text-align: right;
}

#div_navigation{
    border-bottom: 1px solid #326cb6; border-top: 1px solid #326cb6;
    padding-bottom:0.4em;
    background-color:#e5e5e5;
    color: #29638B;
}

#verfahren{
    float: left;
    width: 220px;
    height: 80px;
	margin-left: 10px;
    padding-right: 10px;
    text-align: left;
}




