/* CSS */
/* typography */

a:link {color: #ee4546; text-decoration: none;}
a:visited {color: #ee4546; text-decoration: none;}
a:active {color: #ee4546; text-decoration: none;}
a:hover {color: #ee4546; text-decoration: underline;}

a.img:link {border: 0;}
a.img:visited {border: 0}
a.img:active {border: 0}
a.img:hover {border: 0}

body {background-image:url('images/background.gif');
background-repeat:no-repeat;
font-family: Arial;
background-color: #ffff66;
color: #ee4546;
text-align: center;
line-height:1.3;
font-size: 13px;
}

h1{
font-family: Arial;
font-weight: bold;
color: #ee4546;
text-decoration: underline;
text-align: left;
letter-spacing: -30;
font-size: 24px;
}

h2{
font-family: Arial;
background-color: none;
font-weight: bold;
color: black;
text-decoration: underline;
text-align: left;
letter-spacing: -30;
font-size: 12px;
}

p.times {font-family: Times;
	line-height:1.2;
	font-size: 14px;
	background-color: #ffff66;
}
p.right {text-align:right;
}
p.left {text-align:left;
	
}
.nav {background-color:#ffff66;}


/* placement */

div#container{
	margin-left: auto;
	margin-right: auto;
	width: 70em;
	text-align: left;
}

#wrapper{
	position:relative;
	width: 70em;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	}

#column1{
	position:absolute;
	width: 220px;
	left: 0px;
	top: 0px;
	padding: 10px 10px 0px 10px;
	}

#column2{
	position:absolute;
	width: 200px;
	left: 230px;
	top: 0px;
	padding: 10px 0px 0px 20px;
	}

#column3{
	position:absolute;
	width: 200px;
	left: 420px;
	top: 0px;
	padding: 10px 10px 0px 10px;
	background-color: none;
	}
	
#column4{
	position:absolute;
	width: 300px;
	left: 660px;
	top: 0px;
	padding: 10px 10px 0px 0px;
	background-color: none;
	}

#nav{
	position:relative;
	width: 220px;
	left: 50px;
	top: 0px;
	padding: 10px 0px 0px 0px;
	}

#inhoud1en2{
	position:relative;
	width: 400px;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
}

#inhoud1{
	position:relative;
	width: 200px;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
}

#inhoud2{
	position:relative;
	width: 200px;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
}

#inhoud3{
	position:relative;
	width: 300px;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
}

#kop1{
	position:relative;
	width: 220px;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
}

#kop2{
	position:relative;
	width: 200px;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
}

#kop3{
	position:relative;
	width: 200px;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
}

#kop4{
	position:relative;
	width: 300px;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	background-color: none;
}

