*, html {
	font-family: Arial, Helvetica, Verdana;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}


#name {
	position: fixed;
	top: 18px;
	left: 130px;
	font-size: 10px;
	font-family: Arial;
	line-height: 14px;
	background-color: #fff;
	text-align: left;
	letter-spacing: 1pt;
	width: 795px;
	height: 19px;
	border: none
}

* html #name {
	position: absolute;
}



#logo {
	position: fixed;
	top: 40px;
	left: 0;
	background-image: url(../img/k_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 110px;
	height: 110px;
	border: none
}

* html #logo {
	position: absolute;
}


.abstandname {
	margin: 0;
	padding: 3px 10px 0
}

#menucontainer {
	position: fixed;
	top: 159px;
	left: 130px;
	font-size: 10px;
	font-family: Helvetica, Arial;
	line-height: 14px;
	background-color: #fff;
	text-align: left;
	padding: 10px;
	width: 773px;
	height: 146px;
	border: none;
	display: block;
}

* html #menucontainer {
	position: absolute;
	top: 89px;
}

* + html #menucontainer {
	position: absolute;
	top: 89px;
}

#submenu {
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana;
	line-height: 14px;
	visibility: visible;
	margin: 0;
	padding: 3px 0 0;
	position: fixed;
	top: 290px;
	left: 140px;
	width: 772px;
	height: 17px;
	border-top: 1px dotted #000;
	border-bottom: 1px solid #333
}

#menu {
	font-family: Arial, Verdana
}

#beschreibung {
	font-size: 10px;
	font-family: Arial;
	line-height: 14px;
	text-decoration: none;
	background-color: #fff;
	letter-spacing: 1px;
	padding: 10px;
	position: absolute;
	top: 335px;
	left: 130px;
	width: 773px;
	border: none
}

#content {
	margin: 0 0 0 120px;
	padding: 325px 0 0;
	width: 814px
}

h1 {
	color: #666;
	font-size: 9px;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 6px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666
}

.underlined {
	border-bottom: 1px solid #000
}


* html dl {
	margin: 0px 0px 5px;
	padding: 0px;
}

.csc-textpic {
	margin: 0px 0px 5px;
	padding: 0px;
}

.text {
	color: #999;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px
}