/* -------- Allgemein -------- */


p, .p, li, ul, ol
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #10207e;
	margin-top: 5px;
	}



a.p, a.p:hover
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #10207e;
	text-decoration: none;
	}

a.p:hover
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #fd5704;
	}

h1
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	color: #3582EB;
	margin: 0px;
	margin-bottom: 5px;
	}

h2
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #FD5704;
	margin: 0px;
	}


h3
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #3582EB;
	margin: 0px;
	}

.footer, .footeraktiv
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #10207e;
	margin-top: 0;
	}

.footeraktiv
	{
	color: #3582EB;
	text-decoration: none;
	}

a.footer
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #10207e;
	text-decoration: none;
	}

a.footer:hover
	{
	color: #FD5704;
	}

b, strong
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #10207e;
	}

em
	{
	color: #212121;
	}


/* -------- Positionierungen fester Elemente -------- */

#links, .links
	{
	display: none;
	}

/* -------- Formulare -------- */

form
	{
	margin: 0;
	display: inline;
	}

.input0, .input1, .input2, .select0, .absenden
	{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #10207e;
	margin: 0;
	padding: 0;
	line-height: 19px;
	background: white;
	}

/* -------- Formulare optimiert fuer NN6+ und IE4+ -------- */

.input0, .input1, .input2
	{
	height: 20px;
	}

.input0, .select0
	{
	width: 168px;
	}

.input1
	{
	width: 45px;
	}

.input2
	{
	width: 117px;
	}

.absenden
	{
	background: #ffffff;
	height: 18px;
	line-height: 14px;
	}

