html { 
	height:					100%; 
	}

body { 
    height:                 100%;
    padding:                0px;
    margin:                 0px;
	text-align:				center;
	}

#container {
	position:				relative;
	margin:					auto;
	top:					0;
	width:					780px;
	height:					100%;
	text-align:				left;
	}
	
#top {
	position:				absolute;
	top:					0;
	left:					0;
	width:					780px;
	height:					220px;
	background-image:		url(topbild.jpg);	
	}
	
#content {
	position:				absolute;
	left:					250px;
	top:					270px;
	width:					580px;
	}

#content a:link, #content a:visited {
	font-family:			arial, verdana, helvetica;
	color:					#004599;
	font-size:				14px;
	text-decoration:		none;
	}
	
#content a:hover, #content a:hover  {
	font-family:			arial, verdana, helvetica;
	color:					#ffffff;
	font-size:				14px;
	text-decoration:		none;
	background-color:		#004599;		
	}
	
#flash {
	position:				absolute;
	left:					0px;
	top:					152px;
	width:					580px;
	}
	
	#webdesign {
			position: 	absolute;
			left: 		-2000px;
			top: 		-2000px;
			width: 		1px;
			height: 	1px;
			}		