@charset "utf-8";
/* CSS Document */

#main {
	background: #179bd2 url(../img/main_bg.jpg) left bottom no-repeat;
	min-height: 500px;
}

	#leftnavigation {
		min-height: 500px;
		width: 192px;
	}
	
		#leftnavigation ul {
			list-style: none;
			margin: 80px 10px 0 10px;
		}
		
		#leftnavigation li {
			padding: 4px 0 8px 0;
		}

		#leftnavigation a {
			color: #FFF;
			font-size: 14px;
			padding: 0 0 0 17px;
		}
		
		#leftnavigation a:hover {
			background: url(../img/leftnavigation_a_hover.gif) no-repeat;
		}
		
		#leftnavigation  a.active {
			background: url(../img/leftnavigation_a_active.gif) no-repeat;
			font-weight: bold;
		}
	
	#content {
		/* background: #F5F9FA url(../img/content_bg.jpg) no-repeat; */
		background: #F5F9FA;
		line-height: 20px;
		min-height: 500px;
		padding: 0 25px 40px 25px;
		width: 553px; /* 603px */
	}
	
	
		#content .rootline {
			font-size: 14px;
			font-weight: bold;
			height: 60px;
			line-height: 60px;
			width: 553px;
		}
		
			#content .rootline .raquo a {
				background: url(../img/rootline_a_bg.gif) right top no-repeat;
				color: #1D5B75;
				margin: 0 5px 0 0;
				padding: 0 15px 0 0;
				text-decoration: none;
			}
			
			#content .rootline a {
				background: none;
				color: #1D5B75;
				margin: 0;
				padding: 0;
				text-decoration: none;
			}
			
		#content .standard {
			float: left;
			margin: 0 0 20px 0;
			width: 553px;
		}
