/*
	KLEURENTABEL
	Grijs:			#DDDDDD
	Licht-grijs:		#5D5D5D
	Lichter-grijs:	#F1F1F1
	Donkergroen:	#006950
	Licht-groen:	#33826E
	Fel-geel		#FFF000
	licht-geel		#FFF99E

*/

#body {
	background:#FFFFFF url(img/background_home.gif) repeat-y left;
	width:771px;
	}
	
	#column_left {
		width:191px;
		float:left;
		position:relative;
		}
		#visual_image {
			position:relative;
			left:37px;
			width:154px;
			height:70px;
			}
	
		#content_menu {
			width:154px;
			min-height:70px;
			margin-left:37px;
			top:1px;
			overflow:hidden;
			}
			
			#content_menu ul {
				width:154px;
				padding:0;
				margin:0;
				list-style-type:none;
				background-color:#99C1B7;
				}
			
			#content_menu ul a{
				display:block;
				height:100%;
				text-decoration:none;
				padding:4px 12px;
				border-bottom:1px #99C1B7 solid;
				}
				
			#content_menu ul li a.active {
				color:#FFF000;
				}
				
				ul.n1 li a{
					background-color:#006950;
					color:#FFFFFF;
					font-weight:bold;
					}
					
				ul.n1 li a:hover{
					background-color:#006950;
					color:#FFF000;
					}				
			
			#content_menu ul.n2 li a{
					background: url(img/list-style-line-white.gif) 12px 11px no-repeat #33826E;
					color:#FFFFFF;
					font-weight:normal;
					padding:4px 20px;
					}
					
			#content_menu ul.n2 li a:hover{
					/*background-image: url(img/list-style-line-yellow.gif); */
					color:#FFF000;
					}
			#content_menu ul.n2 li a.active {
				color:#FFF000;
				}
			
				#content_menu ul.n3 li a{
					background: url(img/list-style-line-white.gif) 20px 11px no-repeat #33826E;
					color:#FFFFFF;
					font-weight:normal;
					padding:4px 30px;
					font-size:0.95em;
					}
			
			
	#column_right {
	width:580px;
	float:left;
		}
		
		#content-header {
			background-color:#E3E3E3;
			height:70px;
			position:relative;
			}
		
		#content-header h1 {
			margin:0;
			padding:35px 0 0px 15px;
			height:40px;
			background: top right no-repeat;
			
			}
			
		#content-header h1.fss {
			background-image: url(img/icon_sys_2.gif);
			}
			
		#content-header h1.pss {
			background-image: url(img/icon_sys_1.gif);
			}	
			
		#content-header h1.pws {
			background-image: url(img/icon_sys_3.gif);
			}		
			
			#breadcrumbs {
				position:absolute;
				left:15px;
				top:10px;
				}
				
			#breadcrumbs ul {
				list-style-type:none;
				margin:0;
				padding:0;
				}
				
				#breadcrumbs ul li {
					display:inline;
					padding-right:8px;
					background: url(img/breadcrumbs_list_img.gif) right no-repeat;
					}
				
				#breadcrumbs ul li.last {
					background-image:none;
					color:#006950;			
					}
				
					#breadcrumbs ul li a {
						color: #006950;
						text-decoration:none;
						background:url(img/a_border.gif) bottom repeat-x;
						}
					
					#breadcrumbs ul li a:hover {
						color: #66A192;
						} 
			#pagefunctions {
				text-align:right;
				position:absolute;
				right:15px;
				top:190px;;
				}
				
				#pagefunctions img {
					background: url(img/prinit_p.gif) left no-repeat;
					}	
					
				#pagefunctions a {
					color: #006950;
					text-decoration:none;
					background:url(img/a_border.gif) bottom repeat-x;
					}
			
				#pagefunctions a:hover {
					color: #66A192;
					} 
			
		#content {
			padding:30px 0 0 17px;
			width: 430px;
			}
			
		#content p a {
			color: #006950;
			text-decoration:underline;
			}
			
		#content p a:hover {
			text-decoration:none;
			}	
				
			
			
			
			
			
			
			
			
			
