@charset "utf-8";
/* CSS Document */


/*LINKS*/
a:link {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.where:link {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration:none;
}
a.where:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
a.where:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

a.link_black:link {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.formulare {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border: thin solid #000000;
}
a.link_black:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.link_black:hover {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
/*End Links*/

/*REITER*/
.reiter_header {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #A8153F;
}
.reiter_info {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #A8153F;
	border-right-color: #A8153F;
	border-bottom-color: #A8153F;
	border-left-color: #A8153F;
}

.reiter_info_klein {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #A8153F;
	border-right-color: #A8153F;
	border-bottom-color: #A8153F;
	border-left-color: #A8153F;
}

.normal_text {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

.normal_text_black {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.Footer {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.Reiter_header_bold {font-family: Verdana; color: #FFFFFF; font-size: 12px; font-weight: bold; }