body			/* für Link zum Hintergrund */
{
	background-image: url(Aufbau/Hintergrund_01.jpg);
}
body2			/* Hintergrund mit Farbe*/
{
	background-image: #E6E6FF;
}
.Nr01			/* für Überschrift auf Seiten */
{
	font-size: xx-large;
	color: Black;
	font-family: 'Daubster' , 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	text-align: center;
}
.Nr02			/*  */
{
	font-size: x-large;
	color: Black;
	font-family: 'Daubster' , 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: transparent;
}
.Nr03			/* für Zugriffszähler auf default.aspx */
{
	font-size: large;
	color: Black;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: transparent;
	text-align: center;
}
.Nr04			/* für Labels auf Default.aspx Anmelden.aspx */
{
	font-size: small;
	color: Black;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: Transparent;
	text-align: left;
}
.Nr05			/* für Buttons auf Seiten */
{ 
	font-size: small;
	color: Yellow;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: #3DA6E0;
	text-align: center;
	height:30px;
	width: 100px;
}

.Nr0501			/* für Buttons auf Seiten */
{ 
	background-color: Transparent;
	text-align: center;
	height:100px;
	width: 100px;
}

.Nr06			/* für links zu Produkten */
{
	font-size: smaller;
	color: Yellow;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: Blue;
	text-align: center;
	height: 21px;
	width: 170px;
	font:caption;
	vertical-align:baseline;
}
.Nr07			/* für Gruss auf Arbeit */
{
	font-size: xx-small;
	color: Black;
	font-family: 'Ravie' , 'Matura MT Script Capitals';
	background-color: Transparent;
	text-align: center;
	
}
.Nr08			/* für Beschreibung zu Produkten */
{
	font-size: x-small;
	color: Black;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: Silver;
	text-align: left;
}
.Nr09			/* für Fehlermeldung auf Anmelden.aspx */
{
	font-size: medium;
	color: Red;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: Transparent;
	text-align: left;
}
.Nr10			/* für Panel */
{
	border-color: Aqua;
}
.Nr11			/* Bildanzeige - Bilderzaehler */
{
	font-size: small;
}
.Nr12			/* für normale Beschriftung auf Schiessen */
{
	font-size: medium;
	color: Black;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: Transparent;
	text-align: left;
}
.Nr13			/* für Buttons auf Seiten ohne Groessenbegrenzung */
{
	font-size: small;
	color: Blue;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: Yellow;
	text-align: center;
}
.Nr14			/* für Impressum auf default.aspx */
{
	font-size: xx-small;
	color: Black;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: transparent;
	text-align: center;
}
.Nr15			/* für Information über e-mail Sendung auf Info.aspx */
{
	font-size: x-small;
	color: Red;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: Transparent;
	text-align: left;
}
.Nr16			/* für große Beschriftung auf Schiessen-Rekorde */
{
	font-size: large;
	color: Black;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: Transparent;
	text-align: left;
}
.Nr17			/* für kleine Beschriftung auf Schiessen-Rekorde */
{
	font-size: x-small;
	color: Black;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , Arial;
	background-color: Transparent;
	text-align: left;
}
.Nr18			/* für Wilkommen auf Uebersicht */
{
	font-size: xx-large;
	color: Black;
	font-family: 'Microsoft Sans Serif' , 'Times New Roman' , 'Arial';
	text-align: center;
}

