html {
	margin: 0;
	height: 100%;
}

body {
	background-color: white;
	margin: 0;
	height: 100%;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #492f91;
}

.header {
	background-image: url("../images/top.png");
	height: 146px;
	width: 100%;
	margin-top:44px;
}

.body {
    background-image: url("../images/bg3.png");
    position: absolute;
    top: 187px;
    width: 100%;
    margin: 0;
   	text-align: left;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.boxframe {
	top: -97px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 3px #000000;
    background: url("../images/boxbg.png") repeat scroll 0 0 transparent;
    position: relative;
    height: 100%;
}

.logo {
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	position: relative;
	top: -33px;
	left: 5px;
	width: 316px;
	height: 84px;
}

.menu {
	text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    margin-left: 13px;
    margin-right: 25px;
    position: relative;
    top: 10px;
}

.menu lu {
	list-style-type: none;
}

.menu li {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 24%;
    list-style-type: none;
}

.menu li.selected a{
	color: #0082c8;
}

.menu li a {
	color: #492f91;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

.menu li a:HOVER {
	color: #0082c8;
}

.content {
	 margin-left: 40px;
	 margin-right: 40px;
	 margin-top: 10px;
	 margin-bottom: 50px;
	 clear: both;
	 padding-top: 62px;
	 padding-bottom: 0px;
	 min-height: 388px;
}

h1, h2, h3{
	color: #0082c8;
	text-transform: uppercase;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
}

.lijn {
    background-image: url("../images/lijn.png");
    background-repeat: no-repeat;
    height: 42px;
    margin-left: 29px;
    padding-bottom: 19px;
    width: 847px;
}

.content p {
	color: #492f91;
}

li {
	margin-bottom: 5px;
}

.align-right {
	float: right;
}

.content table {
	width: 100%;
}

.content table th {
	color: #0082c8;
	text-align: left;
	padding-bottom: 10px;
}

.content table td {
	text-align: left;
	padding-bottom: 10px;
}

.content table tr {
	margin-bottom: 10px;
	height: 30px;	
}

.copyright {
    color: #555555;
    float: right;
    font-size: 10px;
    margin-top: 3px;
}

.content img {
	box-shadow: 0px 2px 3px #0082c8;
	border-width: 1px;
	border-color: #492F91;
	border-style: solid;
}

input[type="text"], textarea {
	width: 400px;	
	margin-bottom: 10px;
}