@CHARSET "ISO-8859-1";

body { 
 color: #000;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	//font-variant: small-caps;
	background-color: #fff;
	border: solid 0px black;
	text-align: center;
  }
  
  
  table#menu{
  text-allign: center;
  }
  
  div#header{
 	width: 1300px;
	height: 100px;
	margin-top: 10px;
	border: solid 1px grey;
	text-align: center;
  
  }
  
  div#corpus{
  float: auto;
  background-color: #FFFFFF;
  width: 1300px;
  overflow: auto;
  tex-align: center;  
  }
  
  div#container{
  margin: auto;
	padding: 0px;
  text-align: center;
  }  
 
  p#vielText{
  text-align: justify;
  font-size: xx-small;
  width: 180px;
  color: black;
  }
  
  a#image{
  text-color: white;
  color: white;
  background-color: white;
  }
