/* VortStandard.css erstellt am 8.4.2005, 14:48 von Vortel.exe, */
/* einer Software für den Schießsport von Mösenlechner */

body {
	background-color: #bebebe;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	margin-bottom:auto;
}

a:link {                                     /* Link */
	font-weight: normal;
	color: #0000E0;
	text-decoration: none;
}
a:visited {                                  /* besuchter Link */
	font-weight: normal;
	color: Gray;
	text-decoration: none;
}
a:hover {                                    /* Link beim Überfahren der Maus */
	font-weight: normal;
	color: Red;
	text-decoration: underline;
}
a:active {                                   /* angeklickter Link */
	font-weight: normal;
	color: Green;
	text-decoration: none
}
a:focus {                                    /* */
	font-weight: normal;
	color: Blue;
	text-decoration: none
}

 h1{											/* für 1. Kopfzeile */
	font-family: Univers, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: Black;
	font-size: 20px;
	margin: 1;
}
 h2{											/* für 2. Kopfzeile */
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	font-size: 16px;
	margin: 1;
}
 h3{											/* für 3. Kopfzeile */
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	font-size: 14px;
	margin: 1;
}
 h4{											/* für übrige Texte */
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: Black;
	margin: 1;
}
 h5{											/* Fusstext (C)-Meldung */
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: Black;
	margin: 1;
}
 td{											/* Tabelleninhalt */
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: Black;
	margin: 1;
}
 td.head{
	background-color: #b0b0b0;
}
 td.hell{
	background-color: #e0e0e0;
}
 td.dunkel{
	background-color: #d0d0d0;
}
