/* CSS-Datei fuer die deutsche Version des Platt-Webs */

/* Angaben fuer Randabstand und Hintergrundfarbe */
body
{
background-color:#ffffcc;
margin-top:0px;
}

/* für die horizontal rule */
hr
{
font-size:8pt;
font-family:Helvetica,Verdana,Arial;
font-weight:bold;
color:blue;
margin-left:20px;
margin-right:5px;
}

/* für die hauptueberschrift in der kopftabelle */
p.gross
{
font-family:Arial,Times New Roman;
font-Style:bold;
font-Size:0.4cm;
font-weight:550;
color:blue;
}

/* für die unterueberschrift in der kopftabelle */
p.klein
{
font-family:Tahoma, Arial;
font-Style:normal;
font-Size:0.3cm;
font-weight:550;
color:black;
}

p.fussnote
{
font-family:Tahoma, Arial;
font-Style:normal;
font-Size:0.3cm;
font-weight:550;
color:black;
}

/* für den Standardabsatz */
p.normal
{
font-family:Tahoma, Arial;
font-Style:normal;
font-Size:10pt;
font-weight:550;
margin-left:5px;
margin-right:5px;
color:#000000;
}

p.linkliste
{
font-family:Tahoma, Arial;
font-Style:normal;
font-Size:10pt;
font-weight:550;
color:#fbbb5b;	
}

span.e0
{
font-family:Tahoma, Arial;
font-Style:normal;
font-Size:8pt;
font-weight:550;
margin-left:0px;
color:#fbbb5b;	
}

span.e1
{
font-family:Tahoma, Arial;
font-Style:normal;
font-Size:8pt;
font-weight:550;
margin-left:5px;
color:#fbbb5b;	
}

span.e2
{
font-family:Tahoma, Arial;
font-Style:normal;
font-Size:8pt;
font-weight:550;
margin-left:10px;
color:#fbbb5b;	
}


/* für die Standardaufzählung */
li
{font-family:Tahoma, Arial;
 font-Style:normal;
 font-Size:9pt;
 font-weight:450;
 color:#000000;
}

/* für die überschrift typ h1 */
h1
{
font-size:0.8cm;
font-family:Arial,Times New Roman;
font-weight:bold;
color:blue;
}

h1.main
{
font-size:0.8cm;
font-family:Arial,Times New Roman;
font-weight:bold;
color:#fbbb5b;
}


/* für die überschrift typ h2 */
h2
{
font-size:0.6cm;
font-family:Arial,Times New Roman;
font-weight:bold;
color:blue;
}

h2.main
{
font-size:0.6cm;
font-family:Arial,Times New Roman;
font-weight:bold;
color:#fbbb5b;
}

/* für die überschrift typ h2 */
h3
{
font-size:0.4cm;
font-family:Arial,Times New Roman;
font-weight:bold;
color:black;
}

h3.main
{
font-size:0.4cm;
font-family:Arial,Times New Roman;
font-weight:bold;
color:#fbbb5b;
}

/* für die überschrift typ h2 */
h4
{
font-size:0.30cm;
font-family:Arial,Times New Roman;
font-style:normal;
font-weight:bold;
color:black;
}

/* für die überschrift typ h2 */
h6
{
font-size:0.3cm;
font-family:Arial,Times New Roman;
font-style:normal;
font-weight:bold;
color:black;
}

td.normal
{
font-family:Tahoma, Arial;
font-Style:normal;
font-Size:10pt;
font-weight:550;
margin-left:5px;
margin-right:5px;
color:#000000;
}

th.normal
{
font-family:Tahoma, Arial;
font-Style:bold;
font-Size:10pt;
font-weight:550;
margin-left:5px;
margin-right:5px;
color:#000000;
}

td.rightleft
{
	background-color:#fbbb5b;
	/*border-left: thin dashed Gray;
	border-right: thin dashed Gray;*/
}
td.topdown
{
	background-color:#fbbb5b;
	/*border-top: thin dashed Gray;
	border-bottom: thin dashed Gray;*/
}
td.rightdown
{
	
	background-color:#fbbb5b;
	/*border-right: thin dashed Gray;
	border-bottom: thin dashed Gray;*/
}
td.leftdown
{
	
	background-color:#fbbb5b;
	/*border-left: thin dashed Gray;
	border-bottom: thin dashed Gray;*/
}

td.kopfzeile
{
	background-color: #044CAC;
	border-bottom-width : 0px;
	border-left-width : 0px;
	border-top-width : 0px;
	border-right-width : 0px;
}


/* für die textlinks */
a:link
{
font-size:0.25cm;
font-family:Arial,Times New Roman;
font-style:normal;
font-weight:bold;
color:#0000ff;
}

a:visited
{
font-size:0.25cm;
font-family:Arial,Times New Roman;
font-style:normal;
font-weight:bold;
color:#990000;
}

a:active
{
font-size:0.35cm;
font-family:Arial,Times New Roman;
font-style:italic;
font-weight:bold;
color:#0000FF;
}

/* für die navlinks */
a.nav:link
{
font-size:8pt;
font-family:Arial,Times New Roman;
font-style:normal;
font-weight:bold;
color:#fbbb5b;
}

a.nav:hover
{
font-size:8pt;
font-family:Arial,Times New Roman;
font-style:normal;
font-weight:bold;
color:#ffffff;
}

a.nav:visited
{
font-size:8pt;
font-family:Arial,Times New Roman;
font-style:normal;
font-weight:bold;
color:#ffff00;
}

a.nav:active
{
font-size:8pt;
font-family:Arial,Times New Roman;
font-style:normal;
font-weight:bold;
color:#ff00FF;
}
