/* Divisions */
body { 
font-family: Verdana,arial,serif;
font-style: normal;
text-align: center;
}
div.container {
position: relative;
width:900px;
margin:0 auto;
text-align: left;
border:0px solid #A0B7F1;
background-color: #ffffff;
}
header, nav, article, footer {
float: left;
width: 900px;
background: url('img/be07.jpg') 50% 15% no-repeat fixed;
}
header {
height: 120px;
}
/* Home header voor favorieten */
header a:hover {
background-color: transparent;
}
article {
position: relative;
font-family: Verdana,arial,serif;
width: 900px;
margin: 0 0 0 0;
display: inline;
overflow: auto;
height: 370px;
}
div {
border-radius: 10px;
}
div.left {
float: left;
width: 500px;
padding-left: 10px;
margin-left: 20px;
margin-top: 20px;
background: url("img/achtertekst.png");
}
div.right {
float: left;
width: 350px;
padding-left: 20px;
margin-top: 10px;
}
.updates {
float: left;
color : #ffffff;
margin: 10px 0 20px 0px;
width: 320px;
background: url("img/achtertekst.png");
border-width: 0; 
font-size: 90%;
overflow: auto;
display: inline;
border-radius: 10px;
}
footer {
margin-top: 0px;
height: 30px;
padding: 0em;
list-style-type:none;
}
.wit {
background: url("img/achtertekst.png");
}
/* Navigation general */
a, a:visited {
color:#A12D2E;
background: url('img/trans.gif');
font-size : 100%;  
} 
a:hover {
color: #ffffff;
background-color : transparent;
text-decoration: none;
}
/* Navigatie */
nav {
width: 100%;
background: transparent;
} 
nav ul{
margin: 0 0 0 10px;
padding: 0;
float: left;
}
nav ul li {
display: inline;
}
nav ul li a {
float: left;
font-size: 120%;
color: #D3DCD7;
padding: 10px 20px;
background: transparent;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
text-decoration: none;
border-radius: 5px;
}
nav ul li a:visited {
color: #D3DCD7;
background: transparent;
}
nav ul li a:hover {
color: #A12D2E; 
background: rgba(207,218,212,0.8);
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
nav ul li.aan a,nav ul li.aan  a:visited {
color: #A12D2E; 
background: rgba(207,218,212,0.8);
}
/* Text */
p {
color:#A12D2E; 
margin: 10px 20px 15px 10px;
font-size : 90%; 
font-weight : normal; 
}
p.klein {
margin: 1px 10px 0px 10px;
font-size : 70%; 
} 
p.vet {
font-size: 130%;
} 
p.lijn {
text-decoration: underline;
} 
p.datum {
margin: 20px 10px 0 10px;
text-decoration: overline;
}
h2 {
color:#A12D2E; 
font-size: 120%;
margin: 10px 10px 10px 10px;
}
p.datum,time {
clear: left;
margin: 30px 10px 0 10px;
text-decoration: overline;
font-size: 90%;
}
/* Pictures */
img {
border: 0;
}
p.pic {
margin-left : 10px;
margin-right: 20px;
border: 0;
}
p.center {
text-align: center;
}
p.right {
float : right; 
border : 0; 
margin : 0 20px 15px 20px; 
} 
p.left {
float : left; 
border : 0; 
margin : 0 20px 15px 10px; 
}
table {
width:210px;
float : left;
margin : 20px 20px 10px 20px; 
line-height: 26px;
text-align: right;
background: url('img/achtertekst.png');
}
td {
padding: 5px 5px 5px 10px;
border-right: 0px;
border-left: 0px;
border-bottom: none;
color:#A12D2E;
}
/* Listings website */
ul {
color:#A12D2E; 
font-family: Verdana,arial,serif;
list-style-type: none;
font-size: 90%;
margin: 5px 0 5px 10px;
padding-left: 5px;
}
.ex { /* externe links */
color:#A12D2E; 
margin-bottom: 2px;
background-image: url('img/extern.gif');
background-repeat: no-repeat;
background-position: 0 .2em; /* left top text from image */
padding-left: 2.0em; /* distance content image */
}
footer ul li,footer ul li a,footer ul li a:visited,footer ul li a:hover { /* footer in een lijst */
color: #ffffff;
font-size : 90%; 
display: inline;
padding-right: 3em;
}
footer ul li a:hover {
text-decoration: none;
}
