/***********************************************/
/* HTML tag styles                             */
/***********************************************/

* {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 12px;
	color: #253355;	
}

body {
	background-color: #253355;
	background-image: url(images/bg_overflow.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	
	scrollbar-face-color:      #ffffff;
	scrollbar-shadow-color:    #aeaeae;
	scrollbar-highlight-color: #aeaeae;
	scrollbar-3dlight-color:   #eaeaea;
	scrollbar-darkshadow-color:#eaeaea;
	scrollbar-track-color:     #eaeaea;
	scrollbar-arrow-color:     #000000;  	
}

table {border:thin;}

td {
	color: #253355;
}

th {
	color: #253355;
}

a {
	color: #FB7015;
	text-decoration: none;
}

a:hover {  
	color: #FB7015;
	text-decoration: none;		
}

h1 {
	font-size: 12pt;
	color: #253355;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;	
}

p {
	margin: 10px 0;
}

#bodycenter{
	position : absolute;
	visibility:hidden;
}

/***********************************************/
/* Layout bovenkant                            */
/***********************************************/

#logo{
	position: absolute;
	top:48px;
	left:20px;
	width: 248px;
	margin: 0;
	padding: 0 0 0 0;
	height: 167px;
}

#foto{
	position: absolute;
	top:48px;
	left:268px;
	width: 702px;
	margin: 0;
	padding: 20 0 0 0;
	height: 167px;
	background-color:#BFD3E6;
}

#buttons{
	position: absolute;
	background-image: url(images/menu_home.jpg);	
	top:20px;
	left:20px;
	width: 950px;
	height: 28px;
}

.buttons {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 14px;
	color:#FFF;
	font-weight: bold;	
}

a.buttons {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color:#fff;
	font-weight: bold;	
	text-decoration:none;		
}
a.buttons:hover, visited, active {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;		
	color:#fff;
	text-decoration:none;		
}

.activebuttons {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 14px;
	color:#253355;
	font-weight: bold;	
}

a.activebuttons {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color:#253355;
	font-weight: bold;	
	text-decoration:none;		
}
a.activebuttons:hover, visited, active {
	font-family: Trebuchet MS, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;		
	color:#253355;
	text-decoration:none;		
}
/***********************************************/
/* Midden                                      */
/***********************************************/

#content{
	position: absolute;
	background-image:url(images/bg_breed.jpg);
	top:215px;
	left:268px;
	width: 454px;
	margin: 0;
	padding: 0;
	height:auto; /*600px;*/
}


/***********************************************/
/* Linkerkant                                  */
/***********************************************/ 

#menu{
	position: absolute;
	background-image:url(images/bg_smal.jpg);
	top:215px;
	left:20px;
	width: 248px;
	margin: 0;
	height:auto;
}

/***********************************************/
/* Rechterkant                                 */
/***********************************************/ 

#vacatures{
	position: absolute;
	overflow: hidden;
	background-image:url(images/bg_smal.jpg);
	top:215px;
	left:722px;
	width: 248px;
	margin: 0;
	padding: 0;
	height:auto;
}
/**************************************/
/* scrollbalk                         */
/**************************************/
div#scrollbalk
{
	border: 0px #cccccc;
	overflow: hidden;
	position: absolute;
	height: 612px;
	width: 250px;
	padding-left: 0px;
	left: 3px;
	top: 27px;
}
div#scrollbalk p
{
	margin: 0 0 0 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}
div#scrollbalk p:first-child
{
	padding-top: 30px;
}

/***********************************************/
/* Footer                                      */
/***********************************************/ 

#footer{
	position: absolute;
	background-image:url(images/bg_footer.jpg);
	background-repeat: no-repeat;	
	color: #FFFFFF;	
	top:800px;
	left:20px;
	width: 950px;
	margin: 0;
	padding: 0;
	height: 30px;
	font-size:14px;
	font-weight:bold;
	padding-top:7px;
}	
	
#footer a ,#footer a:visited, #footer a:active{
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
		
}
#menu a:hover {
	font-size:12px;
	color: #253355;
	text-decoration:none;
}	

