/* SwbStandard.css erstellt am 6.1.2017, 17:52 von SwbAushang.exe, */
/* einer Software für den Schießsport von Mösenlechner */

body {
	/*background:url(MeinLogo.gif) no-repeat; */       /*bei Bedarf Hintergrundbild einbinden Format: *.bmp, *.jpg, *.gif */
	/*background-attachment:fixed;*/		/* nicht scrollen */
	/*background-position:10px 50px;*/		/* Pos x, y */
	background-color: #88C988;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2%;
	margin-bottom:auto;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {                                     /* noch nicht besuchter Link */
	font-weight: normal;
	color: #dddddd;
	text-decoration: none;
       font-size: 14px;
}
a:visited {                                  /* besuchter Link */
	font-weight: normal;
	color: #dddddd;
	text-decoration: none;
       font-size: 14px;
}
a:focus {                                    /* Link mit Fokus*/
	font-weight: normal;
	color: Navy;
	text-decoration: none;
       font-size: 14px;
}

a:hover {                                    /* Link beim Überfahren der Maus */
	font-weight: normal;
	color: White;
	text-decoration: underline;
       font-size: 14px;
}
a:active {                                   /* angeklickter Link */
	font-weight: normal;
	color: #aaaaaa;
	text-decoration: none;
       font-size: 14px;
}
h1{			/* für 1. Kopfzeile */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: Black;
	font-size: 22px;
	margin: 1;
}
h2{			/* für 2. Kopfzeile */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	font-size: 20px;
	margin: 1;
}
h3{			/* für 3. Kopfzeile */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: Black;
	font-size: 18px;
	margin: 1;
}
h4{			/* für übrige Texte */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: Black;
	margin: 1;
	font-weight: bold;
}
h5{			/* Fusstext (C)-Meldung */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: Black;
	margin: 1;
}
input.meinbutton {			/*  buttons */
	font-size: 15px;			/* Schrifthöhe */
	color: Gray;			/* Schriftfarbe */
	background-color: silver;			/* Hintergrund-Farbe */
	border: 1px solid #000000;			/* Umrandung Stärke + Farbe */
	border-radius: 8px;
}
td{			/* Tabelleninhalt */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: Black;
	margin: 1;
}
td.head{		/* Hintergrundfarbe Kopfzeilen */
	background-color: #b0b0b0;
}
/*Für unterschiedliche Hintergrundfarben jeder zweiten Zeile im Tabelleninhalt: */
td.hell{			/* Hintergrundfarbe der ungeradzahligen Zeilen */
	background-color: #007744;
	color:#eeeeee;
}
td.dunkel{			/* Hintergrundfarbe der geradzahligen Zeilen */
	background-color: #006633;
	color:#eeeeee;
}
