   /*

		***			index.php
		
        Erfassungsformular fuer Gaestebuch / Eintrittseite
        Mit Name index.php wird es vom Webserver als Default geladen
		
	    (c) Mario Saluz, mario@mario.ch    */
		
	/*	Allgemeine Definitionen 			*/
body {
	font-family: 		"Comic Sans MS", Arial, Helvetica, sans-serif;
	background-color: 	#FFFF99;
}

div#titel	{
	font-size:			24px;
	font-weight: 		bold;
	}
	
	/*	index.php							*/
div#remarks {
	font-size:			12px;
	}
	
div#remarks		a {
	text-decoration: 	none;
	color: 				#663300;
	}

div#remarks		a:hover {
	text-decoration:	none;
	color:				#000000;
	}
	
	/*	showbook.php						*/	
div#remarks1 {
	font-weight: 		bold;
	color:				#663300;
	background-color: 	#FF9900;
	padding:			0.2em;
	margin-top:			0.5em;
	margin-bottom: 		0.5em;
	}
	
div#remarks2 {
	font-size:			12px;
	}

td#msgk	{
	font-weight: 		bold;
	font-size:			14px;
	}
	
td#msgka	{
	font-size: 			14px;
	}
	
td#msgka	a {
	text-decoration:	none;
	color: 				#0000FF;
	}

td#msgka	a:hover {
	text-decoration:	none;
	color:				#CC0000;
	}

hr#grenze	{
	color:				#FF9900;
	background-color:	#FF9900;
	height:				3px;
	}
	
p#eintrag {
	font-style: 		italic;
	color: 				maroon;
	}
