/* Stylesheet L125 VORAUS - Print */

/* Beginn Basics */

body {
	background: #FFFFFF;
	  }
				
#schrift_titel {
							  position: absolute;
								top:0px;
								left:151px;
								margin:0px;
								padding:0px;
							 }
							 
#schrift_titel h1 {
								margin:0px;
								padding:0px;
							 }							 							 

#lastmod, #right
{	
 position:absolute;
 right:5px;	
 text-align:right;
 float:right;
}

#footer
{
 font-size: 12px;
}

/* Schriften allgemein */
	
a,h1,h2,h3,h4,em,p,b,li,td,th,u,blockquote,legend,label 
{text-decoration: none;
 font-family: Arial,
							Helvetica,
							sans-serif;
							}	
														
a,em,p,li,td,u,blockquote,legend,label 
{
 color: #000000;							
}

p,h3,li,em,u,blockquote,legend,label {font-size: 14px;}
p.small {font-size: 12px; margin:0px;}

/*erste Überschrift: Oben an der Spalte */
h1       {font-size: 24px;}

/*zweite Überschrift: Hauptfenster-Einträge */
h2       {font-size: 20px; margin-bottom: 2px;}

/*dritte Überschrift: Einträge im kleinen Fenster */
h3       {font-size: 16px; margin: 0px;}

/*vierte Überschrift: Datum etc. als Kopfzeile zu Einträgen bei Dates auf der Startseite*/
h4       {font-size: 12px; font-weight: normal; margin:0px;}

/*vierte Überschrift: Datum etc. als Kopfzeile zu Einträgen bei Dates auf der Startseite*/
h4.small {font-size: 9.26px; font-weight: bold; margin:0px;}

/*Listenformat*/

ul {margin-left:15px;
    margin-top:6px;
    padding:0px;}	

li {margin-top:6px;}			
				
u  {text-decoration:underline}

/*Verkleinerte Abstände*/
*.nixob  {margin-top: 0px;}
*.nixunt {margin-bottom: 0px;}
*.nixnix {margin-top: 0px; margin-bottom: 0px;}

/*Mehr Abstand*/
*.abstand {margin-top: 5px;}

/*Zentriert*/
*.cen {text-align: center}

/*Fette Schrift*/
*.fett {font-weight: bold;}

*.fettblue {font-weight: bold; color: #566870;}

*.blue {color: #566870;}

/*Tabellenangaben */
table     {border:1px solid white; border-spacing:10px; margin-top: 10px;
color:#ffffff; /* IE 6 */}
th        {font-size: 16px; font-weight: bold; text-align:left;}
td        {font-size: 14px; }
td.black {background-color: grey; margin-bottom: 50px;}

tr.red {background-color: #FF9999; margin-bottom: 50px;}
tr.green {background-color: #99FF99; margin-bottom: 50px;}
tr.lightblue {background-color: #CCCCFF; margin-bottom: 50px;}


/*Links im Fließtext*/
p a:link    {color: #566870; font-size: 14px; font-weight: bold; text-decoration: underline}
p a:active  {color: #000000; font-size: 14px; font-weight: bold; text-decoration: none}
p a:visited {color: #000000; font-size: 14px; font-weight: bold; text-decoration: none}
p a:hover   {color: #000000; font-size: 14px; font-weight: bold; text-decoration: underline}


/*Links im Fließtext*/
a:link    {color: #009900; text-decoration: none}
a:active  {color: #FF0000; text-decoration: none}
a:visited {color: #009900; text-decoration: none}
a:hover   {color: #00FF00; text-decoration: underline}


