@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: VAGRounded bold, Arial rounded mt bold, Verdana, Arial, sans-serif;
	text-decoration: none;
	border: none;
	background-color: #8cd000;

}
#rahmen {
	width: 980px;
	background-color: #000000;
}
#logo {
	width: 980px;
}
#nav {
  font-family: VAGRounded bold, Arial rounded mt bold, Verdana, Arial, sans-serif;
}
#inhalt {
	background-color: #8cd000;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	text-align: left;
}
#fuss {background-color:#C0C0C0;
	font-size: .8em;
	padding-left: 5px;
	text-align: center;
}
.wichtig {
	font-size: 1.2em;
	font-weight: bold;
}
.subwichtig {
	font-size: 1.1em;
	font-style: italic;
}
.zentriert {
	text-align: center;
}
.technik {
	font-size: 0,9em;
}

a:link
{ color:#777777;
  text-decoration:none;}

a:visited
{ color:#777777;
  text-decoration:none;}

a:focus
{ color:#EEEEEE;
  text-decoration:none;}
	
a:hover
{ color:#EEEEEE;
text-decoration:none;}
