@charset "utf-8";
/* CSS Document by Ralph Tonn */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: url(../../../images/background.png) repeat-x #96daff;
	margin: 0;
	padding: 0;
	}
	#head {
		height: 119px;
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		z-index:1;
		background: url(../../../images/head_bg.jpg) no-repeat top;
		}
	#frame {
		width: 898px;
		height: auto;
		position: relative;
		z-index: 2;
		margin: 0 auto 10px auto;
		background: url(../../../images/content_bg.png) repeat-y 61px center;
	}
	#head_img {
		width: 898px;
		height: 119px;
		padding: 0;
		margin: 0;
		display: block;
		text-indent: -3000px;
		background: url(../../../images/head.jpg) no-repeat;
		}
	#navigation {
		width: 736px;
		height: 26px;
		margin: 0 auto;
		padding: 0 10px 0 30px;
		list-style: none;
		background: url(../../../images/nav_bg.png) repeat-x;
		}
		
		#navigation LI {
			text-align:center;
			float: left;
			display:block;
			}
		#navigation LI A {
			height: 26px;
			display: block;
			line-height: 26px;
			vertical-align: middle;
			font-weight:bold;
			color: #fff;
			text-decoration: none;
			padding: 0 11px;
			background-image: url(../../../images/nav_a.png);
			background-repeat: repeat-x;
			background-position:top;
			}
			* html #navigation LI A {display: inline;}
		#navigation LI A:hover, #navigation LI A.active {
			padding: 1px 11px 0 11px;
			height: 25px;
			color: #09f;
			background-position:bottom;
			}
	#content {
		clear: both;
		padding: 30px 115px 15px 118px;
		min-height: 350px;
		background: url(../../../images/content.png) no-repeat left top;
	}
		#content H2 {
			margin: 0 0 10px 0;
			font-size: 18px;
			color: #039;
			}
		#content .maintable SPAN.thumb_title {display:block;color: #666;font-size:10px;margin-bottom: 10px;}
		#content .maintable .tableh1 {display:none;}
		#content DIV.footer {display:none;visable:hidden;}
		#content .tableh1_compact {font-size: 11px;font-weight: bold;color: #666;}
		#content .tableb_compact {font-size: 16px;padding: 0 5px;color: #039;}
		#content .navmenu A {color: #39F;text-decoration:none;}
		
	#foot {
		width: 740px;
		height: 42px;
		padding: 20px 79px 0 79px;
		color: #016abc;
		font-size: 10px;	
		text-align: center;	
		background: url(../../../images/foot_bg.png) no-repeat #96daff;
		}
		#foot A {
			color: #016abc;
			text-decoration: none;
			}
			#foot A:hover {color:#036;}
			
	#foot HR {
		height: 1px;
		border: 0;
		background: url(../../../images/foot_hr.png) no-repeat center;
		color: #016abc;
		}
		
		
		
			
		
