@charset "utf-8";
/* RTE PRE-DEFINED STYLES */


/* span */
span.blue {
    color: #005da8;
}
span.grey {
    color: #767775;
}
span.einzug {
	display:block;
	text-indent:9px;
}
span.klein {
	font-size:9px;
	line-height:inherit;
}

/* paragraph */
p.blue13 {
    color: #005da8;
    font-size:13px;
	line-height:16px;
	margin-bottom:8px;
}
p.grey13 {
	color:#767775;
    font-size:13px;
	line-height:16px;
	margin-bottom:8px;
}
p.blue14 {
    color: #005da8;
    font-size:14px;
	line-height:17px;
	margin-bottom:8px;
}
p.grey14 {
	color:#767775;
    font-size:14px;
	line-height:17px;
	margin-bottom:8px;
}
p.freieZeile {
	margin-top:18px;
}

/* h3  */
h3.h3blue {
    font-family: Arial, Helvetica, sans-serif;
    background-color:none;
    color: #005da8;
	font-weight:bold;
	font-size:18px;
	line-height:19px;
	letter-spacing:-0.7;
	padding-bottom:10px;
}

h3.h3blueUpper {
    font-family: Arial, Helvetica, sans-serif;
    background-color:none;
    color: #005da8;
	font-weight:bold;
	font-size:18px;
	line-height:19px;
	letter-spacing:-1;
	padding-bottom:10px;
	text-transform:uppercase;
}
h4.h4blue {
    font-family: Arial, Helvetica, sans-serif;
    background-color:none;
    color: #005da8;
	font-weight:normal;
	font-size:15px;
	line-height:16px;
	padding-bottom:8px;
}
h4.h4blueUpper {
    font-family: Arial, Helvetica, sans-serif;
    background-color:none;
    color: #005da8;
	font-weight:normal;
	font-size:15px;
	line-height:16px;
	padding-bottom:8px;
	text-transform:uppercase;
}

/* blue 2 blue */
a.blue, a.blue:link, a.blue:visited {
	color:#005da8;
	text-decoration:none;
}
a.blue:active, a.blue:hover {
	color:#005da8;
	text-decoration:underline;
}

/* grey 2 blue */
a.grey2blue, a.grey2blue:link, a.grey2blue:visited {
	color:#767775;
	text-decoration:underline;
}
a.grey2blue:hover, a.grey2blue:active {
	color:#005da8;
	text-decoration:underline;
}

/* grey 2 blue */
a.arrow, a.arrow:link, a.arrow:visited {
	display:inline-block;
	text-indent:14px;
	color:#005da8;
	text-decoration:none;
	background:url(../gfx/arrow_btn_12px.gif) no-repeat 0px center;
}
a.arrow:hover, a.arrow:active {
	display:inline-block;
	text-indent:14px;
	color:#005da8;
	text-decoration:none;
	background:url(../gfx/arrow_btn_12px.gif) no-repeat 0px center;
}