/* Allgemeine Klassen */
body
{
	margin				:	0px;
	background			:	url('img/bg.gif') repeat-x;
	background-color	:	#cbcfdd;
	position			:	absolute;
	left				:	50%;
	margin-left			:	-380px;
	font-size			:	12px;
	font-family			:	Arial, Helvetica, sans-serif;
}
img
{
	border				:	0px;
}
a
{
	color				:	#243571;
}
/* Layout Klassen */
#content_bg
{
	margin-top			:	-3px;
	margin-left			:	20px;
	padding-left		:	1px;
	background			:	url('img/content_bg.gif') repeat-y;
	min-height			:	530px;
	height				:	100%;
	width				:	715px;
}
#content
{
	float				:	left;
	width				:	530px;
	padding-right		:	10px;
}
#info
{
	float				:	left;
}
#info_head
{
	background-color	:	#243571;
	width				:	150px;
	padding				:	0px 8px 8px 12px;
}
#infobox
{
	padding 			:	3px 0px 0px 5px;
	color				:	#44b9be;
	font-size			:	12px;
	font-weight			:	bold;
	line-height			:	150%;
}
#infobox2
{
	margin-top			:	-3px;
	background			:	url('img/info_bg.gif') repeat-y;
	padding				:	3px 5px 3px 5px;
}
#bottom
{
	margin-left			:	1px;
}

/* Navigations Klassen */
#navi
{
	background			:	url('img/navi_bg.gif') repeat-y;
	margin-top			:	-3px;
	width				:	170px;
	padding-left		:	5px;
}
.navi
{
	display				:	block;
	padding-left		:	8px;
	font-size			:	14px;
	color				:	#00a0a7;
	line-height			:	175%;
	text-decoration		:	none;
	border-bottom		:	2px solid #FFF;
}
.navi:hover
{
	display				:	block;
	width				:	138px;
	font-size			:	14px;
	background-color	:	#bdecef;
	color				:	#243571;
	line-height			:	175%;
	padding-left		:	8px;
	text-decoration		:	none;
}
.subnavi
{
	display				:	block;
	width				:	137px;
	font-size			:	12px;
	color				:	#243571;
	line-height			:	175%;
	padding-left		:	10px;
	text-decoration		:	none;
}
.subnavi:hover
{
	display				:	block;
	width				:	137px;
	font-size			:	12px;
	color				:	#243571;
	line-height			:	175%;
	padding-left		:	10px;
	text-decoration		:	none;
	background-color	:	#bdecef;
}
.info_navi
{
	display				:	block;
	padding				:	3px 3px 3px 8px;
	color				:	#FFF;
	width				:	132px;
	font-size			:	14px;
	text-decoration		:	none;
}
.info_navi:hover
{
	display				:	block;
	background-color	:	#c0caef;
	color				:	#243571;
	font-size			:	14px;
	width				:	132px;
	text-decoration		:	none;
}
/* Standard Klassen */
.border
{
	border				:	1px solid #000;
}
.float
{
	float				:	 left;
}
.titel
{
	color				:	#00a0a7;
	font-size			:	18px;
	font-weight			:	bold;
}
.fett
{
	font-weight			:	bold;
}
.rot
{
	color				:	#c00;
}
.fs11
{
	font-size			:	11px;
}
.fs14
{
	font-size			:	14px;
}
.fs16
{
	font-size			:	16px;
}
.fs22
{
	font-size			:	22px;
}