*{
padding:0;
margin:0;
}

html, body {
height:100%; /* héél belangrijk */
background-color:#f5f4f4;
background-image:url(../images/header_bg.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}




/* CONTAINER DIV om alles te centreren */
#container {
clear:both;
width:786px;
margin:0 auto;
min-height:100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
margin-bottom: -174px;
}



/* LANGUAGE SELECTOR */
#language{
width:150px;
height:35px;
position:absolute;
top:0;
right:0;
background-image: url(../images/language.jpg);
background-repeat:no-repeat;
}
a.language{
font-size:0.8em;
text-transform:uppercase;
text-decoration:none;
margin:6px 14px 0px 14px;
}
a.language:link, a.language:visited{
color:#b50937;
}
a.language:hover, a.language:active{
color:#272727;
}





#left {
    padding: 0 0 50px 0;
    width:244px;
	float:left;
	display:block;
}




#right {
    padding: 0 0 50px 0;
    width:542px;
	float:right;
	display: block;
}


#right_content{
	margin-left:42px;
}



#footer {
clear:both;
background-image:url(../images/footer_bg.jpg);
background-repeat:repeat-x;
height:174px;
}



#clear{
clear:both;
}


h1{
color:#b50937;
width:502px;
padding-bottom:20px;
font-size:1.6em;
}
h2{
color:#727171;
font-size:1.0em;
}
p{
color:#58595b;
font-size:0.8em;
line-height:1.8em;
text-align:justify;
}
p a:link, p a:visited, p a:hover, p a:visited{
color:#b50937;
font-weight:bold;
text-decoration:none;
border-bottom:#b50937 1px solid;
}
.keyword{
color:#727171;
font-weight:bold;
}
.italic{
font-style:italic;
font-size:0.9em;
}


.respond{
color:#58595b;
background-color:#e1e1e1;
font-size:0.8em;
line-height:1.8em;
text-align:justify;
padding:10px;
width:480px;
display: block;
}

div#Links{
	width:470px;
}
div#Links ul{
	list-style:none;
}
div#Links ul li{
	display:block;
	border-bottom:#bab7b7 1px dotted;
    text-align: left;
	padding-top:15px;
	padding-bottom:15px;
}
div#Links ul li:hover{
	display:block;
	background-color:#e6e5e5;
    text-align: left;
}
 
div#Links ul li a{
	color:#b50937;
	text-decoration:none;
}





.input
{
color: #727171;
border: 0px;
padding:5px;
height:25px;
}
.textfield
{
color: #727171;
border: 0px;
padding:5px;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
line-height:1.8em;
}
.submit input
{
color: #ffffff;
background: #727171;
border: 0px;
padding:10px;
height:35px;
}


.tabelkader
{
background: #ffffff;
border:1px solid #dad7d7;
}




a.thumbnail:link, a.thumbnail:visited, a.thumbnail:hover, a.thumbnail:visited
{
border:0px;
text-decoration:none;
}
