/* CSS Document */


/*Überschrift*/
.txtHeader
{
	font-family: arial, helvetica;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #FAE051;
	text-decoration: none;
}

body
{
	background-color:#4189DD;
}

p,table
{
	font-family: arial, helvetica;
	font-size: 11pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

h1
{
	font-family: arial, helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color: #4189DD;
	text-decoration: none;	
}

h2
{
	font-family: arial, helvetica;
	font-size: 15pt;
	font-weight: bold;
	font-style: normal;
	color: #FAE051;
	text-decoration: none;	
}

h3
{
	font-family: arial, helvetica;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #4189DD;
	text-decoration: none;	
}

/* L I N K S */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #4189DD;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
	color: #4189DD;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
	color: #4189DD;
}