@charset "utf-8";
/* CSS Document */

body {
	background-color: #EDEDED;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	
	scrollbar-arrow-color: #;
    scrollbar-face-color: #;
    scrollbar-highlight-color: #;
    scrollbar-3dlight-color: #;
    scrollbar-shadow-color: #;
    scrollbar-darkshadow-color: #;
    scrollbar-track-color: #;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/*   body link  */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #EFC665;
}
a:active {
	text-decoration: none;
	color: #333333;
}

/*   main  */
.main {
	width: 744px;
	height: 350px;
}

/*   contact en dakkapellen  */
.overige {
	width: 749px;
	height: 350px;
	overflow: auto;
}


/*   projecten  */
.projecten {
	width: 337px;
	height: 300px;
	overflow: auto;
}

/*   header  */
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EFC665;
}
.header a:link {
	color: #EFC665;
	text-decoration: none;
}
.header a:visited {
	text-decoration: none;
	color: #EFC665;
}
.header a:hover {
	text-decoration: none;
	color: #EFC665;
}
.header a:active {
	text-decoration: none;
	color: #EFC665;
}

/*   bottom  */
.bottom {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

/*   headings  */
p, form, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
.h1 {
	font-size: 11px;
	font-weight: bold;
}
.h2 {
	font-size: 14px;
	color: #333333; 
	}
