.Ueberschrift{
font-family:Verdana,Helvetica,sans-serif;
font-size:10px;
font-weight:bold;
}
.Titel{
font-family:Verdana,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}
.Text{
	font-family:Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button { 
font-family: Verdana,Helvetica,sans-serif;
font-size:11px;
border-style: solid;
border-width: 1px;
background-color: #01219B;
border-color: #7D9FDD; 
color: #FFFFFF;
}
input { 
font-family: Verdana,Helvetica,sans-serif;
font-size:11px;
border-style: solid;
border-width: 1px;
background-color: #01219B;
border-color: #7D9FDD; 
color: #FFFFFF;
}

textarea { 
font-family: Verdana,Helvetica,sans-serif;
font-size: 11px;
border-style: solid;
border-width: 1px;
background-color: #01219B;
border-color : #7D9FDD; 
color: #FFFFFF;
}
select { 
font-family: Verdana,Helvetica,sans-serif;
font-size: 11px;
border-style: solid;
border-width: 1px;
background-color: #01219B;
border-color : #7D9FDD; 
color: #FFFFFF;
}
a{
font-family:Verdana,Helvetica,sans-serif;
color: #5775B4;
text-decoration: none;
}
a:hover{
font-family:Verdana,Helvetica,sans-serif;
color: #000000;
text-decoration: underline;
}
.rowback {
background: #F8F8F8;
}
.rowbackalt {
background: #E4E4E4;
}
function altRow()
{
tables=document.getElementsByTagName("table");
for(i=0;i<tables.length;i++) {

rows=tables[i].getElementsByTagName("tr");
for(j=0;j<rows.length;j++)rows[j].className=j%2==0?"rowbackalt":"rowback";
}
}
.table {
	background-color: #0099FF;
	font-family: Arial, Helvetica, sans-serif;
}

