/*-------Seitenweite Einstellungen------------*/
body {
	font-family: Arial,Verdana,Helvetica,sans-serif; 
	font-size: 80%; 
	background-color: #fff; 
	color: #000;
	background-image: none; 
	background-repeat: repeat-y; 
}
body,div,span,img,h1,h2,h3,h4,p,ul,li,a {
	margin: 0px; /*Bildabstand bei Explorer sowie Abstaende zum naechsten div (IE 4) - */
	padding: 0px;
	border: 0px; /*explorer 5 win - Abstand oben*/
}
ul {
	list-style: none;
}
a {
color: #840505; 
text-decoration: none; 
}

/*-------Einstellungen der einzelnen Seitenbereiche------------*/
/*-------Einsprung direkt zum Inhalt für linearisierte Browser-----------*/
.navisprung {
	display: none;
}
/*------------------------------*/
/*-------Kopfbereich------------*/
/*------------------------------*/
#hintergrund {
	display: none;
}

#logo {
display: none;
}
#headline1 {
display: none;
}
#headline2 {
display: none;
}
.headline2image {
display: none;
}

/*-------Content und Navi------------*/
#contentblock {
	margin: 0; 
	height: auto; 
}

/*------------------------------*/
/*-------Mikro-Navigation------------*/
/*------------------------------*/
#mikronavi {
	position: absolute;
	top: 20px; 
	left: 15px;
	font-size: 85%;
	color: #012779;
	padding: 5px 0 4px 0;
}
#mikronavi a {
	color: #840505;
	background-color: #fff;
	text-decoration: none;
	background-image: none; 
	background-repeat: no-repeat;
	background-position: 0em 0em;
	padding-left: 0;
	margin-right: 3px;
}

/*------------------------------*/
/*-------Inhalt------------*/
/*------------------------------*/
#inhalt {
	position: absolute;
	top: 6em;
	left: 15px;
	font-size: 100%; 
	background-color: #fff; 
	z-index: 9;
}
/*---------------------------------------------------------------*/
/*-------Grafikbox horizontal unterhalb der Mikronavigation------------*/
/*---------------------------------------------------------------*/
img.grafikheadline {
	display: none;
}
/*---------------------------------------------------------------*/
/*-------Inhaltsbereich links------------*/
/*---------------------------------------------------------------*/
#inhaltlinks {
	margin: 0 15px 2em 0;
}
/*---------------------------------------------------------------*/
/*-------inhaltsbereich rechts - Aktuelles etc.------------*/
/*---------------------------------------------------------------*/
#inhaltrechts {
	position: relative;
	width: 250px;
	float: right;
	margin: 0 15px 2em 3em;
	visibility: visible;

}
/*---------------------------------------------------------------*/
/*-------Fußbereich mit Druckbutton------------*/
/*---------------------------------------------------------------*/

#fuss {
display: none;
}

/*-------------------------------------*/
/*-------Haupt-Navigation links------------*/
/*-------------------------------------*/
#navi {
display: none;
}
/*----------------------------------*/
/*-----Textauszeichnung----------------*/
/*----------------------------------*/
/*Überschriften*/
h1,h2,h3,h4 {
	line-height: 120%;
}
h1 {
	font-size: 125%;
	color: #646b7a;
}
h2 {
	font-size: 100%;
	color: #840505; 
	font-weight: bold;
	margin: 25px 0 10px;
}

h3 {
	display: block;
	font-size: 100%;
	color: #840505; 
	font-weight: bold;
	margin: 25px 0 0 0;
}

h4 {/*für Linkliste im linken Block*/
	font-size: 100%;
	color: #000; 
	font-weight: bold;
	height: 20px;
	width: 230px;
	margin: 25px 0 10px 0;
	padding: 0px 0 0 0px;
	background-color: #fff;
}
/*Absatzformat*/
p {
	font-size: 100%;
	font-weight: normal;
	color: #000; 
	margin-bottom: 13px;
	line-height: 110%;
}
/*weitere Textformate*/
i,em,.kursiv {
	font-style: italic;
}
b,strong,.fett {
	font-weight: 800;
}
acronym,abbr,.abkuerzung {
	font-variant: normal;
}
/*----------------------------------*/
/*-----Sonstige Formate für Listen, Seitenanker etc.----------------*/
/*----------------------------------*/
/*Linklisten z.B. im rechten Inhaltsbereich*/
ul.linkliste {
	list-style-image: url(../img/pfeil_rechts_ul.gif);
	padding: 1px 0 0 36px;
	line-height: 120%;
	margin-bottom: 12px;
}
ul.linkliste li {
	margin-bottom: 0.7em;
}
ul.linkliste a {
	color: #840505; 
	text-decoration: none;
}


/*'zurück zum Seitenanfang' und Button 'mehr'*/
.zwischenlink {
	display: none;
}
.seitenanfang {
	display: none;
}
.mehr {
	display: none;
}