	body, html {
		background: url('/images/bg.gif') repeat; 
		background-color:#f2f3f5; 
	
		scrollbar-arrow-color: #272d78;
		scrollbar-face-color: #f2f3f5;
		scrollbar-highlight-color: #ffffff;
		scrollbar-shadow-color: #272d78;	
	
		font-family : Arial;
	
		behavior:url('/inc/csshover.htc');
		margin: 10px; 
		padding: 10px;
		text-align: center;
	}
	
	#page{
	  	width:634px; 
	  	padding: 0px; 
	  	marging: 0px;
	  	text-align:left;
		background-color:#ffffff; 
		z-index:0;
		border-top: 	5px solid #ffffff;
		border-bottom: 	5px solid #ffffff;
		border-left: 	5px solid #ffffff;
		border-right: 	5px solid #ffffff;
	}
	
	#head{
	  	width:634px; 
	  	padding:0px; 
	  	text-align:left;
		background-color:#ffffff; 
		z-index:0;
	}
	
	#contentBox{
		vertical-align:top;
	  	width:634px; 
	  	background-color:#ffffff; 
		float: left;
	}
	
	#content{
		padding-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
		
		background-color:#ffffff; 
		text-align: left;
		
		width: 454px;
		float: left;
	}
	
	#BoxRechts{
		text-align: right;
	}
	
	#footer{
		background-color:#bdd1e5; 
		font-family : Arial;
		font-size : 8pt;
		color : #54789c;
		text-align: center;
		width: 634px;
	}	

	#content, td{
		font-family : Arial;
		font-size : 9pt;
		color : #5f5f5f;
		line-height:13pt;

	}

	p.headline{
		font-size : 12pt;
		color : #54789c;
		line-height:13pt;
		font-weight: bold;
	}
	
	a{
		text-decoration: none;
		color: #54789c;
	}