body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #003366;
	background-color: #FFFFE5;
	/*background-image: url(../images/kuk_fond.gif);*/
}

#container {
	width: 800px;
}

#header {
	width: 800px;
	height: 98px;
	background-image: url(../images/kuk_header.jpg);
	background-repeat: no-repeat;
}

#mainnav {
	position: absolute;
	left: 230px;
	top: 60px;
	width: 540px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #003366;
}

#mainnav a, #mainnav a:visited {
	color: #003366;
	text-decoration: none;
	border-bottom: none;
}

#mainnav a:hover {
	color: #FF9900;
	border-bottom: none;
}

#mainnav .active {
	color: #FF9900;
}

#content {
	background-color: #FFFFE5;
	width: 700px;
	position: absolute;
	left: 100px;
	top: 95px;
}

#heading {
	margin-top: 30px;
	margin-left: 50px;
}

#contentbody {
	margin-top: 20px;
	margin-left: 80px;
	display: block;
	width: 500px;
}

#contentbody strong {
	font-weight: bold;
}

#contentbody em {
	font-style: italic;
}

#row {
	clear: both;
}

#row .left {
	float: left;
	width: 100px;
	text-align: left;
}

#row .right {
	float: right;
	width: 380px;
	text-align: left;
}

#spacer {
	clear: both;
}

#footer {
	margin-top: 30px;
	background-color: #FFFFE5;
	width: 700px;
	height: 80px;
	background-repeat: no-repeat;
	background-position: bottom;
}

#footerbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 80px;
	display: block;
	width: 500px;
	font-size: 10px;
}

#footerbody a, #footerbody a:visited {
	text-decoration: underline;
}

#footerbody a:hover {
	text-decoration: none;
}

a:link,  a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	line-height: 14px;
	margin-top: 30px;
	margin-bottom: -10px;
}

h3 {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: -10px;
}

ul {
	margin-left: 0px;
}

li {
   background: #FFFFE5 url(../images/pfeil_blau_neu.gif) no-repeat  0  0.4em;
   list-style: none;
   padding-left: 15px;
   padding-bottom: 5px;
}

.singleline {
   padding-bottom: 2px;
}

.subline {
	font-weight: bold;
	color: #FF9900;
}

.top {
	font-size: 10px;
}
