html, body {
height: 100%;
}

body{
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	background: #fefefe url(../graphics/site-bg.jpg) repeat-x 0 0;
	margin:0;
	padding:0;
}

/*opera fix*/
body:before{
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px; /* negate effect of float */
}

/* basic setup */
.clear{
	clear:both;
	height:65px; /* clear class needs to have the same height as footer */
	overflow:hidden;
}

.clearer{
clear:both;
}

/* header divs */
#header-logobox{
border: 0;
float: left;
width: 120px;
height: 111px;
font-size: 13px;
text-align: left;
color: #fff;
margin: 0;
padding: 9px 0 0 10px;	
}

#header-flagbox{
width: 150px;
height: 25px;
font-size: 13px;
text-align: left;
color: #fff;
margin: 20px 0 0 -10px;
padding: 0;
}

#header-flagbox img{
padding: 0 5px 5px 0;
}

#header-adresbox{
float: right;
width: 180px;
height: 76px;
font-size: 13px;
text-align: right;
color: #fff;
margin: 0;
padding: 15px 40px 0px 0;
}

#header-contactbox{
float: right;
width: 127px;
height: 76px;
font-size: 13px;
color: #fff;
margin: 0;
padding: 15px 0 0 0;
}

/* contact link */

#header-contactbox a:link, #header-contactbox a:visited{
color: #fff;
font-weight: normal;
text-decoration: none;
font-size: 12px;
}

#header-contactbox a:hover, #header-contactbox a:active{
color: #f10202;
}

#header-account{
float: left;
font-size: 10px;
text-align: left;
color: #fff;
margin: 0;
padding: 20px 0 0 20px;
}

#header-account a:link, #header-account a:visited{
color: #fff;
font-weight: normal;
text-decoration: none;
font-size: 10px;
}

#header-account a:hover, #header-account a:active{
color: #f10202;
}

/* navigation */

#nav{
	float: left;
	width: 812px;
	margin: 0;
	padding: 0px 0 0 10px;
}

#nav ul {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
}

#nav ul li {
		display: inline;
		float: left;
		margin: 0;
		padding: 0 20px 0 18px;
	}



#nav ul li a:link, #nav ul li a:visited{ /* nav menu link */
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: #fff;
}

#nav ul li a:hover, #nav ul li a:active{ /* nav menu link */
		color: #f10202;
}

#nav li ul {
		position: absolute;
		width: 250px;
		left: -999em;
		padding: 10px;
}

#nav li ul a {
        display: block;
        width: 146px;
		color: #fff; 
		text-decoration: none;
		font-weight:bold;
		padding: 2px 10px 2px 10px;
		background: url(../graphics/nav.jpg) no-repeat 1px 0px;
}

#nav li:hover ul {
        left: auto;
}

/* footer content */

#footer ul {
float: right;
list-style: none;
margin: 0;
padding: 29px 0 0 0;
}

#footer ul li {
display: inline;
float: left;
margin: 0;
padding: 0 26px 0 0;
}

#footer ul li a:link, #footer ul li a:visited{ /* nav menu link */
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #fff;
}

#footer ul li a:hover, #footer ul li a:active{ /* nav menu link */
color: #f10202;
}

/* content styling */

h1{
font-weight: bold;
font-size: 16px;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 5px 0;
}

h2{
font-weight: bold;
font-size: 14px;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 0px 0;
}

h3{
font-weight: bold;
font-size: 12px;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 5px 0;
}

h4{
font-weight: bold;
font-size: 12px;
text-align: left;
padding: 0 0 0 0;
margin: 0 0 5px 0;
}

ul#sitemap{ 
list-style-image: url(../graphics/spacer.gif);
 }
 
ul#sitemap2{ 
list-style-image: url(../graphics/spacer.gif);
 }	
 
 .rss-link{
background: url(../graphics/rss-logo.gif) no-repeat 0 1px;
padding: 0 0 0 19px;
margin: 0;
}

p {
padding: 0;
margin: 0 0 0em 0;
}

img{
border-style: solid; 
border-width: 2px; 
}

p.center{
margin: 0;
padding: 0 0 1em 0;
text-align:center;
}

p.rechts{
margin: 0;
padding: 0 0 1em 0;
text-align:right;
}

p.tel {
padding: 0;
margin: 0;
word-spacing: 24px;
}

p.mob {
	padding: 0;
	margin: 0;
	word-spacing: 13px;
}

