*{
padding: 0;
margin: 0;
}

.clear{
clear: both;
}

.hidden {
display: none; 
}
 

h2{
font-size: 22px;
font-family: Trebuchet MS;
color: #272727;
margin-left: 50px;
padding-top: 10px;
font-weight: bold;
background-image: url(latest-line.png);
background-repeat: no-repeat;
background-position: bottom left;
width: 400px;
}

p {
margin-left: 65px;
margin-right: 5px;
padding-bottom: 15px;
padding-top: 5px;
font-family: Verdana;
font-size: 11px;
color: #272727;
}

body {
background-color: #d5d5d5;
background-image: url(background.png);
background-repeat: repeat-x;
border-bottom: solid 5px #131414;
}

#container {
text-align: left;
width: 1000px;
background-repeat: no-repeat;
}

#header {
position: relative;
height: 450px;
width: 920px;
background-image: url(background-header.png);
background-repeat: no-repeat;
}

#header-titel{
font-size: 30px;
font-family: Trebuchet MS;
color: #272727;
margin-left: 60px;
padding-top: 20px;
}

#header-titel span{
color: #0096ff;
}

#header-tekst{
margin-left: 80px;
padding-top: 30px;
width: 500px;
font-family: Verdana;
font-size: 10px;
color: #626262;
}

#header-tekst td{
padding-bottom: 10px;
}

#contact {
position: absolute;
bottom: 0;
right: 0;
}

.latest {
width: 920px;
height: 200px;
background-image: url(background-latest.png);
background-repeat: no-repeat;
}

.prev {
padding-top: 15px;
padding-left: 15px;
width: 50px;
float: left;
}

.latest-tekst {
width: 400px;
font-family: Verdana;
font-size: 11px;
color: #807d7d;
float: left;
padding-top: 30px;
padding-left: 15px;
}

.latest-img {
width: 270px;
height: 176px;
background-image: url(latest-img.png);
background-repeat: no-repeat;
float: left;
position: relative;
margin-left: 35px;
margin-top: -25px;
overflow: hidden;
}

.caption {
margin-left: 10px;
margin-top: -40px;
height: 30px;
width: 250px;
background-color: black;
position: relative;
}

.caption p{
color: white;
font-family: Verdana;
font-size: 10px;
margin: 0;
padding: 5px;
}

.latest-img img{
padding: 10px;
}


.next {
padding-top: 15px;
padding-right: 15px;
width: 50px;
float: right;
}

#content {
width: 900px;
margin: 10px;
margin-bottom: 0;
background-color: #e3e3e3;
}

/* caption styling */

.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
br.c { clear: both; }

