a:link { text-decoration:none; color:rgb(20,20,20); }
a:visited { text-decoration:none; color:rgb(40,40,40); }
a:hover { text-decoration:none; background-color:rgb(200,200,200); }
a:active { text-decoration:none; background-color:rgb(230,230,230); }
a:focus { text-decoration:none; background-color:rgb(215,210,210); }

body {
   background: rgb(129,189,245);
   color: #000000;
   text-align: center;
}

h1 { 	color:white; 
	font-size:20px; 
	font-style:italic; 
	margin-top:6px;
	text-indent:5px;
	margin-bottom:1px;
	background-color:rgb(150,150,150); 
	border-top:solid thin rgb(30,30,30);
	border-bottom:solid thin rgb(30,30,30); }
h2 {	color:white; 
	font-size:12px; 
	text-indent:2px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:rgb(245,234,128);}
	
h9 {	color:blue;
	font-weight:bold;
	background-color:rgb(119,179,235);}

div.logo	
{position:absolute; top:0px; left:0px;}
div.menue
{position:absolute;top:100px;left:0px;height: 153px;width: 221px;overflow: auto;background-color: rgb(245,234,128);}
div.menueende
{position:absolute; top:245px; left:0px;}
div.top
{position:absolute; top:0px; left:221px;}
div.site
{position:absolute; top:15%; left:270px; right: 2%; bottom: auto; width:auto; text-align:center;}
div.site2
{position:absolute; top:15%; left:221px; right: 2%; bottom: auto; margin-left:1%; width:auto; text-align:center;}
