/***************************************************/
/* Body                                            */
/***************************************************/
body
	{
	margin: 0px;
   	font-family: "Verdana","Arial", "sans-serif";
   	font-size: 12px;
   	line-height: 15px;
   	color: #666;
   	background-color: #B5D3E9;
	}

/***************************************************/
/* Headings                                        */
/***************************************************/
h1, h2, h3, h4 {font-variant:small-caps;}
h1	{font-size:18px;}
h2	{font-size:16px;}	
h3	{font-size:14px;}
h4  {font-size:12px; margin-bottom: 5px;}

p	{
	margin: 5px 0 0; 
	font-weight:lighter;
	}
ul {
	margin-left: 10px;
	padding: 5px;
	text-indent: 0px;
	}
a:link, a:visited, a:active, a:hover
	{ 
  	text-decoration:none;
  	font-weight: normal;
  	color: #CC0000;
  	font-size:11px;
	}
a:active, a:hover
	{ 
  	color: #339933;
	}
a.menu:link, a.menu:visited
	{ 
  	color:#EEE;
 	background-color: #040930;
 	text-decoration: none;
	}
a.menu:active, a.menu:hover
	{ 
  	color:#666699;
 	background-color:#EEE;
	}
a.menu 
	{
 	display:block;
 	padding-top:3px;
  	padding-bottom:3px;
 	padding-left: 5px;
  	padding-right: 5px;
 	border-top:1px solid #FFF;
 	background-color:#999;
 	text-align:left;
 	font-weight: normal;
 	color:#EEE;
 	text-decoration:none;
 	}
	
/***************************************************/
/* Compartments                                    */
/***************************************************/
#top
	{
	width:800px; 
	margin: 0px auto; 
	background-color: #B5D3E9;
	}
#title 
 	{
	font-size: 1px;
	line-height: 1px;
	margin-top: 15px;
	height:100px;
   	background-color: #B5D3E9;
	}
.title_nav {
	font-family: "Verdana","Arial", "sans-serif";
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	COLOR: #000000;
	margin top : 0px;
	margin left : 0px;
	position : relative;
	left : 500px;
	top : -35px;
	}	
#left 
	{
	height:600px;
	margin-top: 5px;
	background-color: #FFF;
	background-image: url(wave_menu.gif);
	width: 300px;
	padding: 10px 5px 0px 5px;
	border: 2px groove;
	border-color: #CCC;
	text-align: left;
	float: left;
	}
.menu_box
	{
	background-color:#0E64F2;
	width:130px;
	margin: 5px;
	margin-left: 165px;
	}
.menu_title
	{
 	padding: 5px;
	font-weight: bold;
	color: #FFF;
	text-align:left;
	margin:2px;
	}
.aktuell
	{
	width:130px;
	margin: 5px;
	margin-left: 165px;
	color: #000030;
	}
.update
	{
	width:130px;
	margin: 5px;
	margin-left: 165px;
	color: #000030;
	}
#content
	{
	height:600px;
	margin-top: 5px;
	background-color: #FFF;
	background-repeat: repeat-y;
	width: 420px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	border: 2px groove;
	border-color: #CCC;
	text-align: left;
	float: right;
	}
#last 
	{
	margin-top: 40px;
	text-align: left;
	float: left;
	}