	
	/* Scroll only part of page */
	body {
		margin:0px;
		padding:262px 0px 60px 0px;
		font-family:Arial,sans-serif;
		font-size:11pt;
		line-height:15pt;
	}
	#scrollarea{
		margin-left:250px;
		padding-top:35px;
		padding-bottom:15px;
	}
	
	
	/* fixed position Elements */
	#header{
		position:fixed;
		left:0px;
		top:0px;
		width:100%;
		height:218px;
		background-color:#c3c4c5;
		background-image:url(../css/images/headerbackground.gif);
		font-family:"Arial Narrow",Arial,sans-serif;
	}
	#footer{
		position:fixed;
		left:0px;
		bottom:0px;
		width:100%;
		height:60px;
		background-color:#FFFFFF;
	}
	#footer #content{
		padding-left:250px;
		padding-top:10px;
	}
	#smallline{
		position:fixed;
		left:206px;
		bottom:30px;
		width:20px;
		height:40px;
		background-image		: url(../css/images/vr_vertical.gif);
		background-repeat		: repeat-y;
	}
	#footer a{
		font-family:"Arial Narrow",Arial,sans-serif;
		font-size:12pt;
	}
	#footer .grau{
		color:#929395;
	}
	
	#line{
		width:2px;
		height:100%;
		position:fixed;
		left:206px;
		top:274px;
		background-image		: url(../css/images/vr_vertical.gif);
		background-repeat		: repeat-y;
	}
		
	#countryname{
		background-color:#bbbbbb;
		height:31px;
		font-family:Arial,sans-serif;
		font-size:13pt;
		color:#000000;
		padding-left:29px;
	}