/* Standardelemente */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px;
	padding: 20px;
}

a{ text-decoration: underline;}
a:link{ text-decoration: underline;}
a:visited{ text-decoration: underline;}
a:hover{ text-decoration: underline;}

#kopf-container /* der Container für die Kopfgrafiken */
{	
	height:92px; 
	width:100%;
	padding-top:0px;
	margin:0px;
}
#nav{display:none}
#fuss{display:none}

/* Container-Elemente */
#seite-container /*der Container für alles: Maximal- und Minimalbreite*/
{
	background-color:white;
}

div.wappen {
	display:none;
}

#inhalt-layoutcontainer /* umfasst die Navigation und den Inhalt */
{
	width:95%; 
}


/* NAVIGATION */
#nav { /* Navigation links mit fester Breite */
}

#nav a:hover{ /* Hintergrundfarbänderung für ganze Navigation */
}

.nav1 { /* Hauptnavigation mit oben und unten Rahmen  */
	}

.nav_2{ /* Zweite Navigationsebene wird eingerückt und blau */
	}

.nav_3{ /* Dritte Navigationsebene wird weiter eingerückt */
}
/* NAVIGATION ENDE */

/* INHALT */
#hauptfenster {  /* Inhaltsspalte recht von der Navigation mit fester Breite */
	float:left;	
	width:99%;
	position:relative;
}

#hauptfenster p,td,li{ /* Standard Schriftgröße */
font-size:80%;	
}

#hauptfenster img {
float:left;
padding:0px 4px 4px 0px;
}

#hauptfenster img.bildrechts {
float:right;
}

#hauptfenster img.bildnormal {
float:none;
}

.kasten{
	border: 1px solid #cccccc;
	padding: 10px 10px 10px 10px;
	background-color:#F5F5F5;
}

.titel{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#144E56;
	}

/* INHALT ENDE */

/* FUSSZEILE   */
#fuss  /* umfasst Impressum und so */
{
		float:none;
		font-size: 88%;
        padding-top:2px;padding-right:2px;padding-bottom:2px;padding-left:2px;
}

.impressum{
font-size:10px}
/* FUSSZEILE ENDE */


#neu { /* Spalte für neue Publikationen (nur auf der Startseite verwendet) */
	float:left;
	position:relative; 
	width:171px; 
	padding: 2px 2px 2px 2px;
	margin: 4px; 
	border-left: 1px dotted #999999;
	}

#neu p {
padding:2px 2px 2px 2px;
border-top:1px dotted #999999;
font-size: xx-small;
margin:0px 0px 4px 0px;
display:block;
clear:both;

}

#neu img {
float:left;
padding:2px 2px 2px 0px;
}


.meldung { /* Wichtige Infos der BLZ ganz oben */
margin:5px 5px 15px 5px;
padding:5px 5px 5px 5px;
display:block;
clear:both;
border:3px double #FFD200;
background-color: #DDDDDD;
}


.print{
display:none;
	}

/*  EINSICHTEN UND PERSPEKTIVEN  */
.report{
	background-color: #cccccc;
}

.report p {
	padding: 0px 1px 0px 3px;
	font-size: 70%;
}

.report-header {
	font-family:"Courier New", Courier, mono;
	font-weight:bold;
	color: white;
	background-color:#000000;
}

.report a {
	font-size:90%;
}

.report a:hover {
	font-size:90%;
	text-decoration:underline;
	border: none;
	background-color:#cccccc;   
}
/*  EINSICHTEN UND PERSPEKTIVEN ENDE */

/*  LEXIKON  */
.lexikon{
	background-color: #ffffff;
	font-size:xx-small;
}

.bpb
{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

.normal {
	float:none;	
	font-size:80%;
	 }

.header {
	font-size:80%;
	font-weight:bold;
	color: black;
	background-color:#FFD200;
}
/*  LEXIKON ENDE */
