/* Allgemeine Definitionen fuer Elemente ohne class Angabe */
body {
 	color: 						#FFFCCB;
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					9pt;
	text-decoration: 			none;
}
#hintergrund_befestigt {
	background-image:			url(../images/verlauf.gif);
	background-attachment:	fixed;   /* Das Hintergrundbild scrollt nicht mit */
	}
#hintergrund_befestigt2 {
	background-image:			url(../images/verlauf_inhalt.gif);
	background-attachment:	fixed;   /* Das Hintergrundbild scrollt nicht mit */
	}
a:link{
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#FFFCCB;
	font-size: 			9pt;
	text-decoration: 	none;
}
a:visited{
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#FFFCCB;
	font-size: 			9pt;
	text-decoration: 	none;
}
a:hover{
	font-family: 		Arial, Helvetica, sans-serif;
	color: 				#FFFFFF;
	font-size: 			9pt;
	text-decoration: 	underline;
}
table {
	color: 					#FFFCCB;
	font-size: 				9pt;	
}
textarea { 
	background-color:rgb(133,39,61); 
	border:1px solid rgb(255,252,2203); 
	color:#FFFFFF;; 
	font-family: Courier New; 
}
textarea.textfeld { 
	background-color:rgb(133,39,61); 
	border:1px solid rgb(255,252,2203); 
	color:#FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.textfett{
	color: 			#FFFCCB;
	font-size: 		10pt;
	text-decoration: none;
	font-weight:	 bold;
}
.textgross{
	color: 			#FFFCCB;
	font-size: 		11pt;
	text-decoration: none;
	font-weight:	 bold;
}
.imp { 
	font-size:		9pt; 
	color:			#FFFCCB; 
	font-weight:	bold;
	cursor:		pointer;
	font-family:	Arial,Helvetica, Verdana, sans-serif; 
	text-decoration:underline; 	
}
.imp:link{ 
	font-size:		9pt; 
	color:			#FFFCCB;
	font-weight:	bold; 
	font-family:	Arial,Helvetica, Verdana, sans-serif; 
	text-decoration:underline; 
}
.imp:visited{ 
	font-size:		9pt; 
	color:			#FFFCCB;
	cursor:		pointer;
	font-weight:	bold; 
	font-family:	Arial,Helvetica, Verdana, sans-serif; 
	text-decoration:underline; 
}
.imp:hover{ 
	font-size:		9pt; 
	color:			#FFFCCB;
	cursor:		pointer;
	font-weight:	bold; 
	font-family:	Arial,Helvetica, Verdana, sans-serif; 
	text-decoration:underline; 
}
.bggelb {background-color:#FFFCCB;}
.bgrot {background-color:#4F0B1B;}
.bgrot2 {background-color:#80243A;}
