@charset "utf-8";
body {
margin: 0px;
padding: 0px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
height:100%;
width:100%;
background-image:url(../img/back.jpg);
background-repeat:repeat;
color:#666666;
}


h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
text-decoration:none;
color:#666666;
letter-spacing:1,5px;
}

a {
font-family:Arial, Helvetica, sans-serif;
font-size:10,5px;
text-decoration:underline;
color:#336699;
}

a:hover{
color:#000;
text-decoration:none;
}

p {
font-size:11px;
color:#666666;
line-height:16px;
}

/* - - - - - - - - - - - - - site blokken - - - - - - - - - - - - */

.main{
width:850px;
margin: 0 auto;
left: 50%;
margin-left: -415px; /* - (width/2) */
position: relative;
margin-top:55px;
}


/* - - - - - - - - - - - - - TYPO - - - - - - - - - - - - */


.menubut {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
display:block;
color:#FFFFFF;
padding:3px;
background-color:#485862;
}

.menubut:hover {
background-color:#000000;
color:#FFFFFF;
}

.link {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
display:block;
color:#FFFFFF;
padding:3px;
background-color:#485862;
text-align:center;
margin:2px 0 2px 0;
}

.link:hover{
color:#000;
background-color:#CCCCCC;
}