/* CSS Document */

/* global */
h1	{ 	font-family:Arial, Helvetica, sans-serif;
		font-size:large; }

h2	{ 	font-family:Arial, Helvetica, sans-serif;
		font-size:medium; }
h3	{ 	font-family:Arial, Helvetica, sans-serif;
		font-size:small; }

p	{	font-size:small;
		font-family:Arial, Helvetica, sans-serif; }

a	{text-decoration:none; }

div	{width:500px;}


	
/* Programm und Termine */

table	{	font-size:small;
			font-family:Arial, Helvetica, sans-serif; }

table th {	font-weight:bold;
			font-size:small;
			text-align:left;
			color:#D6D6D6;
			padding:5px;
			background-color:#D70000;}

table td { vertical-align:top;
		   padding: 5px;
		   padding-right:15px; }

tr#rowgray {background-color:#E6E6E6; }

tr#rowgrayfat { font-weight:bold;
                background-color:#E6E6E6; }

td#dates { font-weight:bold; }

td#preis {font-weight:bold;}	

table#bekleidung td { padding:15px; }

table#vorstand td { border:1px solid black;}
	

/* Impressum */
div#impressum 	{	background-color:#E6E6E6;
					border:1px solid #333333;
					padding: 15px;
					width:500px;
				 }
				
			


