/******************************************************************/
/* Dateiname:   format.css                                        */
/* Ersteller:   Roland Hangg                                      */
/* Inhalt:      Cascaded-Style-Sheet-Definitionen fuer HTML-Seiten*/
/* Datum:       16.11.2005                                        */
/******************************************************************/

A:Link, A:VISITED {
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
	cursor: hand;
}

/* Definition des Textabsatzes (Standard-Schrift) */
p {font-size:12pt; color:black; font-family:"Arial"; align:justify;}

/* Definition von Listenpunkten (Standard-Schrift) */
li {font-size:10pt; color:black; font-family:"Courier New";}

/* Definition von Unterklassen des Textabsatzes */
p.fuss { font-size:10pt; color:black; font-family:"Arial"; font-style:italic;}
p.zitat { font-size:10pt; color:black; font-family:"Times New Roman"; font-style:italic;}

/* Definition des HTML-Bodies */
body { background-color:white;
       margin-top:0px;
       margin-bottom:0px;
       margin-left:0px;
       margin-right:0px;
       background-image:url("http://www.rolx.de/images/sky.jpg" background-repeat:repeat; background-attachment:fixed;);
}

div.bgfixed {
  background-position: top left;
  background-image:url(http://www.rolx.de/images/sky.jpg); background-repeat:repeat;
  background-attachment:fixed;
}

/* Definition der Ueberschriften */
h1 { color:black; font-size:12pt; font-family:"Courier New"; font-weight:bold;}
h2 { color:blue;  font-size:12pt; font-family:"Courier New"; font-weight:lighter;}
h3 { color:black; font-size:10pt; font-family:"Courier New"; font-variant:small-caps; font-weight:bold;}
h4 { color:black; font-size:10pt; font-family:"Courier New"; font-variant:small-caps; font-weight:lighter;}
h5 { color:blue;  font-size:10pt; font-family:"Courier New";}

/*Definition von Unterklassen*/
.reverse { color:white; font-size:18pt; font-family:serif; letter-spacing: 1.25em; line-height:20pt; background-color:blue; text-align:center; }
.big { color:black; font-size:30pt; font-family:serif; font-style:italic; text-align:right; margin-top: -58pt;}
.first { color:purple; font-size:72pt; font-weight:normal;}
.wn { width: 100%; color: white; background-color:darkblue; font-weight:bold; font-size: 8pt; font-family:"Courier New";}

/*Tabellendefinitionen*/
td { font-size:10pt; color:black; font-family:"Arial";}
tr.first { background-color:lightgrey; font-weight:bold; font-style:italic;}
tr.trans { font-weight:bold;}
tr.lav   { background-color:lavender;}

/*Ergänzungen für die Suchmaschine*/
.NavLink {
	font-family: Verdana, "Courier New", Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: white;
	}

.Hit {
	font-family: Verdana, "Courier New", Helvetica;
	font-variant: small-caps
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	background-color: #FFFF00;
	}

.RecordTitle {
	font-family: Verdana, "Courier New", Helvetica;
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	background-color: #AACCEE;
      }

.RecordStats {
	font-family: Verdana, "Courier New", Helvetica;
	font-style: italic;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	}

code {
	font-family: Courier;
	font-style: normal;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	}
