@charset "utf-8";
/* Grunddesign für Kids WingTsun Homepage */

body {
	margin: 0;
	padding: 0;
	height: 100%
}
#kopf {
	width: 840px;
	margin: auto;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: absolute;
	text-align: right;
	top: 5px;
	width: 820px;
}
#menu a {
	color: #999999;
	text-decoration: underline;
}
#menu a:hover {
	color: #000000;
	text-decoration: underline;
}
#eingabefeld {
	border: 2px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#fuss {
	width: 796px;
	margin: 0 auto 20px auto;
	clear: both;
	text-align: center;
	border: 2px solid #000000;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 20px;
}
#fuss a {
	color: #999999;
	text-decoration: underline;
}
#fuss a:hover {
	color: #000000;
	text-decoration: underline;
}
