/* CSS Document */

body {
	background-color:#CCCCCC;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 1.2;
}

#content {
	position:absolute;
	top:50%;
	left:50%;
	width: 800px;
	height: 540px;
	margin-top:-270px;
	margin-left:-400px;
	color: #000000;
	background-color:#FFFFFF;
	background-image:  url(../img/logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 146px;
}

#content .navi {
	background-image:  url(../img/menuleiste.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	height: 56px;
}

ul#navi_top {
	margin:0;
	padding:1.9em;
}

ul#navi_top li {
	list-style:none;
	display:inline;
	margin-left:3.3em;
	padding:0;
}

ul#navi_top a {
	text-decoration:none;
	color:#FFFFFF;
}

ul#navi_top a:hover {
	color:#CCCCCC;
}

#content .subnavi {
	margin-left:180px;
	margin-top:8px;
}


#content .subnavi_ws {
	margin-left:89px;
	margin-top:8px;
}

#content .inner_content {
	position:relative;
	text-align:justify;
	margin-top: 31px;
	margin-bottom: 20px;
	margin-left: 128px;
	background-color: #FFFFFF;
	line-height: 1.2;
	width: 544px;
}

#content .inner_content td {
	height:29px;
	vertical-align:top;
	text-align:left;
}

#content .inner_content a {
	text-decoration:none;
	color: #0000CC;
}

#content .inner_content a:hover {
	color: #BF358F;
}

#content .asterisk {
	color: #BF358F;
	font-size:0.7em;
}

#content .sitemap {
	list-style:none;
	font-size: 12px;
	line-height: 1.2;
	margin-left: 5px;
}

#content .sitemap .level2 {
	margin-left: 20px;
}

#footer {
	position:absolute;
	top:50%;
	left:50%;
	width: 800px;
	height: 20px;
	margin-top:270px;
	margin-left:-400px;
	text-align:right;
	background-color:#CCCCCC;
	color:#FFFFFF;
}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover {
	color:#000000;
}


.red {
	color: #FF0000
}

.links {
	font-size: 12px;
}

