/*----------------------------*/
/*---Allgemeine Klassen-------*/
/*----------------------------*/
img 
{ 	border: 0px;
}
/*---------------------------*/
/*---Klassen für Links-------*/
/*---------------------------*/
a:link 
{
/*auskommentieren, um die Schriftgröße und -art an den umgebenden Text anzupassen: */
/*    font-size:10pt;*/	
	font-family:verdana;
	color:#e01f25; /* #cc0032; original:#b1515d; */
	text-decoration:none;
}
a:visited {
	font-family:verdana;
/*auskommentieren, um die Schriftgröße und -art an den umgebenden Text anzupassen: */
/*    font-size:10pt;*/	
	color:#e01f25; /* #cc0032; original:#b1515d; */
	text-decoration:none;
}
a:hover {
	font-family:verdana;
/*auskommentieren, um die Schriftgröße und -art an den umgebenden Text anzupassen: */
/*    font-size:10pt;*/	
	color:#e01f25; /* #cc0032; original:#b1515d; */
	text-decoration:underline;
}
/*---------------------------*/
/*---Klassen für Tabellen----*/
/*---------------------------*/
th
{
/*	font-family: verdana;*/
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
	color: #000000;
	background-color: #EAEAEA; /* #F7F3E8;*/
	text-align:right;
	padding-top:2px;
	padding-right:0px;
	padding-bottom:2px;
}
td
{
/*	font-size: 16px;*/
	color: #000000;
	border-bottom:thin solid black; 
	empty-cells:show;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
}
.td2
{
/*	font-size: 12px;*/
	color: #000000;
	border-bottom:0pt;
	empty-cells:show;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
}
/*Leere Zellen werden nicht angezeigt: empty-cells:hide;*/
.tdhide
{
/*	font-family: verdana;*/
	font-size: 12px;
	color: #000000;
	border-bottom:0pt;
	empty-cells:hide;
	padding-top:2px;
	padding-bottom:2px;
}
/*---------------------------*/
/*---Klassen für Formulare---*/
/*---------------------------*/
.button 
{
	background: #788085;
	color: white;
	cursor: pointer;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
/*	width: 95px;  */
}
input
{
	background-color: #ffffff;
	font-family: verdana;
	color: black;
	font-size: 11px;
}
select
{
	background-color: #ffffff;
	font-family: verdana;
	color: black;
	font-size: 11px;
	width:400px;
}
textarea 
{
	background-color: #ffffff;
	font-family: verdana;
	color: black;
	font-size: 11px;
	width:240px;
	height:100px;
}

