body {
	/*background-color: #1e90ff;*/
	background-color: #e5e500;
	text-align: center;
}

a:link {
	color:#bfbfbf;
	text-decoration: none
}

a:visited {
	color:#bfbfbf;
	text-decoration: none
}

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

a:active {
	color:#bfbfbf;
	text-decoration: none
}

#webseite {
	width: 980px;
	margin: 0 auto;
}

#kopf {
	width: 980px;
}

#name h1{
	padding-top: 10px;
	font-size: 60px;
	font-weight: bold;
	color: #bfbfbf;
	font-family: Courier;
}

#logo {
	float: left;
	width: 200px;
	height: 150px;
	/*background: #4d4d4d;*/
	background: #3333ff;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#name {
	float: right;
	width: 770px;
	height: 150px;
	/*background: #4d4d4d;*/
	background: #3333ff;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#mini{
	width: 980px;
	clear-both;
}

#mini p{
	font-size: 20px;
	font-weight: bold;
	color: #bfbfbf;
	font-family: Courier;
}

#mli{
	float: left;
	width: 200px;
	height: 30px;
	/*background: #4d4d4d;*/
	background: #3333ff;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#mli p{
	vertical-align: top;
}

#mre{
	float: right;
	width: 770px;
	height: 30px;
	/*background: #4d4d4d;*/
	background: #3333ff;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#main {
	width: 980px;
	clear-both;
}

#navi{
	float: left;
	width: 200px;
	/*background: #4d4d4d;*/
	background: #3333ff;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#inhalt{
	float: right;
	width: 770px;
	/*background: #4d4d4d;*/
	background: #3333ff;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#inhalt p{
	padding-top: 10px;
	font-size: 15px;
	color: #bfbfbf;
	font-family: Courier;
}

#blubb{
	float: left;
	width: 980px;
	height: 0px;
	/*background: #1e90ff;*/
	background: #e5e500;
	margin-top: 0px;
	clear-both;
}

#fuss{
	width: 980px;
	clear-both;
}

#fuss p{
	padding-top: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #bfbfbf;
	font-family: Courier;
}

#fli{
	float: left;
	width: 200px;
	height: 30px;
	/*background: #4d4d4d;*/
	background: #3333ff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

#fre{
	float: right;
	width: 770px;
	height: 30px;
	/*background: #4d4d4d;*/
	background: #3333ff;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
