body 
	{ 
	background-color : #e7e7e7; 
	} 

h1
	{
	font-size : xx-large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #0b0d1b;
	text-align : center;	
	}
	
h2
	{
	font-size : medium;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #0b0d1b;
	text-align : center;	
	}	
	
h3
	{
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #0b0d1b;
	text-align : center;	
	}	
	
h4
	{
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #0b0d1b;
	text-align : left;	
	}	
	

p.comment
	{
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : #0b0d1b;
	text-align : left;	
	
	}

p
	{
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #0b0d1b;
	text-align : left;	
	}
	
li	{
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #0b0d1b;
	text-align : left;	
	}

table#main 
	{
	width: 100%;
	}

td {
	font-size : small;
	}

td.menue
	{
	border: 1px black solid;
	width: 100%;
	background-color: #adb2d7;
	}

td.menue-window
	{	
	width: 20%;
	vertical-align: top;
	}
	
td.content-window
	{	
	width: 80%;
	vertical-align: top;
	}	
	
td.menue:Hover
	{
	border: 1px black solid;
	width: 100%;
	background-color: #8a8ead;
}

td.menue a {
display: block;
}

A.menue
	{
	font-size : 	large;
	font-family : 	Arial;
	font-weight : 	bold;
	font-style : 	normal;
	color : #0b0d1b;
	text-align : left;
	text-decoration : none;
	}

a	
	{
	font-size : 	small;
	font-family : 	Arial;
	font-weight : 	bold;
	font-style : 	normal;
	color : #0b0d1b;
	text-align : left;
	text-decoration : none;
	}


