div.logo	
{position:absolute; top:0px; left:0px;}
div.menue
{position:absolute;top:147px;left:0px;height: auto;width: 221px;overflow: auto;}
div.site
{position:absolute; top:5%; left:231px; right:10px; bottom: auto; width:auto; text-align:center;}

body {
   font-size:16px;
   background: rgb(129,189,245);
   color: black;
   text-align: center; 
   }
h1 {
	color:white; 
	font-size:24px; 
	font-style:italic; 
	margin-top:6px;
	margin-bottom:1px;
	background-color:rgb(150,150,150); 
	border-left:solid thin rgb(30,30,30);
	border-right:solid thin rgb(30,30,30);
	border-top:solid thin rgb(30,30,30);
	border-bottom:solid thin rgb(30,30,30); 
	}
h5 {
	color:white; 
	font-size:50px; 
	font-style:italic; 
	margin-top:6px;
	margin-bottom:1px;
	background-color:rgb(150,150,150); 
	border-left:solid thin rgb(30,30,30);
	border-right:solid thin rgb(30,30,30);
	border-top:solid thin rgb(30,30,30);
	border-bottom:solid thin rgb(30,30,30); 
	}
h6 {
	color:black;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:1px;
	font-size:24px;
	}
h7 {
	color:black;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:1px;
	font-size:16px;
	}
a: {
	color:rgb(20,20,20);
	font-size:18px;
	}
a:link 	{
	color:rgb(20,20,20);
	text-decoration:none; 
	font-size:18px;}
a:visited {
	color:rgb(80,80,80);
	text-decoration:none; 
	font-size:18px;
	}
a:hover 
	{background-color:rgb(140,140,140);
	text-decoration:none; 
	font-size:18px;
	}
a:focus 
	{background-color:rgb(215,210,210);
	text-decoration:none; 
	font-size:18px;
	}
a:active
	{text-decoration:underline; 
	font-size:18px;
	}

