/*-----------------------------------------------------*/
/* Text Content                                        */
/*-----------------------------------------------------*/
.titel{
	color: #999999;
	padding-bottom: 8px;
}
.textgrossblau {
	color: #009CDD;
	font-size: 24px;
}
.textblau {
	color: #009CDD;
}
.textgrau {
	color: #999999;
}
/*-----------------------------------------------------*/
/* Link Text Grau/Schwarz                              */
/*-----------------------------------------------------*/
.linkTextGrau:link{
	color: #999999;
	text-decoration: none;
}
.linkTextGrau:visited{ 
	color: #999999;
	text-decoration: none;
}
								
.linkTextGrau:hover{ 
	color: #000000;
	text-decoration: none;
}
		    
.linkTextGrau:active{ 	
	color: #000000;
	text-decoration: none;
}
/*-----------------------------------------------------*/
/* Link Text Schwarz/Grau                              */
/*-----------------------------------------------------*/
.linkTextSchwarz:link{
	color: #000000;
	text-decoration: none;
}
.linkTextSchwarz:visited{ 
	color: #000000;
	text-decoration: none;
}
								
.linkTextSchwarz:hover{ 
	color: #999999;
	text-decoration: none;
}
		    
.linkTextSchwarz:active{ 	
	color: #999999;
	text-decoration: none;
}
/*-----------------------------------------------------*/
/* Link Text Grau Pfeil                                */
/*-----------------------------------------------------*/
.linkTextGrauP:link{
	color: #999999;
	text-decoration: none;
	background-image: url(../images/pfeil_grey_bold.gif);
	display: block;
	width: auto;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.linkTextGrauP:visited{
	color: #999999;
	text-decoration: none;
	background-image: url(../images/pfeil_grey_bold.gif);
	display: block;
	width: auto;
	background-repeat: no-repeat;
	padding-left: 15px;
}
								
.linkTextGrauP:hover{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pfeil_black_bold.gif);
	display: block;
	width: auto;
	background-repeat: no-repeat;
	padding-left: 15px;
}
		    
.linkTextGrauP:active{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pfeil_black_bold.gif);
	display: block;
	width: auto;
	background-repeat: no-repeat;
	padding-left: 15px;
}
/*-----------------------------------------------------*/
/* Formular                                            */
/*-----------------------------------------------------*/
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 15px;
	width: 320px;
	background-color: #FFFFFF;
	border: 1px solid #14648E;
}
.textfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 321px;
	height: 64px;
	border: 1px solid #14648E;
	background-color: #FFFFFF;
}

