		body {
			background-image:url(./pix/aquaback.gif); 
			background-repeat:repeat-x,repeat-y;
			margin: 0px;
			font-family: Lucida, Verdana, Arial, Helvetica, sans-serif;
		}
					
		.picture {
			cursor: pointer;
		}
					
		.button {
			text-decoration:none;
			background-image:url(./pix/button.gif);
			background-repeat: no-repeat;
			height:27px;			
			cursor: pointer;		
		}

		.button-blue {
			text-decoration:none;
			background-image:url(./pix/button-blue.gif);
			background-repeat: no-repeat;
			height:27px;			
			cursor: pointer;		
		}

		.button-grey {
			text-decoration:none;
			background-image:url(./pix/button-grey.gif);
			background-repeat: no-repeat;
			height:27px;			
			cursor: pointer;		
		}
		
		.buttontext {
		  font-size: 10pt;
			font-weight:bold;
			text-decoration:none;
			text-align:center;
			color:#404040;
		}		
					
		.buttontext-grey {
		  font-size: 10pt;
			font-weight:bold;
			text-decoration:none;
			text-align:center;
			color:#808080;
		}		

		#header-left {
			background-image:url(./pix/header-left.jpg); 
			background-repeat:no-repeat;
			height:32;
			width:65;
			text-align:right;
			position:absolute; 
			top:0px;
			left:0px;
		}
		
		#header-middle {
			background-image:url(./pix/header-middle.jpg); 
			background-repeat:repeat-x;
			height:32;
			text-align:center;
			font-size: 12pt;
			font-weight:bold;
			text-decoration:none;
			color:#404040;
			padding-left:100px;
		}
		
		#header-right {
			background-image:url(./pix/header-right.jpg); 
			background-repeat:no-repeat;
			height:32;
			width:6;
			text-align:right;
			position:absolute; 
			top:0px;
			right:0px;
		}

				
		#footer {
			background-image:url(./pix/footer.jpg); 
			background-repeat:repeat-x,repeat-y;
			height:22;
			text-align:right;
		}
		
		#active {
			border:thin solid #999999;		 
		 	padding-top:8px;
		  padding-bottom:8px;
		  padding-left:8px;
		  padding-right:8px; 
		}
		
		#inactive {
		 
		 	padding-top:8px;
		  padding-bottom:8px;
		  padding-left:8px;
		  padding-right:8px; 
		}

		.myopacity {
		filter:alpha(opacity=40);
		-moz-opacity: 0.40;
		opacity: 0.40;
		}
		
		.myopacity_hover {
		filter:alpha(opacity=100);
		-moz-opacity: 1.0;
		opacity: 1.0;
		}
		
		#pic_side {
		filter:alpha(opacity=25);
		-moz-opacity: 0.25;
		opacity: 0.25;
		}
						
		#pic_side_div {
			position:absolute; 
			top:32px;
			right:0px;
		}	
		
		#content_div {
			position:absolute; 
			top:32px;
			right:0px;
			width:800;
			height:600;
			border-left:1px solid #808080;	
		}	
		
		#content {
		  padding-left:20px;
			font-size: 11pt;
			font-weight:bold;
			text-decoration:none;
			color:#404040;
		}	
		
		#text {
			font-size: 11pt;
			font-weight:bold;
			text-decoration:none;
			color:#404040;
		}
		
		#menue {
			width:110;
			vertical-align:middle;
		}
		
			