/* CSS Document */
body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	letter-spacing: 0pt;
}

a:link, a:visited {
	color: #0066cc;
	text-decoration: underline;
}
a:hover, a:active {
	color: #0099FF;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	margin: 0px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
u {	
	text-decoration: underline;	
}

#content{
	width: 680px;
	height: 380px;
	margin-top: 40px;
}	

#zijkant{
	background-image: url(../afbeeldingen/rode_lijn.jpg);
	background-repeat: repeat-x;
	float: left;
}

#teksthome{
	width: 274px;
	overflow: hidden;
	vertical-align: top;
	padding-right: 30px;
}

#fotohome{
	width: 370px;
	overflow: hidden;
	text-align: right;
	vertical-align: top;
}


#tekstwerk{
	width: 294px;
	overflow: hidden;
	vertical-align: top;
	padding-right: 60px;
}

#fotowerk{
	width: 350px;
	overflow: hidden;
	text-align: right;
	vertical-align: top;
}


.kopjerood{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #bf242b;
	font-weight: bold;
}

.kopjeblauw{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #003366;
}

.celhome{
	padding-right: 20px;
}