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

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

.mainHeader {
	background-color:#fee855;
}

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

#logo img {
	max-width: 75px;
}

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

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

#verfahren {
	margin-top: 1.5em;
	float: center;
	height: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 19em 0em;
  font-size: 0.9em;
}

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

#div_navigation {
	border-top: 0px;
}

hr {
	background-color: #fee855;
}

/**************/
/*** Footer ***/
/**************/
.mainFooter {
/*	background-color:#fee855; */
	border-bottom: 0px solid gray;
	border-top: 1px solid gray;
  font-size: 0.7em;
  padding-top: 15px;
  height: auto;
}

#keine_ergebnisse {
	font-weight: bold;
	text-align: center;
	font-size: 1.8em;
  margin-top: 20px;
  font-color: #909090;
}

/*****************/
/*** Container ***/
/*****************/
#div_container {
	background-color:#ffffe1;
}

#div_navigation {
	background-color:#fefbb6;
}

#keine_ergebnisse {
	color: #990000;
}


/*************/
/*** Links ***/
/*************/
ul#naviZurueck a:hover {
	color: #ffffff;
	background-color: #29638B;
}

/*************/
/*** Text ***/
/*************/
h1 {
    color: #6c6d67;
    font-size: 1.2em;
    font-weight: normal;
    margin: 0.5em 0.5em 0.3em;
    text-align: center;
}

.stand {
		font-size: 0.8em;
    text-align: center;
}

#div_anzeigeBereich {
    padding-left: 10px;
    padding-right: 10px;
}

#div_anzeigeBereich h2 {
    background-color: #fee855;
    border-color: #990000;
    border-style: solid;
    border-width: 1px;
    color: #990000;
    font-size: 110%;
    font-variant: small-caps;
}

#tab_anzeigeLinks {
    margin-top: 1em;
}

a {
	line-height: 1.5em;
}

#div_footer a {
	color: #0000ff;
	text-decoration: underline;
}