A:link,A:visited,A:active {
	FONT: 8pt Arial, Helvetica, sans-serif;
	COLOR: white;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: black;
}

A.team:link,A.team:visited,A.team:active {
	FONT: bolder 10pt Arial, Helvetica, sans-serif;
	COLOR: white;
	TEXT-DECORATION: none;
}

A.team:hover {
	TEXT-DECORATION: underline;
}

A.blue:link,A.blue:visited,A.blue:active {
	FONT: bolder 10pt Arial, Helvetica, sans-serif;
	color: #1e3368;
	TEXT-DECORATION: none;
}

A.blue:hover{
	TEXT-DECORATION: underline;
}

A.red:link,A.red:visited,A.red:active {
	FONT: bolder 8pt Arial, Helvetica, sans-serif;
	color: #ff5555;
	TEXT-DECORATION: none;

}

A.red:hover{
	color: #ff5555;
	TEXT-DECORATION: none;
}

body,html{
	font : 10pt Arial, Helvetica, sans-serif;
	color : #1e3368;
	background : #FFFFFF;
	
}

.feld{
	border-style: thin;
	border-color: #1e3368;
	font : 10pt Arial, Helvetica, sans-serif;
	color : #1e3368;
}

.button{
	background-color: #1e3368;
	color:white;
	border-style:solid;
	border-color:white;
	border-width:1px;
}
.warnung{
	color:red;
}
TABLE{
	font : bolder 10pt Arial, Helvetica, sans-serif;
}
.table_blue {
	color : #1e3368;
	background-color:white;
}
.table_white{
	color : white;
	background-color:#1e3368;
}
.table_grey {
	color : #1e3368;
	background-color:#F2F2F2;
	border-color:#CCCCCC;
}
.table_navi{
	font : bolder 6pt Arial, Helvetica, sans-serif;
	color:#ff5555;
}
.table_bottom{
	border : thick solid;
	border-bottom-style : none;
	border-right-style : none;
	border-top-color : #1e3368;
	border-left-style : none;
}
H2{
	font : bolder 15pt Arial, Helvetica, sans-serif;
	color : #1e3368;
}