/* ALLGEMEIN */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, content, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

	
.H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff0000;
	}

//CONTENT FORMATIEREN	
.bodytext {font-size: 10px; color: #FF0000;}
.csc-header {font-size: 9px; color: #999966;}


/* Eigenschaften für die Tabelle Mitglieder */
.tab_mitglieder
{
	width:600px;
	//td-width: 150;
	//border-spacing: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


.tab_mitglieder tr td {
                width:150px;
                height:20px;
}


/* Eigenschaften für die Tabelle Programm */
.tab_programm
{
	width:550px;
	//border-spacing: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


.tab_programm tr td {
                width:150px;
                height:20px;
}
