@charset "utf-8";
/* CSS Document */
			
			
			body {
			  font-family: Verdana,Arial,Helvetica,sans-serif;
			  font-size: 10pt;
			  background : #ffffff; 
			  height: 100%;
			  width: 100%;	
			  margin-left: 0px;
	 
			}
			.titel 
			{
				font-family: Verdana,Arial,Helvetica,sans-serif;
				font-size: 12px;
				text-align:center;
				color: #007ac3;
				height:81px;
				background-image:url(bg_top.gif);
				background-repeat:repeat-x;
			}
			
#subnav {
	position: absolute;
	right: 30px;
	top: 30px;
	}
#subnav ul li {
	float: left;
	margin: 0 10px 0 0;
	color: #0e2d4d;
	}

#subnav ul li a {
	float: left;
	color: #0e2d4d;
	margin: 0 8px 0 0;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, sans-serif;
	}		
#subnav ul li a:hover {
color: #718ac5;
	}	
			
#flashcontent {
	height: 83%;
	width: 100%;
}

html {
			height: 100%;
			overflow:hidden;
		
	}
	
	
			.footer
			{
			height: 20px;
			background-image:url(bg_bottom.gif);
			background-repeat:repeat-x;
			}
