body { overflow-y: scroll; }


/*	------------------------------------------------	*/
/* 				STANDARD INHALTS TEXT					*/
/*	------------------------------------------------	*/

td {
	font-family: 'Rosario', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	font-weight: normal;
	color: #3d3c3f;
	text-decoration: none;
}

.footer{
	font-family: 'Rosario', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px
	font-style: normal;
	font-weight: normal;
	color: #d5d5d5;
	text-decoration: none;
}

.headline{
	font-family: 'Rosario', sans-serif;
	font-size: 45px;
	line-height: 55px;
	font-style: normal;
	font-weight: normal;
	color: #3d3c3f;
	text-decoration: none;
}

.subheadline{
	font-family: 'Rosario', sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-style: normal;
	font-weight: normal;
	color: #3d3c3f;
	text-decoration: none;
}





/*	------------------------------------------------	*/
/* 				FETT FORMATIERUNG IN TEXT				*/
/*	------------------------------------------------	*/

.txtbold{
	font-family: 'Rosario', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	font-weight: bold;
	color: #3d3c3f;
	text-decoration: none;
}



/*	------------------------------------------------	*/
/* 				INPUTFELDER 							*/
/*	------------------------------------------------	*/

.form {
	font-family: Lucida Sans Unicode, sans-serif, Verdana, Helvetica;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	color: #707f87;
	text-decoration: none;
}




/*	------------------------------------------------	*/
/* 		NAVIGATIONEN 					*/
/*	------------------------------------------------	*/
/* 		CONTENT HYPERLINKS				*/
/*	------------------------------------------------	*/

a:link {
	font-family: 'Rosario', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	font-weight: normal;
	color: #e31d25;
	text-decoration: none;
}

a:visited {
	font-family: 'Rosario', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	font-weight: normal;
	color: #e31d25;
	text-decoration: none;
}
a:active {
	font-family: 'Rosario', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	font-weight: normal;
	color: #40a734;
	text-decoration: none;
	}
a:hover {
	font-family: 'Rosario', sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-style: normal;
	font-weight: normal;
	color: #40a734;
	text-decoration: none;
}




/*	------------------------------------------------	*/
/* 		HYPERLINKS Footer							*/
/*	------------------------------------------------	*/

.footernav:link {
	font-family: 'Rosario', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footernav:visited {
	font-family: 'Rosario', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footernav:active {
	font-family: 'Rosario', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	color: #d5d5d5;
	text-decoration: none;
}
.footernav:hover {
	font-family: 'Rosario', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: normal;
	color: #d5d5d5;
	text-decoration: none;
}



