/*-----------------------------------------------------*/
/* Linkdarstellung Firefox                             */
/*-----------------------------------------------------*/
*:focus {
	outline: none;
}
*::moz-focus-inner {
    border: none;
}
/*-----------------------------------------------------*/
/* Text Content                                        */
/*-----------------------------------------------------*/
.text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
.textklein {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.farberot {
	color: #E41A3D;
}
/*-----------------------------------------------------*/
/* Link Border Blau                                    */
/*-----------------------------------------------------*/
.linkBlau:link{
	color: #049FD2;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;

}
.linkBlau:visited{ 
	color: #049FD2;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
}
								
.linkBlau:hover{ 
	color: #000000;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
}
		    
.linkBlau:active{ 	
	color: #000000;
	text-decoration: none;
}
/*-----------------------------------------------------*/
/* Link Border Grˆºn                                    */
/*-----------------------------------------------------*/
.linkGruen:link{
	color: #99B132;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
}
.linkGruen:visited{ 
	color: #99B132;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
}
								
.linkGruen:hover{ 
	color: #000000;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
}
		    
.linkGruen:active{ 	
	color: #000000;
	text-decoration: none;
	display: block;
	height: auto;
	width: auto;
}
/*-----------------------------------------------------*/
/* Link Text Rot                                       */
/*-----------------------------------------------------*/
.linkContentRot:link{
	color: #E41A3D;
	text-decoration: none;
	background-image: url(../images/pfeil_rot.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
.linkContentRot:visited{
	color: #E41A3D;
	text-decoration: none;
	background-image: url(../images/pfeil_rot.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
								
.linkContentRot:hover{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pfeil_rot.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
		    
.linkContentRot:active{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pfeil_rot.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
/*-----------------------------------------------------*/
/* Link Text Grˆºn                                      */
/*-----------------------------------------------------*/
.linkContentGruen:link{
	color: #9DB633;
	text-decoration: none;
	background-image: url(../images/pfeil_gruen.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
.linkContentGruen:visited{
	color: #9DB633;
	text-decoration: none;
	background-image: url(../images/pfeil_gruen.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
								
.linkContentGruen:hover{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pfeil_gruen.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
		    
.linkContentGruen:active{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pfeil_gruen.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
/*-----------------------------------------------------*/
/* Link Text Blau                                      */
/*-----------------------------------------------------*/
.linkContentBlau:link{
	color: #049FD2;
	text-decoration: none;
	background-image: url(../images/pfeil_blau.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
.linkContentBlau:visited{
	color: #049FD2;
	text-decoration: none;
	background-image: url(../images/pfeil_blau.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
								
.linkContentBlau:hover{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pfeil_blau.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
		    
.linkContentBlau:active{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/pfeil_blau.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	display: block;
}
/*-----------------------------------------------------*/
/* Formular                                            */
/*-----------------------------------------------------*/
.textboxblau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #049FD2;
}
.textboxrot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	width: 200px;
	background-color: #FFCCCC;
	border: 1px solid #E41A3D;
}
.textfeld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
	height: 60px;
	border: 1px solid #049FD2;
	background-color: #FFFFFF;
}

