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

div.TOP {
	width:950px;
	height:200px;
	position:relative;
	left:50%;
	margin-left:-475px;
	background-color:#007890;
}
	div.TOPboven {
		width:950px;
		height:150px;
		position:relative;
	}
		div.TOPlogo {
			width:250px;
			height:130px;
			background:url(../imgs/logo.jpg) no-repeat;
			float:left;
			position:relative;
			margin:10px 0 0 10px;
		}
		div.TOPslogan {
			width:650px;
			height:100px;
			float:left;
			position:relative;
			margin:20px 0 0 20px;
		}
			div.TOPslogan span {
				color:#1c1c1c;
				font-family:Arial;
				font-size:36px;
				padding:0 0 0 0;
			}

	div.TOPmenu {
		width:950px;
		height:30px;
		position:relative;
		background-color:#f0f0c0;
	}
		div.TOPmenu ul {
			list-style:none;
			margin:0 0 0 0;
			padding:0 0 0 0;
		}
			div.TOPmenu ul li {
				margin:0 10px 0 10px;
				float:left;
			}
				div.TOPmenu ul li a {
					color:#1c1c1c;
					font-family:Arial;
					font-size:15px;
					text-decoration:none;
				}
				div.TOPmenu ul li a:hover {
					color:#000000;
					font-family:Arial;
					font-size:15px;
					text-decoration:underline;
				}
