body
	{
	text-align:center;
	background-color:#FF0000;  <!-- 516b90 -->
	color:#5c6163;
	font-size:12px;
	font-family:Arial,Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	}

.rahmen
	{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	}

.kopf
	{
	background-color:#e0e5eb;
	border:1px solid #2f415f;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	}

.navi
	{
	padding:5px;
	margin-right:0px;
	border:1px solid #2f415f;
	background-color:#e0e5eb;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
	}

	

.inhalt
	{
	margin-left:0px;
	padding:14px;
	border:1px solid #2f415f;
	background-color:#e0e5eb;
	text-align:left;
	}
	

.fuss
	{
	margin-top:10px;
	margin-bottom:10px;
	padding:0px;
	border:1px solid #2f415f;
	background-color:#e0e5eb;
	}


pre
	{
	font-size:12px;
	font-family:Arial,sans-serif;
	}

.text
	{
	padding:15px;
	}

.text_negativ
	{
	margin-left:-10px;
	font-weight:bold;
	}

a
	{
	text-decoration:underline;
	font-weight:bold;
	font-style:italic;
	}
	
a:link
	{	
	color:#516b90;
	background-color:transparent;
	}
	
a:visited
	{
	color:#2f415f;
	background-color:transparent;
	}
	
a:hover
	{
	color:#000000;
	background-color:transparent;
	}

a:active
	{
	text-decoration:underline;
	font-weight:bold;
	}

.klein
	{
	font-size:10px;
	font-style:italic;
	}

/* Tabelle */



	
table.blind
	{
	padding:10px;
	vertical-align:top;
	}
	
td
	{
	vertical-align:top;
	font-size:12px;
	font-family:Arial,sans-serif;
	}

.r
	{
	text-align:right;
	}

.l 	
	{
	text-align:left;
	}
	
.c 	
	{
	text-align:center;
	}
	

/* BILDER */

img
	{
	margin-top:12px;
	margin-bottom:12px;
	}

img.rand
	{
	border:1px solid #2f415f;
	}
	
/* Oberer und unterer Abstand */
/*Bilder im Fliesstext*/

img.links
	{
	vertical-align:text-top;	
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	}
	
/* Ausrichtung einer Grafik nach links. Text wird neben der Grafik dargestellt. */

p.imglinks
	{
	clear:left;
	}
	
/* Um Text, wieder unter der Grafik zu positionieren, z.B. wenn nur neben der Grafik eine kurze Erläuterung steht. Nicht nötig, wenn ein langer Fliesstext die Grafik einbettet. */


img.rechts
	{
	vertical-align:text-top;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	}
	
/* Ausrichtung einer Grafik nach rechts. Text wird neben der Grafik dargestellt. */

p.imgrechts
	{
	clear:right;
	}
/* Um Text, wieder unter der Grafik zu positionieren, z.B. wenn nur neben der Grafik eine kurze Erläuterung steht. Nicht nötig, wenn ein langer Fliesstext die Grafik einbettet. */

