@charset "utf-8";

body	{
		background-color: #8080c0;
		margin: 0px;
		padding: 0px;
		}

img {
	border-width: 0px;
	}
		
#banner	{
		position: absolute;
		width: 80%;
		height: 100px;
		z-index: 1;
		left: 10%;
		top: 0px;
		background-color: #c0c0c0;
		}

#menu	{
		position:absolute;
		width: 133px;;
		height: 700px;
		z-index: 3;
		left: 10%;
		top: 100px;
		background-color: #c0c0c0;
		padding-top: 30px;
		padding-left: 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		}

#inhoud	{
		position: absolute;
		width: auto;
		height: 700px;
		z-index: 2;
		left: 10%;
		right: 10%;
		top: 100px;
		background-color: #ffffff;
		padding-top: 30px;
		padding-left: 193px;
		}
		
#menu a	{
		line-height: 200%;
		font-weight: bold;
		color: #000080;
		text-decoration: none;
		padding-bottom: 5px;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #8080c0;
		list-style-type: none;
		}

#menu a:hover	{
				color: #8080c0;
				padding-left: 5px;
				border-bottom-width: 2px;
				border-left-width: 2px;
				border-bottom-style: solid;
				border-left-style: solid;
				border-bottom-color: #8080c0;
				border-left-color: #8080c0;
				}

