<!-- Universal Selektor alles in alle Browsern auf 0 -->
* {margin: 0px; padding: 0px; border: 0px;}

body {
  background-image: linear-gradient(to bottom right, lightgray, white, gray, silver);
}

h1 {}
h2 {font-size: 1.9em; font-family: 'FreeSans'; font-weight: bold; font-style: italic; color: blue;}
h3 {}
h4 {font-size: 1.1em; font-family: 'FreeSans'; font-weight: bold;}
h5 {font-size: 1.0em; font-family: 'FreeSans'; }
h6 {font-size: 0.9em; font-family: 'FreeSans'; font-weight: bold; font-style: italic; }
 
 
	
div#agb {
	position: absolute;
	margin-top: 20px;
	margin-left:335px;
	width:910px;
	height: 660px; 
	float: left;
   overflow: auto;
	list-style: none;
}