p.mail {
	padding: 0;
	margin: 0;
	word-spacing: 7px;
}

p.footer{
	font-size:12px;
	color: #fff;
	text-align: right;
	margin: 0;
	padding: 25px 12px 0 0;
}

p.center-foto {
	padding: 0;
	margin: 20px 0 1em 0;
	text-align: center;
}

img.rechts{
	float:right;
	padding: 0;
}

img.links{
	float:left;
	padding: 0;
}

a:link, a:visited{
	color: #233174;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover, a:active{
	color: #f10202;
	outline: none;
}

.vet {
	font-weight: bold;
}

.schuin {
	font-style:italic;
}

.mini{
	font-size: 9px;
	font-weight:normal;
}

ul{
	margin: 10px 0 0px 0px;
	padding: 0 0 10px 0;
	list-style: disc;
}

li{
	margin: 5px 0 0 20px;
}


.tweede{ 
	width: 250px;
	float: left;
	padding: 5px 5px 25px 5px;
}

.vol{ 
	width: 550px;
	float: left;	
}

.derde{ 
	width: 160px;
	float: left;	
	padding: 5px 5px 25px 5px;
}

.tweederde{ 
	width: 320px;
	float: left;	
	padding: 5px 5px 0px 5px;
}

.vierde{ 
	width: 110px;
	float: left;	
	padding: 5px 5px 0px 5px;
}

.zesde{ 
	width: 90px;
	float: left;	
	padding: 2px 2px 5px 2px;
	text-align: center;
}

.space{
	height: 30px;
	width:550px;
	float: left;
}

img.button {
border: 0px;
}

.buttonbox{
	width: 400px; 
	border: 0px dashed #FF00FF;
	margin: 5px 150px;
	display: block;
	float: left;
}

.inlogbutton {
    background-image: url(https://www.jcsl.nl/blue/graphics/button_inlog.png);
    background-repeat: no-repeat;
    border: 0px;
	color: #fff;
	font-weight: bold;
	width: 155px;
    height: 25px;
	outline: 0;
}

.defaultbutton {
    background-image: url(https://www.jcsl.nl/blue/graphics/button_default.png);
    background-repeat: no-repeat;
    border: 0px;
	color: #fff;
	font-weight: bold;
	width: 150px;
    height: 25px;
}

.defaultbuttonb {
    background: url(https://www.jcsl.nl/blue/graphics/button_default1.png) no-repeat;
    border: 0px;
    color: #fff;
    font-weight: bold;
    height: 25px;
	width: 11px; 
	float: left;
	display: inline;
}
	
.defaultbuttonm {
    background: url(https://www.jcsl.nl/blue/graphics/button_default2.png) repeat-x;
    border: 0px;
    color: #fff;
    font-weight: bold;
    height: 25px;
	float: left;
	text-decoration: none;
	padding: 0px 0px 2px 0px;
	text-align: center;
	vertical-align:middle;
}
	
.defaultbuttonm  a{
    color: #fff;
    height: 25px;
	float: left;
	text-decoration: none;
	outline: 0;
	padding: 4px 0px 0px 0px;
}
	
.defaultbuttone {
    background: url(https://www.jcsl.nl/blue/graphics/button_default3.png) no-repeat;
    border: 0px;
    color: #fff;
    font-weight: bold;
    height: 25px;
	width : 11px;
	float: left;
} 

.buttonspacer
{
	width: 80px;
	height: 25px;
	float: left;	
}

.callactionbuttonb {
    background: url(https://www.jcsl.nl/blue/graphics/button_call-to-action1.png) no-repeat;
    border: 0px;
    color: #fff;
    font-weight: bold;
    height: 25px;
	width: 11px; 
	float: left;
	display: inline;
}
	
.callactionbuttonm {
    background: url(https://www.jcsl.nl/blue/graphics/button_call-to-action2.png) repeat-x;
    border: 0px;
    color: #fff;
    font-weight: bold;
    height: 25px;
	float: left;
	text-decoration: none;
	padding: 0px 0px 2px 0px;
}
	
.callactionbuttonm  a{
    color: #fff;
    height: 25px;
	float: left;
	text-decoration: none;
	outline: 0;
	padding: 4px 0px 0px 0px;
}
	
.callactionbuttone {
    background: url(https://www.jcsl.nl/blue/graphics/button_call-to-action3.png) no-repeat;
    border: 0px;
    color: #fff;
    font-weight: bold;
    height: 25px;
	width : 11px;
	float: left;
} 
