/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans:300,700);*/

body, input[type="text"] {
 font-family: droid-sans, sans-serif;
 font-weight: normal;
 font-size: 16px;
}

/* Hack für alle IE + Edge, damit die Schriften nicht total Bold ausschauen
@media screen\0 {
	body, input[type="text"] {
	 	font-family: sans-serif;
	}
}
_:-ms-lang(x),
_:-webkit-full-screen,
body, input[type="text"] {
    font-family: sans-serif;
}
*/


h1 {
 font-size: 2.25em;
}

h2 {
 font-size: 1.5em;
}

p {
 font-size: 1em;
}

/*#accordion.ui-widget {
  font-size: 1em;
  padding: 0;
}*/

.nav.main li a,
.nav.main li {
 color: #113f93;
 text-decoration: none;
 font-size: .956em;
 line-height: .744em;
 cursor: pointer;
}

.nav.head li a,
.nav.head li p {
 color: #626261;
 text-decoration: none;
 font-size: .750em;
 line-height: .766em;
}

.nav li a:hover {
 text-decoration: underline
}

/*div#ihr_projekt ul h2,
div#ihr_projekt ul li a {
 font-size: .75em;
 color: #000;
 text-decoration: none;
 font-family: "Droid Sans",sans-serif;
 font-weight: normal;
}

div#ihr_projekt ul li a:hover {
 text-decoration: underline;
}*/

.nav.footer li a,
.nav.footer p {
 color: #fff;
 font-size: .750em;
 text-decoration: none;
}

.nav.footer li a:hover {
 text-decoration: underline;
}

#footer input.searchTerm {
 color: #b1b2b3;
 font-size: 0.750em;
 font-family: 'Droid Sans', sans-serif;
}

#footer input.searchSubmit {
 color: #ffffff;
}

#sidebar .box {
  color: #003e8f;
  width:100%;
}

#sidebar .box p {
  color: #FFFFFF;
  position: relative;
}

.box.bgWhole p, .box.bgBrown p span.boxSubhead, .box.bgBrown p {
  color: #5F5F5F !important;
}

.box p.readMore {
  color: #032e76 !important;
  font-weight: bold;
}
p.readMore {
  color: #032e76 !important;
  font-weight: bold;
}
#content .box p.readMore {
  color: #032e76 !important;
  font-weight: bold;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.box p.headline {
color: #003e8f !IMPORTANT;
}