/* CSS Document */

/* CSS Document */
body { 
 
background-color : #FF6600;
font-size: 12px;
color:#000099;
font-family: Verdana, Arial, Helvetica, sans-serif;
scrollbar-arrow-color:#FF6600; 
    scrollbar-track-color:#FF6600; 
    scrollbar-face-color:#000099; 
    scrollbar-highlight-color:#000066; 
    scrollbar-3dlight-color:#FF6600; 
    scrollbar-darkshadow-color:#000099; 
    scrollbar-shadow-color:#FFFFCC; 

}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
h1 {
	font-size: 18px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 16px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content{width:100%;
height:500px;

}
#header{
	height:515px;
	background-image:url("../image/header1.png");
	background-repeat:no-repeat;
	position:absolute;
	left: 12px;
	top: 40px;
	width: 101px;

}
#topmenu{
	height:20px;
	background-color:#FF6600;
	position:absolute;
	width: 805px;
	left: 115px;
	top: 15px;
}

#left{
	height:215px;
	width:167px;
	background-image: url("../image/logo jos.png");
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	left: 783px;
	top: 62px;
}
#main{
	height: 470px;
	width:577px;
	float:right;
	padding-left:40px;
	padding-right:40px;
	position:absolute;
	left: 124px;
	top: 97px;
	overflow:auto;


}
#foto{
	background-image:url("../image/grfoto1.jpg");
	background-repeat:no-repeat;
	position:absolute;
	width: 537px;
	height: 275px;
	left: 0px;
	top: 60px;


}
#nieuws{
	position:absolute;
	left: 782px;
	top: 281px;
	width: 148px;
	height: 236px;
	padding-top:15px;
	padding-left:15px;


 }
#footer{
	position:absolute;
	font-size:10px;
	left: 17px;
	top: 218px;
 }

