a:hover {
'font-weight: bold;'
 color: red;			
'text-decoration: none;'
}

a:link { 
 text-decoration:none; 
}

a:visited { 
 text-decoration:none; 
 }

a:active { 
text-decoration:none; 
}

a.an { 
text-decoration:none; 
}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	background : #FFFED5;
} 

.firma {
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #0000ff;
 text-decoration:none;
}

.grau {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 color: #888888;
}

.content, p, .t, table, td {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333333;
}


.head {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #828282;
}


.small {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #000001;
}

.large {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 color: #000001;
}
.drag {
 position:relative;
 cursor:hand
}

/*fuer Formulare*/
.fieldname{
 background-color: #F1F1E1;
}
.headline{
 color: #C7C7C7;
 text-align: center;
 font-size: 30px;
 font-weight: bold;
}
.menuoption{
 background-color: #F1F1E1;
}