html { 
    margin: 0px 0px 0px 0px;
    border : none; 
	height: 100%; 
}

body {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	border : none; 
	overflow:auto;

	text-align: center;
	background-color: rgb(40,65,120);
	font-family: arial;
	color: rgb(255,255,255);
	font-size: 9pt;	
}

#rahmen { 
	position: relative; 
	width: 1000px; 
	height: 100%;
	margin: auto;

	background-color: rgb(0,30,100);
	text-align: left; 
}

	#head {
		position: absolute; 
		width: 1000px; 
		margin: 0px 0px 28px 0px;
		z-index: 3; 
	}
	
	#navi {
		position: absolute; 
		height: 100%;
		width: 277px;
		border-top: 226px solid rgb(0,30,100); 
		background-image: url("images/xxgver1a.gif");
		z-index: 2; 
	}
	
	/* Hack für Mozilla */
	#rahmen > #navi 	{ top : 226px; bottom : 0px; height : auto; border : none; padding-top: 0px;}
	
	#content {
		position: absolute; 
		height: 100%;
		width: 696px;
		left: 304px;
		border-top: 226px solid rgb(0,30,100); 
		border-bottom: 42px solid rgb(0,30,100); 
		z-index: 1; 
		overflow:auto;
		scrollbar-face-color: rgb(255,205,0);
	}
	
	/* Hack für Mozilla */
	#rahmen > #content 	{ top : 226px; bottom : 42px; height : auto; border : none; padding-top: 0px;}
	
		#text {
			width: 472px; 

		}
	
	#navirechts {
		position: absolute; 
		top: 1px;
		left: 470px;
		text-align:right;
		width:150px;
	}
		
	#foot {
		position:absolute;
		left: 275px;
		top: 100%;
		margin-top: -28px;
		width: 724px; 
		height: 28px;
		background-color: rgb(0,20,70);
		z-index: 4; 
	}
	
	
.footnavi {
	
	color: rgb(255,255,255);
	font-size: 8pt;	
	text-decoration: underline;
}

.texthighlight {

	color: rgb(255,205,0);
}

.jobs {
	
	font-size: 13.5pt;	
}

.jobjp {
	
	font-size: 12.0pt;	
}

.dc {
	
	font-size: 20.0pt;	
	color: rgb(255,205,0);
}



a {
	text-decoration:underline;
	color: rgb(255,255,255);
	font-size: 9pt;	
}
