/*------------ Layout ----------------*/
body {
	background-image: url(images/hg.gif);
	margin: 0px;
	padding: 0px;
}

.hgo {
	background-image: url(images/hg_o.gif);
}

.hgr {
	background-image: url(images/hg_r.gif);
}

.hgrblau {
	background-image: url(images/hg_r_blau.gif);
}

.hgu {
	background-image: url(images/hg_u.gif);
}

.hgl {
	background-image: url(images/hg_l.gif);
}

.hglblau {
	background-image: url(images/hg_l_blau.gif);
}

.footer {
	background-image: url(images/blau.gif);
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFFFFF;
}

#content {
	height: 325px;
}

/*------------ Navigation ----------------*/

.nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #194664;
	text-decoration: none;
	text-transform: uppercase;
}

a.nav1:link { color: #194664;	text-decoration: none; }
a.nav1:active { color: #194664;	text-decoration: none; }
a.nav1:visited { color: #194664;	text-decoration: none; }
a.nav1:hover { color: #194664;	text-decoration: underline; }


.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #194664;
	text-decoration: none;
	text-transform: uppercase;
}

a.nav2:link { color: #194664;	text-decoration: none; }
a.nav2:active { color: #194664;	text-decoration: none; }
a.nav2:visited { color: #194664;	text-decoration: none; }
a.nav2:hover { color: #194664;	text-decoration: underline; }


/*------------ Typo ----------------*/

.titel {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #194664;
	font-weight: normal;
}

.text {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #464646;
}

.textbf {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #194664;
}

.textkl {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #194664;
}

.liblau {
	color: #4B82A0;
	font-size: 12px;
}

.liexistenz {
	color: #4B82A0;
	font-size: 12px;
	margin-left:-25px;
}

.textred {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FF0000;
}