/* Standard-CSS für berliner-behindertenzeitung.de */

/* "Alles auf 0 setzen" */
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
  padding: 0;
  font-family: Verdana, Arial;
}
html, body {
   font-size: 101%; /* Font-groesse 101% - Workaround fuer relative Groessen*/
   text-align: center; /* zentrierung fuer IE */
   /*background-color: #fdeee7;*/
   text-align: center;
}
a:hover, a:focus {
	background-color: #999999;
}
#aktiv {
	color: #ffffff;
	text-decoration: none;
}
.clear { /* Floats zuruecksetzen*/
	clear: both;
}
.navi {
	line-height: 2em;
	text-align: center;
}
.navi ul {
	list-style: none;
	background-image: url(bilder/roteStreifenEndlos.gif);
}
.navi ul li {
	display: inline;
	margin: 0 2em;
	text-align: center;
}
.navi a, .aktuelldownload a, .inhalt a {
	color: #000000;
	font-weight: bold;
	font-size: 1em;
}
.header { 
	margin: 1em 0em;
	white-space: nowrap;
}
.header img .bbvlogo {
	width: 5.9375em;
	height: 8em;
}
.header img .bbzkopf {
	width: 45.3125em;
	height: 8.125em;
}
.fettabstand {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.2em;
}
.info {
	margin-top: 1em;
	font-weight: bold;
}
.inhaltswrapper {
	width: 100%;
	text-align: center;
}
.inhalt {
	font-size: 0.9em;
	margin: auto;
	width: 43.75em; /* Breite der Box in Pixeln x 0,0625 ergibt die Angabe in em / Angabe von font-size ... 630px x 0,0625 / 0,9 = 43,75 */
	text-align: left;
}
.fett {
	font-weight: bold;
}
h1 {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.2em;
	display: inline;
}
h2 {
	margin-top: 1em;
	font-weight: bold;
	font-size: 1.1em;
}
.preise th, .preise td {
	padding: 0.4em 0.6em;
	text-align: center;
}
.aktuellliste, .hervor {
	color: #990000;
	font-size: 1.2em;
}
.aktuellliste td, .aktuellliste th {
	vertical-align: top;
}
.teiler {
	background-image: url(bilder/roteStreifenEndlos.gif);
	height: 1em;
}
.tarechts {
	text-align: right;
}
.einrueck {
	padding-right: 1em;
	white-space: nowrap;
}
.aktuelldownload {
	margin-top: 1em;
	text-align: center;
}
.jahrliste {
	float: right;
	width: 20%;
}
.jahrliste ul {
	list-style: none;
}
.jahrliste a {
	color: #000000;
}
.achtung {
	background-color: #ff0000;
	color: #ffff00
}