@charset "utf-8";
#header {
	background-color: #E5C309;
	height: 120px;
	width: 100%;
	text-align: center;
	background-image: url(../img/kbk_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#menu {
	float: left;
	height: 35px;
	width: 100%;
	text-align: center;
	background-color: #F2F2F2;
	padding-top: 5px;
}

#menu_zwei {
	float: left;
	height: 35px;
	width: 100%;
	text-align: center;
	background-color: #F2F2F2;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#center {
	min-height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}




body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}
.tab_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.tab_menu_zwei {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#fotter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: 25px;
	width: 100%;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-bottom: 20px;
	z-index: auto;
	background-color: #F8F8F8;
}

a {
	color: #003;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: none;
	text-align: center;
}
