html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 84.8%;
	background-image: url(../images/khg_hintergrund.jpg);
	background-repeat: repeat-x;	
}


#container {
	border: 1px silver solid;
}

#header {
	position: relative;
	background-color: #F6F62C;
	background-image: url(../images/khg_logo.gif);
	background-repeat: no-repeat;
	background-position: 63em 1em;
	border: 1px white solid;
	border-bottom: 0px;
	height: 248px; /* wichtig für IE 7 */
}

#header ul {	
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #5590B9;
	width: 100%;	
}

#header ul li {
	float: left;
	border-right: 1px white solid;
	width: 10em;
}

#header ul li a {
	display: block;
	width: 100%;
	padding: 0.6em 0 0.6em 0;
	color: white;	
	text-align: center;
	text-decoration: none;
	background-color: #5590B9;
	background-image: url(../images/reiter1.gif);
}

#header ul li a:hover {
	background-image: url(../images/reiter2.gif);
}

#header ul li.active a {
	background-image: url(../images/reiter2.gif);
}

#headerimg {
	position: relative;
	background-color: #5590B9;
	background-image: url(../images/headerimg_aktuell.jpg);
	background-repeat: no-repeat;
	height: 100px;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}

#logo {
	position: relative;
	height: 120px;
	background-image: url(../images/khg_schrift.gif);
	background-position: 5px 60px;
	background-repeat: no-repeat;
}

#logo h1 {
	position: absolute;
	top: 0;
	left: -1000px;
}

#main {
	padding: 1em 0;	
	min-height: 400px;
} 

/* LEFT COLUMN */

#content-01 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 5px #5590B9 solid;
	width: 100%; /* für Darstellung der borders im IE 6.0 */
}

#content-01 ul li {
	border-bottom: 1px #5590B9 solid;
}

#content-01 ul li a {
	display: block;	
	width: 90%; /* um Link als "Button" anklicken zu können im IE 6.0 */
	padding: 3% 5% 3% 5%;
	color: #5590B9;
	text-decoration: none;
}

#content-01 ul li a:hover {
	text-decoration: underline;
}

#content-01 ul li.active a {
	font-weight: bold;
}



#footer { 
	margin: 0; 
	padding: 0.5em; 
	background-color: #5590B9;
	color: white;
	font-size: 0.9em;
}

#footer a {
	color: white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* RIGHT COLUMN */

#content-02 {
	padding-top: 0em;
}

/* CENTER COLUMN */

#content-03-wrap {
	margin-left: 22.5%;
	margin-right: 27%;
	height: 1%;
}

#content-03 ul#rootline {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px #5590B9 solid;
	color: #5590B9;
}

#content-03 ul#rootline li {
	display: inline;
}

#content-03 ul#rootline li a {
	text-decoration: none;
	color: #5590B9;
}

#contentfooter {
	padding: 10px 0 10px 0;
	color: #5590B9;
	font-size: 0.9em;
}

/* SEARCH */

#content-02 .searchform {
	padding: 1em 0 0 1em;
}

.searchform input.searchfield, input.csc-form-fieldcell {
	width: 13em;
	margin: 0 1em 0 0;
	border: 1px gray solid;
	padding: 1px;
	font-size: 0.9em;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.searchform input.searchbutton, input.csc-submit {
	border: 1px gray solid;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* Newsletter */