/* CSS Document */

body {
    /* Schriftart */
	font-family : Tahoma, Verdana, Arial;
	font-size   : 8pt;
	color       : #FFFFFF;
	/* Hintergrund */
	background-color: #0B142F;
	margin-top     : 10;
	margin-bottom  : 10;
	padding-top    : 0;
	padding-bottom : 0;
	margin-left    : 0;
	padding-left   : 0;
	margin-right   : 0;
	padding-right  : 0;
}

/*
------------------------------------   FONT-TYPES
*/

strong {
	color: #FFFFFF;
	font-weight: bold;
}

.textheader {
	color : #FF6600;
	font-weight: bold;
}

.header {
	font-size : 10pt;
	font-weight: bold;
}

.nwsheader {
  font-size: 7pt;
}

/*
------------------------------------   HYPERLINKS
*/

a {
	color           : #FFCC00;
	text-decoration : none;
	font-weight     : bold;
}

a.sub {
	color           : #FFCC00;
	text-decoration : none;
	font-weight     : bold;
	font-size       : 7pt;
}

a.nwsHeader {
	color       : #FFCC00;
	font-weight : bold;
	font-size   : 8pt;
}

a.img {
  border-color: #FFCC00;
}

a:hover {
	text-decoration: underline;
	font-weight     : bold;
}

/*
------------------------------------   TABELLEN
*/

/*Tabellen der Klasse "content" enthalten Texte und Inhalte.
Der Style richtet einen entsprechenden Platzhalter zwischen
Tabellenrand und Text ein. */
.content {
    /* Platzhalter links und rechts */
	margin-left: 4;
	margin-right: 4;
    /* Font-Styles */
	font-family : Tahoma, Verdana, Arial;
	font-size   : 8pt;
	color       : #FFFFFF;
}

.images {
    /* Platzhalter links und rechts */
/*	margin-left: 4;
	margin-right: 4;
    /* Font-Styles */
	font-family : Tahoma, Verdana, Arial;
	font-size   : 8pt;
	color       : #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
/*	border-width: 1;
	border-style: solid;
	border-color: #2847A4;
	border-collapse: separate; */
}

.rowFile {
	background-color: #2847A4;
	height: 36;
	margin-left: 4;
    /* Font-Styles */
	font-family : Tahoma, Verdana, Arial;
	font-size   : 8pt;
	color       : #FFFFFF;
}

.rowNavigator {
	height: 25;
	margin-left: 4;
    /* Font-Styles */
	font-family : Tahoma, Verdana, Arial;
	font-size   : 8pt;
	color       : #FFFFFF;
}

.rowContents {
	line-height: 16px;
}


/*
------------------------------------   SECTION
*/


/*
------------------------------------   EINRÜCKUNGEN FÜR DL
*/

DT {
	margin-left : 0;
}

DT.sub1 {
	margin-left: 16;
	font-size: 7pt;
}

/*
------------------------------------   CODE FRAGMENTE ZUR ERRINNERUNG
*/

/*
.formheader {
	color: #999999;
	font-size: 120%;
	font-weight: bold;
}

.vplaceholder {
	width: 2;
}

.hplaceholder {
	height: 2;
}

.test {
	background-color: #000000;
}

.content {
	padding-cell: 0;
	margin-top: 4;
	margin-bottom: 4;
	padding-top: 4;
	padding-bottom: 4; 
	margin-left: 4;
	margin-right: 4;
	padding-left: 0;
	padding-right: 0;
}

.images {
	padding-cell: 3;
}
*/
