body {
	background-color: rgb(029, 144, 203);

	margin: 0px;
	
	overflow: auto;
}

.pagina {
	background-color: rgb(255, 255, 255);

	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.topwrap {
	background-color: rgb(255, 255, 255);
    width: 770px;
    
    margin-top: 20px;
    margin-left: auto;
	margin-right: auto;
}

.menu {
    background-color: rgb(255, 255, 255);
    width: 770px;
    height: 20px;
    
    margin-left: auto;
	margin-right: auto;
    
    color: rgb(029, 144, 203);
	font-weight: normal;
    font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.menu a {
    color: rgb(029, 144, 203);
	font-weight: normal;
    text-decoration: underline;
    font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.menu a:hover {
    color: rgb(200, 200, 200);
	font-weight: normal;
	text-decoration: underline;
    font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.tekst {
	color: black;
	font-weight: normal;
        font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.tekst b {
	color: black;
	font-weight: bold;
        font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.tekst a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
    font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.tekst a:hover {
    color: rgb(029, 144, 203);
	font-weight: normal;
	text-decoration: underline;
    font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.tekst b a {
	color: black;
	font-weight: bold;
	text-decoration: underline;
    font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.tekst b a:hover {
    color: rgb(029, 144, 203);
	font-weight: bold;
	text-decoration: underline;
    font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}

.titel {
	color: rgb(0, 0, 0);
	font-weight: bold;
        font-family: "Trebuchet MS", Arial;
	font-size: 22px;
}

.mediumtitel {
	color: rgb(0, 0, 0);
	font-weight: bold;
        font-family: "Trebuchet MS", Arial;
	font-size: 16px;
}