body {
background-position: 50% 0%;
text-align:center;
font-family: Verdana, Arial;
background-color: #c0fbfb;
margin: 0;
padding: 0;
background-image: url("images/back.jpg"); 
background-repeat: no-repeat;
}

#container_home {
margin: 0 auto;
width: 900px;
height: 800px;
text-align: center;

}

#contact {
float: right;
height: 100px;
margin: 20px 100px 0 0;
text-align: left;
color: #000000;
font-size: 8pt;
}

#menu {
margin: 0 0 0 170px;
text-align: left;
color: blue;
font-size: 8pt;
font-weight: bold;
clear: both;
}

a:link		{color:red; font-size: 8pt; }
a:visited	{color:red; font-size: 8pt; }
a:active	{color:blue; font-size: 8pt; font-weight: bold; }
a:hover		{color:blue; font-size: 8pt; }
a			{text-decoration:none}

.linkerblok {
float: left;
height: 575px;
width: 490px;
border-right: 1px solid blue;
margin-top: 20px;
margin-left: 170px;
text-align: left;
font-size: 8pt;
}
.rechterblok {
float: right;
height: 575px;
width: 155px;
margin-top: 20px;
margin-right: 75px;
text-align: left;
font-size: 8pt;
background-repeat: no-repeat;
overflow: none;

}
.blok {
float: left;
height: 575px;
width: 650px;
margin-top: 20px;
margin-left: 170px;
text-align: left;
font-size: 8pt;
overflow: auto;
}

h1 { color: red; font-family: Verdana, Arial; font-size: 13pt;  }
p, ul, table { font-family: Verdana, Arial; font-size: 8pt; color: #000000; margin-right: 5px;}
hr { border: 1px dashed red; }



ul {
display: disc;
margin: 0 0 0 17px;
}

.imgrechts {
margin: 10px 10px 10px 10px;
float: right;
border: 0;
}

.imglinks {
margin: 10px 10px 10px 0px;
float: left;
border: 0;
}

