/* S C R O L L B A R - - - - - - - */

body{
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 22px;
}



/* B I L D E R - - - - - - - - - - - */

/* HINTERGRUND */
.bg {
	background-image:  url("pics/hg.png");
	background-color:  #ec1260;
	background-repeat: repeat-x;
	background-attachment: fixed;
}



/* T E X T - - - - - - - - - - - */

/* Fließtext */
.text{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 22px;
}

/* Fließtext hell */
.text_hell {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #55585d;
	font-weight: normal;
	line-height: 22px;
	text-decoration: none
}

/* Testimonials */
.text_testimonials{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3f4247;
	font-weight: normal;
	line-height: 18px;
	font-style: italic;
}

/* Große Headline im Content */
.text_ue_schwarz{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 55px;
	color: #ffffff;
	line-height: normal;
	text-align: left;
	font-style: normal;
}

/* Kleinere Headline im Content */
.text_uesub_schwarz {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	line-height: 35px;
}

/* Anreißtext unter der Headline */
.text_teaser {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #3b3d3e;
	line-height: 35px;
	font-style: italic;
}

/* Headline im Footer hell */
.footer_uesub {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #55585d;
	font-weight: normal;
	line-height: 30px;
}

/* Headline im Footer schwarz */
.footer_uesub_schwarz {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: normal;
	line-height: 30px;
}


	



/* L I N K S  - - - - - - - - - - - */
a:link {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ff4e00;
	font-weight: normal;
	line-height: 18px;
	font-style: normal;
	text-decoration: none
}

a:visited {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ff4e00;
	font-weight: normal;
	line-height: 18px;
	font-style: normal;
	text-decoration: none
}

.navi_weiss {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none
}

.navi_aktiv {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	background-color: #ff4e00;
}


/* Links bei den Testimonials */
.link_testimonials{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	line-height: 18px;
	font-style: italic;
}

