/* CSS Document */
* {
margin: 0;
padding: 0;
}

body {
background-color: #6666FF;
font-size:62.5%;
font-family:Arial, Helvetica, sans-serif;
line-height:2em;
color: #333333 ;
background-image:url(img/background.png)
}

/* DIVISIONS */

#container {
width: 50em;
height: 125em;
margin: 0 auto 0 auto;
padding: 0;
border-right: 1em solid  #CCCCCC;
border-left: 1em solid #CCCCCC;
background-color:#E6E6E6;
position:relative;
}

#header {
height:30em;
width:auto;
background-color: #305163;
text-align:center;
color:#FFFFFF;
border-top: 0.1em solid #CCCCCC
}

#navagatie {
background-color: #CCCCCC;
height:2.5em;
}

#content {
background-color: #E6E6E6;
float:left;
}

#textrechts {
width:19em;
float:left;
padding:1em;
background-color: #E0E0E0;
margin:2.5em;
margin-right: 1.25em;
}

#textlinks {
width:19em;
float:left;
padding:1em;
background-color: #E0E0E0;
margin:2.5em;
margin-left: 1.25em;
margin-bottom:0em;
}

#textimg {
width:21em;
float:left;
background-color: #E0E0E0;
margin:2.5em;
margin-left: 1.25em;
margin-bottom:0em;
border:0.1em solid #333333;
}


#breadcrumbs {
height:2em;
padding-left: 2em;
}

/* LINKS EN LIST */

a:link {
color: #666699;
text-decoration:none;
}

a:visited {
color: #666699;
text-decoration:none;
}

a:hover {
color: #999999;
text-decoration:none;
}

a:active {
color: #666699;
text-decoration:none;
}

/* TEXT EN HEADS */

h1 {
font-size:3em;
margin: 2em;
}

h2 {
font-size:1.2em;
color:#7697f6;
}


p {
font-size:1.1em;
}

.logo {
float: left;
margin:0.2;
}

.img {
width: 30em;
height: 20em;
}


.img2 {
margin-left:5;
}