/* CSS Document */
html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #70266C;
	text-align: left;
	background-color: #70266C;
	background-image:   url("../_images/achtergrond_blanco.gif");
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
a:link, a:visited {
	text-decoration: none;
	color: #70266C;
}
a:hover, a:active {
	text-decoration: underline;
	color: #70266C;
}
H1 {
	font-family: Garamond, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #E23828;
	font-size: x-large;
	line-height: 60%;
}
H2 {
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #70266C;
	font-size: large;
}
H3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E23828;
	font-size: small;
	font-weight: bold;
}
UL {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 14px;
	margin-left: 0px;
	text-indent: -15px;
}
/* holder styles */
#pageholder {
	background-image: url("../_images/twirl_achtergrond_pit.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0px auto 0px auto;
	height: 100%;
	width: 760px;
}
/* header styles */
#header {
	width: 760px;
	text-align: left;
	margin: 24px 0px 0px 0px;
}
#headertext {
	color: #70266C;
	text-align: center;
}
#logo {
	position: absolute;
	width: 184px;
	height: 160px;
	margin: 24px 0px 0px 24px;
}
/* navigation styles */
#nav {
	width: 160px;
	float: left;
	padding: 60px 24px 0px 24px;
}
#navlink {
	border-bottom: solid #E23828 1px;
	height: 23px;
}
#navlink_2r {
	border-bottom: solid #E23828 1px;
	height: 41px;
}
#navlink a:link, #navlink a:visited, #navlink_2r a:link, #navlink_2r a:visited {
	text-decoration: none;
	color: #70266C;
}
#navlink a:hover, #navlink a:active, #navlink_2r a:hover, #navlink_2r a:active {
	text-decoration: none;
	color: #70266C;
	font-weight: bold;
}
/* content styles */
#content {
	width: 528px;
	padding: 24px 0px 24px 0px;
	margin-left: 208px;
}
#content a:link {
	text-decoration: underline;
	color: #70266C;
}
#content a:visited {
	text-decoration: none;
	color: #70266C;
}
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #E23828;
}
#afb {
	width: 160px;
	height: 160px;
	padding: 24px 0px 24px 0px;
}
#home_art01 {
	width: 252px;
	padding: 24px 0px 0px 0px;
	margin-left: 208px;
}
#home_art02 {
	float: right;
	width: 252px;
	padding: 24px 24px 0px 0px;
}
.rood {
	color: #E23828;
	font-weight: bold;
}
/* footer styles */
#footer {
	clear:both;
	background: #E23828;
	margin: 24px;
	text-transform: uppercase;
	color: #FFFFFF;	
	font-size: x-small;
	text-align: center;
}
