/*		 Allgemeingültige Defintion	 */
/*		 --------------------------	 */

body
	{
	background: url('   ');			 /* Hintergrundbild */
	background-color:d3d3d3;		 /* Hintergrundfarbe */
	}

p
	{
	}

p.bilder
	{
	text-align:center;
	border:0px;
	 }

h1
	{
  	color:#C00000;		 		 /* Schriftfarbe		*/
	text-align:center;			 /* Textausrichtung		*/
	font-weight:bold;			 /* Schrifttype Fett		*/
	font-size:0.75em			 /* Zeichenabstand 		*/
	}

h2
	{
	color:#C00000;		 		 /* Schriftfarbe 		*/
	text-align:center;			 /* Textausrichtung		*/
	font-weight:bold;			 /* Schrifttype Fett		*/
	font-size:1.5em
	}

h3
	{
  	color:#C00000;		  		 /* Schriftfarbe 		*/
	text-align:center;			 /* Textausrichtung		*/
	font-weight:bold;		 	 /* Schrifttype Fett		*/
	font-size:0.75em		 	 /* Zeichenabstand 		*/
	}

h4
	{
	color:#C00000;		 		 /* Schriftfarbe 		*/
	text-align:center;			 /* Textausrichtung		*/
	font-weight:bold;		 	 /* Schrifttype Fett		*/
	font-size:0.75em		 	 /* Zeichenabstand		*/
	}
		 
h5
	{
	color:#C00000;		 		 /* Schriftfarbe		*/
	text-align:center;			 /* Textausrichtung		*/
	font-weight:bold;		 	 /* Schrifttype Fett		*/
	font-size:0.75em		 	 /* Zeichenabstand		*/
	}

h6
	{
	color:#C00000;		 		 /* Schriftfarbe		*/
	text-align:center;			 /* Textausrichtung		*/
	font-weight:bold;		 	 /* Schrifttype Fett		*/
	font-size:0.75em		 	 /* Zeichenabstand		*/
	}

a		 		 		 /* Verknüpfungen 		*/
	{
	text-decoration:none;		 	 /* Unterstreichung von Verknüfungen */
	}

a:link		 		 		 /* Verknüpfungen 		*/
	{
	color:blue;		 		 /* Schriftfarbe		*/
	}

a:visited		 		 	 /* Besuchte Verknüpfungen 	*/
	{
	color:#000080;		 		 /* Schriftfarbe		*/
	}

a:hover		 		 		 /* Berührte Verknüpfungen	*/
	{
	color:red;		 		 /* Schriftfarbe		*/
	}

a:active		 		 	 /* Aktive Verknüfungen		*/
	{
	color:teal;		 		 /* Schriftfarbe		*/
	}






/* ----------------------------------------------------------- */

/*		 Titel Definitionen		 */
/*		 -------------------		 */


body.titel		 		 	/* Rupf-Eigenschaften	html: <body class="titel">	 */
	{
	background-color:#0000ff;		/* Hintergrundfarbe */
	}

h2.titel		 		 	 /* Überschrift, Titel des Menues   html: <h2 class="titel">	  */
	{
	color:white;		 		 /* Schriftfarbe		 */
	font-size:x-large;		 	 /* Schriftgrösse		 */ 		 
	font-weight:bold;		 	 /* Schrifttype Fett		 */
	text-align:left;		 	 /* Textausrichtung		 */
	font-size:1.1em;		 	 /* Zeichenabstand		 */
	}




/* ----------------------------------------------------------- */

/*		 Time Definitionen		 */
/*		 -----------------		 */


body.time		 		 	 /* Rupf-Eigenschaften	 html: <body class="time">	 */
	{
	background-color:#d3d3d3;		 /* Hintergrundfarbe 		*/
	}

table.time		 		 	 /* Tabellenformatierung    html: <table class="time">	 */
	{
	text-decoration:none;		 	 /* Unterstreichung von Verknüfungen */
	font-size:normal;		 	 /* Schriftgrösse		 */ 		 
	font-size:0.75em;		 	 /* Zeichenabstand		 */
	font-weight: ;		 		 /* Schrifttype Fett		 */
	font-color:white;
	padding: 0px;
	margin: 0px;
	spacing: 3px;
	border:	0px;
	}
p.time
	{
	color:white;		 		 /* Schriftfarbe		 */
	font-size:small;			 /* Schriftgrösse		 */ 		 
	text-align:left;			 /* Textausrichtung		 */
	font-size:0.75em;			 /* Zeichenabstand		 */
	}
 



/* ----------------------------------------------------------- */

/*		 Overview Definitionen		 */
/*		 ---------------------		 */


body.menu		 			/* Rupf-Eigenschaften	html: <body class="menu">	 */
	{
	background-color:#d3d3d3;		/* Hintergrundfarbe */
	}

p.menu
	{
	color:black;		 		 /* Schriftfarbe		 */
	font-size:small;			 /* Schriftgrösse		 */ 		 
	text-align:left;			 /* Textausrichtung		 */
	font-size:0.75em;			 /* Zeichenabstand		 */
	}

h1.menu		 		 		 /* Überschrift, Titel des Menues    html: <h1 class="menu">	  */
	{
	color:black;		 		 /* Schriftfarbe		 */
	font-size:large;		 	 /* Schriftgrösse		 */ 		 
	font-weight:bold;		 	 /* Schrifttype Fett		 */
	text-align:center;		 	 /* Textausrichtung		 */
	font-size:0.75em;		 	 /* Zeichenabstand		 */
	}

h2.menu		 		 		 /* Überschrift, Titel des Menues    html: <h2 class="menu">	  */
	{
	color:black;		 		 /* Schriftfarbe		 */
	font-size:large;		 	 /* Schriftgrösse		 */ 		 
	font-weight:bold;		 	 /* Schrifttype Fett		 */
	text-align:left;		 	 /* Textausrichtung		 */
	font-size:0.75em;		 	 /* Zeichenabstand		 */
	}

