body {
}
form {
	display:inline;
}
input, select {
	font-family:verdana;
	font-size:12px;
}
img {
	border:0;
}

.form_text {

	font-family:verdana;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

.form_text_gray {

	font-family:verdana;
	font-size:13px;
	color:#AAAAAA;
	text-decoration:none;
}

.light {

	font-family:verdana;
	font-size:11px;
	color:#979797;
	text-decoration:none;
}

.small {

	font-family:verdana;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}

.norm {

	font-family:verdana;
	color:#000000;
	text-decoration:none;
}

.bold {

	font-family:verdana;
	font-size:12px;
	font-weight:bolder;
	letter-spacing:1px;
	color:#990000;
	text-decoration:none;
}

.filename {

	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color:#000000;
	text-decoration:none;
}

.progress_text {

	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color:#979797;
	text-decoration:none;
}

.progress_ok {
	
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color:#00DD00;
	text-decoration:none;
}

.progress_percent {

	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	color:#000000;
	text-decoration:none;
	text-indent: 30px;
	padding-top: 3px;
}

.groupname {
	
	font-family:verdana;
	font-size:12px;
	font-weight: bolder;
	letter-spacing:2px;
	color:#999999;
	text-decoration:none;
}

.foldername {
	
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	color:#333333;
	text-decoration:none;
}

.image_underline_filename {
	
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	letter-spacing:0px;
	color:#999999;
	text-decoration:none;
}

.image_underline_light {
	
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	color:#BBBBBB;
	text-decoration:none;
}

/*************************************************************************************************/
a:link {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
a:focus {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}
a:hover {
	font-family:verdana;
	font-size:11px;
	color:#DC143C;
	text-decoration:underline;
}
a:active {
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}
/*************************************************************************************************/

.translate_text {
	
	color: #AAAAAA;
}
.translate_link:link {
	
	color: #FF0000;
}
.translate_link:visited {
	
	color: #FF0000;
}
.translate_link:focus {
	
	color: #FF0000;
}
.translate_link:hover {
	
	color: #AAAAAA;
}
.translate_link:active {
	
	color: #FF0000;
}

/*************************************************************************************************/

.download_link {
	
	font-family:verdana;
	font-size:11px;
	color: #AAAAAA;
}
.download_link:link {
	
	font-family:verdana;
	font-size:11px;
	color: #FF0000;
}
.download_link:visited {
	
	font-family:verdana;
	font-size:11px;
	color: #FF0000;
}
.download_link:focus {
	
	font-family:verdana;
	font-size:11px;
	color: #FF0000;
}
.download_link:hover {
	
	font-family:verdana;
	font-size:11px;
	color: #00FF00;
}
.download_link:active {
	
	font-family:verdana;
	font-size:11px;
	color: #FF0000;
}

/*************************************************************************************************/

.blockHeader {
	
	color: #FFFFFF;
	width: 100%;
	height: 25px;
	font-family: verdana;
	text-indent: 10px;
	vertical-align: bottom;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 3px;
	padding-top: 3px;
}

/*************************************************************************************************/
/* Table Trainingstermine*/

.td_left {
	padding: 5px;
	vertical-align: top;
}

.td_right {
	padding: 3px;
	padding-left: 10px;
	vertical-align: top;
}

/*************************************************************************************************/

/* Aufgaben */
.aufgaben_div {
	border: 1px solid #FFFFFF;
/*	border-left-width: 2px;	*/
/*	border-top-width: 2px;	*/
	border-left-color: #DDDDDD;
	border-top-color: #DDDDDD;
	border-right-color: #222222;
	border-bottom-color: #222222;
/*	background-color: #F5F5F5;	*/
	text-align: center;
	font-size: 10pt;
	color: #444444;
	padding: 3px;
}
.aufgaben_div:hover {
	background-color: #CFFACF;
}

.aufgaben_aufgabe {

	font-family: verdana,arial;
	font-size: 9pt;
	color: #111111;
	font-weight: bold;
}

.aufgaben_person {

	font-family: verdana,arial;
	font-size: 9pt;
	color: #333333;
}

.aufgaben_person_frei {

	font-family: verdana,arial;
	font-size: 7pt;
	color: #555555;
	font-style: italic;
}

.aufgaben_kontaktdaten {

	font-family: verdana,arial;
	font-size: 7pt;
	color: #555555;
}

.aufgaben_maillink {

	font-family: verdana,arial;
	font-size: 7pt;
	color: #555555;
	cursor: pointer;
}

.aufgaben_maillink:hover {

	color: #F50000;
}