/* Standardelemente */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

td,tr{vertical-align:top;}
h1{
 font-family: Garamond, "Times New Roman", Times, serif;
 font-size: 200%;
 color: #334d55;
 margin: 0px;
 padding: 10px 0px 20px 0px;
}

h2{
 font-family: Garamond, "Times New Roman", Times, serif;
 font-size: 145%;
 color: #006699;
 margin: 0px;
 padding: 15px 0px 15px 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 90%;
 color: #334d55;
 margin: 0px;
 padding: 10px 0px 10px 0px;
}

h4{
 font-family: Garamond, "Times New Roman", Times, serif;
 font-size: 95%;
 font-weight: bold;
 color: #990033;
 margin: 5px;
 padding: 5px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/* Container-Elemente */
#seite-container /*der Container für alles: Maximal- und Minimalbreite*/
{
	width:759px;
	background-color:white;
}

#kopf-container /* der Container für die Kopfgrafiken und obere Navigation */
{	
	width:759px;
	padding-top:0px;
	margin:0px;
}

#inhalt-layoutcontainer /* umfasst die Navigation links und den Inhalt */
{
	width:795px; /* etwas weiter, damit es bei großen Bilder nicht umbricht */
	min-height:250px;
	margin-top:0px;margin-right:0px;margin-bottom:15px;margin-left:0px;
	padding:0px;
}


/* NAVIGATION OBEN*/
#nav_oben { 
	float:none;
	position:relative;
	border-bottom:1px solid #000000;
	margin:-6px 0px 0px 0px;
	padding:0px 0px 2px 0px;
	text-align:right;
}

#nav_oben a { 
	border-right:1px solid #000000;
	padding:4px 10px 4px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-align:right;

}

#nav_oben a:hover{ /* Hintergrundfarbänderung für ganze Navigation */
	background-image:url(blau.gif);
	color:#FFFFFF;
	text-decoration:none;
}

.nav1 { /* Hauptnavigation mit oben und unten Rahmen  */
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	display: block;	
	border-top: 1px solid #cccccc;   
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	padding: 2px 5px 2px 5px;
	}

.nav_2{ /* Zweite Navigationsebene wird eingerückt und blau */
	color:#000000;
	padding: 0px 0px 0px 14px;
	font-weight:normal;
	font-size:11px;
	display: block;	
	border: 5px #cccccc;
	}

.nav_3{ /* Dritte Navigationsebene wird weiter eingerückt */
padding: 0px 0px 0px 24px;
font-weight:normal; 
display: block;
border: #ffffff;
}

/* NAVIGATION ENDE */

#nav_links { /* Spalte für neue Publikationen (nur auf der Startseite verwendet) */
	float:left;
	position:relative; 
	width:160px; 
	padding: 18px 2px 2px 0px;
	margin: 0px; 
}

#nav_links a:hover{ /* Hintergrundfarbänderung für ganze Navigation */
	background-color:#C3C5FF;
	text-decoration:none;
	border: 1px solid #ffffff;   
}

#nav_links p {
padding:2px 2px 2px 2px;
margin:5px 0px 0px 0px;
display:block;
clear:both;
}


/* INHALT */
#hauptfenster {  /* Inhaltsspalte recht von der Navigation mit fester Breite */
	float:left;	
	width:590px;
	position:relative;
}

#hauptfenster p,td,li{ 
font-size:12px; 
margin-top:0px;
}

ul.flach{margin-left:0px;}

#hauptfenster img.bildlinks {
float:left;
clear:left;
padding:0px 4px 4px 0px;
}

#hauptfenster img.bildrechts {
float:right;
clear:right;
padding:0px 0px 4px 4px;
}

#hauptfenster img.bildnormal {
float:none;
padding:0px 4px 4px 4px;
}

.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;
	}

.feature {
margin:5px 5px 30px 5px;
padding:5px 5px 5px 5px;
padding: 0px 0px 10px 10px;
display:block;
clear:both;
/* border-top:1px dotted #993333;  */
/* border-left:1px dotted #993333; */
}

.feature img{
	float: left;
	padding: 4px 4px 0px 0px;
}

.feature table{
	clear:right;
	padding: 0px 0px 4px 4px;
	border: 1px solid gray;
	margin: 2px;
}

.feature p {
	line-height: 150%;
	 text-align: left;
	 letter-spacing:120%;	
}


.feature li {
	line-height: 140%;
	text-indent: 0px;
	padding-bottom: 0.5em;
}

/* 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{
	padding-left:25px
	}

/*  EINSICHTEN UND PERSPEKTIVEN INHALTSVERZEICHNIS */
#report table {
	background-color: #ffffff;
	border: 1px solid black;
}

#report td {
	padding: 0px 1px 0px 3px;
	font-size: 75%;
	background-color: #EFEEFF;
}

/* Farbe des Kopfteils: #666AA8 */

#report th {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:100%;
	font-weight:bold;
	text-align:left;
	color: #ffffff;
	background-color:#666AA8;
	padding:4px;
	border-bottom:1px solid black;
}

#report a {
	font-size:90%;
}

#report a:hover {
	text-decoration:underline;
	border: none;
	background-color:#EFEEFF;  
}

#report p {
border-bottom:1px solid #999999;
padding: 2px 0px 7px 0px;
}

/*  EINSICHTEN UND PERSPEKTIVEN ENDE */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 0px 0px;
}

.story img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.fussnote{
	clear: both;
	border: 1px solid #cccccc;
	padding: 10px 5px 5px 20px;
	font-size: 80%;
}

.fussnote p {
text-indent: -12px;
line-height: 130%;
margin-bottom: 5px;
}


#kasten{
	border: 1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	font-family:"Times New Roman", Times, serif;
	background-color:#F5F5F5;
}

.fussnote a{
	text-decoration:none;
}

.ausgabe_jahr{
	font-size:70%;
	font-weight:bold;
	text-align:right;
	color:#666666;
	padding:15px 5px 0px 0px;
}

.imageContainer {
float:right;
margin:0 0 0.5em 1em;
border-collapse:collapse;
border:1px solid #CCCCCC;
padding: 5px;
width:300px
}

.largeImageContainer {
margin:0m;
border-collapse:collapse;
border:1px solid #CCCCCC;
padding: 5px;
width: 550px;
}

.imageContainer a img {
	border: 1px solid #ffffff;
	border-collapse:collapse;
}

.imageContainer a:hover img {
	border: 1px solid #006699;
}

.imageContainer img, .largeImageContainer img {
	vertical-align:middle;
	border:none;
	padding:0px;
}

.imageContainer .discreet, .largeImageContainer .discreet {
color:#76797C;
font-size:70% !important;
font-weight:normal;
text-align:left;
margin:0px;
line-height:120%;
}

.imageContainer .discreet i, .imageContainer .discreet em,
.largeImageContainer .discreet i, .largeImageContainer .discreet em{
	font-size: 90%;
	color: #999;
}
