/* SwbStandard.css erstellt am 11.11.2006,  2:29 von SwbAushang.exe, */
/* einer Software für den Schießsport von Mösenlechner */

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

a:link {                                     /* Link */
	font-weight: normal;
	color: #ba0000;
	text-decoration: none;
   font-size: 14px;
}
a:visited {											/* besuchter Link */
	font-weight: normal;
	color: #800000;
	text-decoration: none;
   font-size: 14px;
}
a:hover {                                    /* Link beim Überfahren der Maus */
	font-weight: normal;
	color: #ba0000;
	text-decoration: underline;
   font-size: 14px;
}
a:active {                                   /* angeklickter Link */
	font-weight: normal;
	color: red;
	text-decoration: none;
   font-size: 14px;
}
a:focus {                                    /* */
	font-weight: normal;
	color: #ba0000;
	text-decoration: none;
   font-size: 14px;
}
h1{											/* für 1. Kopfzeile */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	color: #183a23;
	font-size: 24px;
	margin: 10;
}
h2 { 
	color: black; 
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	margin-bottom: 30px 
}
h3{											/* für 3. Kopfzeile */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ba0000;
	font-size: 16px;
	margin: 1;
}
h4{											/* für übrige Texte */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: Black;
	margin: 1;
}
h5{											/* Fusstext (C)-Meldung */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: Black;
	margin: 1;
}
h5 a:link {                                     /* Link */
	font-weight: normal;
	color: #ba0000;
	text-decoration: none;
   font-size: 10px;
}
h5 a:visited {											/* besuchter Link */
	font-weight: normal;
	color: #800000;
	text-decoration: none;
   font-size: 10px;
}
h5 a:hover {                                    /* Link beim Überfahren der Maus */
	font-weight: normal;
	color: #ba0000;
	text-decoration: underline;
   font-size: 10px;
}
h5 a:active {                                   /* angeklickter Link */
	font-weight: normal;
	color: red;
	text-decoration: none;
   font-size: 10px;
}
h5 a:focus {                                    /* */
	font-weight: normal;
	color: #ba0000;
	text-decoration: none;
   font-size: 10px;
}
td{											/* Tabelleninhalt */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: Black;
	margin: 1;
}
td.head{
	background-color: #f6eee3;
}
td.hell{
	background-color: #faf6f1;
}
td.dunkel{
	background-color: #f1e7da;
}
