/* Globale Klassen */
body
{
	margin				:	0px;
	position			:	absolute;
	left				:	50%;
	margin-left			:	-380px;
	background-color	:	#efefef;
	font-size			:	12px;
	font-family			:	Verdana, Arial, Helvetica, sans-serif;
	line-height			:	175%
}
img
{
	border				:	0px solid #000000;
}
a
{
	color				:	#002e6a;
}
/* Navigation Klassen */
.navi
{
	color				:	#002e6a;
	font-weight			:	bold;
	text-decoration		:	none;
}
a.navi:hover
{
	color				:	#3a64d5;
}
.subnavi
{
	color				:	#002e6a;
	font-weight			:	bold;
	font-size			:	11px;
	text-decoration		:	none;
	padding-left		:	5px;
}
a.subnavi:hover
{
	color				:	#3a64d5;
}
/* Allgemeine Klassen */
.formular
{
	font-size			:	11px;
	height				:	11px;
}
#head_bg
{
	width				:	760px;
	height				:	108px;
	background-image	:	url('img/head_bg.jpg');
}
#login
{
	width				:	176px;
	height				:	89px;
	background-color	:	#c2d3ef;
	margin-top			:	5px;
}
#content_top
{
	width				:	760px;
	height				:	10px;
	background-image	:	url('img/content_top.jpg');
	background-repeat	:	no-repeat;
	margin-bottom		:	-5px;
}
#content_middle
{
	width				:	760px;
	min-height			:	470px;
	background-image	:	url('img/content_middle.jpg');
}
#content_bottom
{
	width				:	760px;
	height				:	10px;
	background-image	:	url('img/content_bottom.jpg');
	background-repeat	:	no-repeat;
}
#navi_top
{
	width				:	165px;
	height				:	10px;
	background-image	:	url('img/navi_top.jpg');
	background-repeat	:	no-repeat;
	margin-left			:	14px;
	margin-bottom		:	-3px;
}
#navi_middle
{
	width				:	165px;
	background-image	:	url('img/navi_middle.jpg');
	margin-left			:	14px;
}
#navi_bottom
{
	width				:	165px;
	height				:	20px;
	background-image	:	url('img/navi_bottom.jpg');
	background-repeat	:	no-repeat;
	margin-left			:	14px;
}
.float
{
	float				:	left;
}
.border
{
	border				:	1px solid #000000;
}
.titel
{
	color				:	#002e6a;
	font-size			:	16px;
	font-weight			:	bold;
}
.fett
{
	font-weight			:	bold;
}
.schrift10
{
	font-size			:	10px;
}
.schrift11
{
	font-size			:	11px;
}
.schrift14
{
	font-size			:	14px;
}
.schrift16
{
	font-size			:	16px;
}
.schrift18
{
	font-size			:	18px;
}
.weiss
{
	color				:	#FFF;
}
