/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	}

#overall {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	}

.ka_navi {
	font-size: 28px;
	position: relative;
	height: 30px;
	text-transform: none;
	display: block;
	line-height: 36px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	overflow: hidden;
	width: 3000px;
}

.ka_navi a:link, .ka_navi a:visited {
	text-decoration: none;
	color: #333333;
	display: block;
	top: -6px;
	position: relative;
	border-left-width: 90px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.ka_navi a:hover {
	position: relative;
	color: #FFFFFF;
	background-color: #FF0000;
	top: -42px;
	border-left-width: 90px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.type1 {
	font-size: 28px;
	text-transform: none;
	line-height: 36px;
	text-indent: 90px;
}
.type2 {
	text-transform: none;
	left: 90px;
	position: relative;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#content {
	height: 100%;
	position: absolute;
	width: 100%;
	
}
.aktiv {
	font-size: 28px;
	position: relative;
	height: 30px;
	text-transform: none;
	display: block;
	line-height: 36px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	overflow: hidden;
}

.aktiv a:link, .aktiv a:visited {
	text-decoration: none;
	color: #333333;
	display: block;
	top: -6px;
	position: relative;
	border-left-width: 90px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.aktiv a:hover {
	position: relative;
	color: #FFFFFF;
	background-color: #FF0000;
	top: -42px;
	border-left-width: 90px;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.space {
	position: absolute;
	text-transform: none;
	width: 890px;
}
a:link, a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	position: relative;
	color: #FFFFFF;
	background-color: #FF0000;
}