body {
	background-color: white;
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-align: center;
	color: gray;
}

#wrapper {
	background: white;
	width: 800px;
	/*background: green;*/
}

#header {
	background: white;
	background-image:	url("/images/kcf_header.jpg");
	/*background: red; */
	font-size: 200%;
	font-weight: bold;
	color: black;
	padding: 0; /*5px 15px 5px 15px; */
	width: 800px;
	height: 200px;
}
#header h1 {
	position: 	absolute;
	left:		-1000px;
}

#page {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	/* border:			1px solid gray; */
}

#container {
	width: 800px;
	background: white;
	/* 	background: blue;*/
	float: left;
	margin-right: -200px;
}
#content {
	background: white;
	/*	background: orange;*/
	margin-right: 200px;
	padding: 5px 15px 5px 15px;
	width: 550px;
}
#sidebar {
	padding-top: 20px;
	width: 200px;
	float: right;
	/*background: purple;*/
}

#navigation {
  background: #707070;
  padding: 2px 0px 2px 0px;
  width: 800px;
}

#katrin {
  text-align: center;
}

#navigation ul {
  margin-left: 0px;
	padding: 0px;
	display: inline;
}

#navigation li {
	margin-left: 0px;
	padding: 3px 10px;
	border: none;
	list-style: none;
	display: inline;
}

#navigation li a {
	color: white;
}

#footer {
	background: white;
	text-align: center;
	padding: 5px 15px 5px 15px;
	width: 770px;
}
h1 {
	margin-top: 0;
}

h1, h2, h3, h4 {
	color: black;
}

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}

label.contact
{
width: 160px;
float: left;
text-align: right;
margin-right: 10px;
display: block
}

input.contact
{
margin-left: 170px;
}

.title {
	font-size: larger;
	font-weight: bolder;
}