@charset "utf-8";


* {
	font-family: 'Courier New', monospace;
  margin: 0;
  padding: 0;
}
html, body{
  margin: 0;
  padding: 0;
  height:100%;
  min-height:500px;
  background-color: #C6C6C6;

  font-size: 1.063em;
  color: #000000;
  text-shadow: 0 0 1px #CBCBCB;
}

table  {
	font-size: 0.95em;
}

a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
 	color: #000000;
}
a:active {
	text-decoration: underline;
  color: #000000;
}
a:focus {
	text-decoration: underline;
  color: #000000;
}
img, a img {
	border: 0;
}
#wrapper {

}
#seite {

height: 500px;
width: 88%;
margin: 0 auto;


}


