body {
	margin: 0px;
	padding: 0px;
	background: url(/interface/body-background.gif) center;
	text-align: center;
}

html {
	margin: 0px;
	padding: 0px;
}

div#wrapper {
	font-family: Verdana;
	background: url(/interface/images/wrapper-background.png) top;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}

div.header .menu {
	background: url(/interface/topmenu-background.jpg);	
	height: 37px;
	font-size: 12px;
	
}

	div.header .menu ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		font-weight: bold;
		padding-top: 0px;
		padding-left: 13px;
		height: 37px;
	}
	
	div.header .menu ul li {
		display: inline;
		padding-left: 15px;	
		padding-right: 15px;	
		padding-top: 11px;
		float: left;
	}
	
	div.header .menu ul li.divider {
		background: url(/interface/menu/divider-top.gif);
		width: 3px;
		padding: 0px;
		height: 33px;
		margin-top: 1px;
	}
	
		div.header .menu ul li a {
			color: #FFF;			
			text-decoration: none;
			text-shadow: 0px 0px 5px #000; 
		}
		
		

div.header .sub-menu {
	background: url(/interface/submenu-background.jpg);	
	height: 28px;
}

div.content {
	padding: 15px;
	padding-top: 26px;
}

	div.content h2 {
		margin: 0px;
		color: #569fc1;
		padding-bottom: 8px;
	}

	/* Linker menu */
	div.content .menu-left {
		float: left;	
		width: 158px;
		height: 200px;
	}
	
		div.content .menu-left .menu-item h3 {
			margin: 0px;
			padding: 0px;			
			font-size: 12px;
			color: #FFF;
			background: url(/interface/menu/title-background.gif) no-repeat;
			padding: 6px;
			padding-left: 9px;
		}
	
		div.content .menu-left .menu-item ul {
			margin: 0px;
			padding: 0px;
			list-style-type: none;
			color: #585858;
			padding-left: 0px;
		}
		
			div.content .menu-left .menu-item ul li {
				border-bottom: 1px solid #cacaca;
				background: url(/interface/menu/arrow.gif) no-repeat left;
				background-position: 4px 15px;
				padding: 12px;
				padding-left: 26px;
			}
			
			div.content .menu-left .menu-item ul li.last {
				border: 0px;				
			}
			
			div.content .menu-left .menu-item a {
				color: #585858;
				text-decoration: none;
				font-size: 12px;
				font-weight: bold;
			}
			
				div.content .menu-left .menu-item a:hover {
					text-decoration: underline;					
				}
		
	
	/* Midden text */
	div.content .text {
		margin-left: 175px;
		font-size: 12px;
		color: #585858;
		line-height: 21px;
		min-height: 250px;
	}
	
		div.content .text a {
			color: #585858;
		}
	
		div.content .text table.formdata {
			border-collapse: collapse;		
			margin-top: 15px;	
		}
		
			div.content .text table.formdata td {
				padding: 7px;		
				padding-right: 14px;	
				padding-left: 0px;	
			}

div.footer {
	background: #e4e4e4;	
	padding-left: 181px;
}

	div.footer ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		color: #7d7d7d;
		height: 40px;
		padding-top: 8px;
	}
	
		div.footer ul li {
			float: left;
			padding: 5px;
			padding-right: 10px;
			padding-left: 10px;
			border-right: 1px dotted #7d7d7d;
		}
		
			div.footer ul li.last {
				border: 0px;
			}
		
		div.footer ul a {
			color: #7d7d7d;
			font-size: 12px;			
		}
	