/* CSS Document */
body { 
	margin:0px; 
}

#contentShell {
	padding-left:5px;
	padding-right:5px;
	width:640px;
}

#headerMain {
	background-image:url(../images/siteHeaderBg.gif);
	height:71px;
}


#gmonName {
	width:103px;
	height:55px;
	position:relative;
	left:18px;
	float:left;
}

#gmonText {
	width:505px;
	height:16px;
	float:rigth;
	float:left;
	margin-left:20px;
	margin-top:36px;
	/*position:absolute;
	top:36px;*/
}


#middleHeader {
	width:443px;
	height:120px;
	margin-top:5px;
	float:left;
}

#langSelect {
	width:198px;
	float:inherit;
}
	
#enFlag {
	/*background-image:url(../images/flagEn.gif);
	width:116px;
	height:35px;*/
	margin-top:8px;
	margin-left:26px;
}
	
#deFlag {
	/*background-image:url(../images/flagGer.gif);
	width:126px;
	height:35px;*/
	margin-top:12px;
	margin-left:26px;
}
	
#cont {
	width:443px;
	background-image:url(../images/contBgTop.gif);
	background-repeat:repeat-x;
	margin-top:5px;
	min-height:400px;
	font-family:arial;
	color:#544F41;
	font-size:11px;
	font-weight:bold;
}
	
	#naviShell {
		width:192px;
		vertical-align:top;
		margin-left:5px;
		margin-top:5px;
	
	}
	
	#naviHead {
		background-image:url(../images/naviBg.gif);
		width:inherit;
		height:25px;
	}
	
	#naviBg {
		width:imherit;
		background-color:#EDE5CA;
		min-height:390px;
		height:390px;
		padding-top:20px;
	}
	
	#demoText {
		padding:40px;
	
	}
	
	#news {
		padding:40px;
		padding-left:20px;
		padding-right:15px;
	}
	
	#news a {
		color:#2E6998;
		font-size:15px;
	}
	#news a:hover {
		color:#FF6600;
	}
	#news div {
		margin-top:60px;
	}
	
	#demoLink a {
		color:#2E6998;
		font-size:15px;
		padding:10px;
	}
	#demoLink a:hover {
		color:#FF6600;
	}
	
	#demoLink {
		margin-top:40px;
		margin-left:30px;
		text-align:center;
	}
	
	#demoLinkInner {
		float:left;
		margin-top:4px;
	}
	
	#demoLink img {
		float:left;
	}
	
	.naviPoint {
		margin-bottom:15px;
		
	}
	
	.naviPoint a {
		text-decoration:none;
		margin-left:10px;
		width:inherit;
		color:#2E6998;
		font-family:arial;
		font-size:12px;
		font-weight:bold;
		
	}
	.naviPointSelected {
		margin-bottom:15px;
		margin-left:10px;
		width:inherit;
		color:#FF6600;
		font-family:arial;
		font-size:12px;
		font-weight:bold;
	}
	
	.naviPoint a:hover {
		color:#FF6600;
	}
	
	.naviIcon {
		background-image:url(../images/naviIcon.jpg);
		background-repeat:no-repeat;
		margin-left:14px;
		width:13px;
		height:14px;
		float:left;
	}
	
	
	.outerBg {
		background-image:url(../images/siteBg.gif);
		height:640px;
		min-height:640px;
		
	}
	
	.lang {
		width:192px;
		height:58px;
		background-color:#E5D2A8;
		margin-top:5px;
		margin-left:5px;
	}
	.langSelected {
		background-color:#BFB89E;
	}
	.imgBorderless {
		border:none;
	}

#errorMsg {
	text-align:center;
}


