
/* Seite Standard-Definitionen */
body
{
	background-image:	url(images/bgcolor.jpg);
	margin:			0px;
	color:			#FFFFFF;
}

td {
	font-family:		Arial,Helvetica;
	font-size:		12px;
	color:			#FFFFFF;
}


a
{
	color:			#3399CC;
	text-decoration:	none;
	font-weight:		none;
}

a:hover
{
	color:			#669999;
}



.verticalline
{
	background-image:	url(images/linecolor.jpg);
}

.verticalline2
{
	background-image:	url(images/title_bgcolor.gif);
}


/* Tabellen-Spalte News */
.news
{
	background-image:	url(images/news_bg.jpg);
	background-repeat:	no-repeat;
	alignment:		left;
	vertical-align:		top;
}

.contentcolumn
{
	vertical-align:		top;
	alignment:		left;
	height:			100%;
}


/* Titel-Text */
.title
{
	font-family:		Terminal,Verdana;
	font-size:              12px;
	color:			#FFCC66;
        letter-spacing:		2px;
}

/* Definition für den Text in Files und Links */
.boxtext
{
	font-family:		Arial,Helvetica;
	font-size:		10px;
	color:			#CCCCCC;
}


/* Teilnehmer-Tabelle */
.teilnehmer_color
{
	background-color:	#99CCCC;
	color:			#000000;
}

.teilnehmer_table
{
	border-width:		0px;
}