h3.menu		 		 		 /* Überschrift, Titel des Menues    html: <h3 class="menu">	  */
	{
	color:black;		 		 /* Schriftfarbe		 */
	font-size:large;		 	 /* Schriftgrösse		 */ 		 
	font-weight:bold;		 	 /* Schrifttype Fett		 */
	text-align:center;		 	 /* Textausrichtung		 */
	font-size:0.9em;		 	 /* Zeichenabstand		 */
	}

h4.menu		 		 		 /* Überschrift, Titel des Menues    html: <h4 class="menu">	  */
	{
	color:black;		 		 /* Schriftfarbe		 */
	font-size:large;		 	 /* Schriftgrösse		 */ 		 
	font-weight:bold;		 	 /* Schrifttype Fett		 */
	text-align:center;		 	 /* Textausrichtung		 */
	font-size:0.75em;		 	 /* Zeichenabstand		 */
	}

h5.menu		 		 		 /* Überschrift, Titel des Menues    html: <h5 class="menu">	  */
	{
	color:black;		 		 /* Schriftfarbe		 */
	font-size:large;		 	 /* Schriftgrösse		 */ 		 
	font-weight:bold;		 	 /* Schrifttype Fett		 */
	text-align:center;		 	 /* Textausrichtung		 */
	font-size:0.75em;		 	 /* Zeichenabstand		 */
	}

h6.menu		 		 		 /* Überschrift, Titel des Menues    html: <h6 class="menu">	 */
	{
	color:black;		 		 /* Schriftfarbe		 */
	font-size:large;		 	 /* Schriftgrösse		 */ 		 
	font-weight:bold;		 	 /* Schrifttype Fett		 */
	text-align:center;		 	 /* Textausrichtung		 */
	font-size:0.75em;		 	 /* Zeichenabstand		 */
	}





/* ----------------------------------------------------------- */

/*		 Buisnes Definitionen		 */
/*		 --------------------		 */


body.buisnes		 		 	 /* Rupf-Eigenschaften	 html: <body class="buisnes">	 */
	{
	background-color:#ffffa0;		 /* Hintergrundfarbe */
	}





/* ----------------------------------------------------------- */

/*		 Detail Definitionen		 */
/*		 -------------------		 */


body.detail 		 		 	 /* Rupf-Eigenschaften	 html: <body class="1">	 */
	{
	background-color:#ffff00;		 /* Hintergrundfarbe */
	}






/* ----------------------------------------------------------- */

/*		 Detail Definitionen  - Schiesspläne		 */
/*		 -----------------------------------		 */


body.schiessplan		 		 /* Rupf-Eigenschaften	 html: <body class="2">	 */
	{
	background-color: ;		 	 /* Hintergrundfarbe */
	}
 
table.schiessplan		 		  /* Tabellenformatierung      html: <table class="schiesspan">	 */
	{
   	width: 100%;
   	border: white double 0px;
	}

tr.schiessplan_obli		 		 /* Zeilenformatierung	   html: <tr class="schiesspan_obli">	 */
	{
	color:#008000;		 		 /* Zeilenfarbe		 	 */
	font-size:0.75em;		 	 /* Zeichenabstand		 */
	font-weight:bold;		 	 /* Schrifttype Fett		 */
	padding: 0px;
	margin: 0px;
	}

tr.schiessplan_freiw_u				 /* Zeilenformatierung	   html: <tr class="schiesspan_freiw_u">  */
	{
	color:#0000ff;		 	 	 /* Zeilenfarbe		 	 */
	font-size:0.75em;		 	 /* Zeichenabstand		 */
	font-weight:	;		 	 /* Schrifttype Fett		 */
	padding: 0px;
	margin: 0px;
	}

tr.schiessplan_jahresprogramm		 	 /* Zeilenformatierung	 html: <tr class="schiesspan_jahresprogramm">	 */
	{
	color:#ff0000;		 		 /* Zeilenfarbe		 	 */
	font-size:0.75em;		 	 /* Zeichenabstand		 */
	font-weight:		 ;		 /* Schrifttype Fett		 */
	padding: 0px;
	margin: 0px;
	}





/* ----------------------------------------------------------- */

/*		 Detail Definitionen  - Gästebuch		 */
/*		 --------------------------------		 */


body.guestbook		 		 	 /* Rupf-Eigenschaften	 html: <body class="guestbock">	 */
	{
	background-color:#ffffa0;		 /* Hintergrundfarbe */
	}
 
table.guestbook		 			  /* Tabellenformatierung      html: <table class="guestbock">	 */
	{
  width: 95%;
  border: 0px;
	color: ;		 						 /* Zeilenfarbe		 	 */
	padding: 0px;
	margin: 0px;
	}

td.guestbook_menu		 	 /* Zeilenformatierung	 html: <tr class="schiesspan_jahresprogramm">	 */
	{
	color:			;				 	 /* Zeilenfarbe		 	 */
	font-size:0.95em;		 	 /* Zeichenabstand		 */
	font-weight:		 ;		 /* Schrifttype Fett		 */
	padding: 0px;
	margin: 0px;
	width: 25em;
	}
	
td.guestbook_input		 	 /* Zeilenformatierung	 html: <tr class="schiesspan_jahresprogramm">	 */
	{
	color: ;		 					 	 /* Zeilenfarbe		 	 */
	font-size:0.95em;		 	 /* Zeichenabstand		 */
	font-weight:		 ;		 /* Schrifttype Fett		 */
	padding: 0px;
	margin: 0px;
	width: 50em;
	}


