/************* WWW *************/
body
{
	padding: 0;
	margin: 0;
	font-family: Corbel, Verdana;
	font-size: 10pt;
	color: #535353;
	background-color: #ffffff;
	background-image:url('/files/basis/bg.png');
	background-repeat:repeat-x;
}

form
{
	padding: 0;
	margin: 0;
}

a
{
	color: #0E55D7;
	text-decoration: underline;
}

.Hide
{
	display: none;
}

#centerContent /* Center Frame */
{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 727px;
	min-height: 550px;
	text-align: left;
}

#Header
{
	position: relative;
	z-index: 10;
	width: 727px;
	height: 286px;
}

#Header #Logo
{
	position: absolute;
	top: 126px;
	left: 437px;
}

#Content
{
	position: relative;
	z-index: 10;
	width: 430px;
	float: left;
	display: block;
	overflow: visible;
}


#footer
{
	padding-top: 10px;
	height: 15px;
	font-size: 9px;
}


#marginal
{
	width:296px;
	float:right;
}

.cbb {
	margin:1em 0;
	padding:0 10px;
	border:1px solid #666;
	background:#fff;
}

/* Normal styling */
.cb {margin:0.5em 0;}
	/* Top corners and border */
.bt {
	height:17px;
	margin:0 0 0 18px;
	background:url('/files/basis/box.png') no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-18px;
	width:18px;
	height:17px;
	background:url('/files/basis/box.png') no-repeat 0 0;
	font-size:0;
	line-height:0;
}

	/* Bottom corners and border */
.bb {
	height:14px;
	margin:0 0 0 12px;
	background:url('/files/basis/box.png') no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:14px;
	background:url('/files/basis/box.png') no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url('/files/basis/borders.png') repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url('/files/basis/borders.png') repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;
}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}


#navigation /*Hauptnavigation*/
{
	position:absolute;
	height: 29px;
	width: 430px;
	margin-top: 117px;
	margin-bottom: 10px;
	background-image: url('/images/basis/nav/bg.png');
	background-repeat: repeat-x;
	float:left;

}
#navigation table
{
	margin: 0px;
	padding: 0px;
}


#navigation td a
{
	height: 29px;
	display: block;
	text-decoration: none;
	font-weight:bold;
	padding-top:6px;
}


#navigation .nav_ak_mid
{
	background-image: url('/files/basis/nav_ak_mid.png');
	background-repeat: repeat-x;
	text-align:center;
	width:120px;
	font-weight:bold;
}

#navigation .nav_ak_mid a
{
	color:#ffffff;
}

#navigation .nav_iak_mid a
{
	color:#000000;
}

.nav_ak_right
{
	background-image: url('/files/basis/nav_ak_right.png');
	background-repeat:no-repeat;
	width:8px;
	height:29px;
}

#navigation .nav_ak_left
{
	background-image: url('/files/basis/nav_ak_left.png');
	background-repeat:no-repeat;
	width:8px;
	height:29px;

}

#navigation td a:Hover
{
	color: #ffffff;
	font-weight:bold;
}

.nav_iak_left
{
	width:8px;
}

.nav_iak_mid
{
	width:120px;
	text-align:center;
	color: #000000;
}

.nav_iak_right
{
	width:8px;
}

#metanavigation
{
	position:absolute;
	right:0px;
	float:right;
	top:3px;
}
