html, body{
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#fff;
	background-image:url(/images/bck_body.jpg);
	background-repeat:repeat-x;
}
body {
	font-size: 62.5%; /* komt overeen met 10px. bv 12px is dan 1.2em */
}
a:link, a:active, a:visited {
	color:#bb4065;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.more {
	background-image:url(/images/ico_list.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}
.clearfloats {
	clear:both;
}
/* clear stuff */
h1, h2, h3, h4, h5, h6, div, ul, li, ol, td, th, tr, blockquote, img, div {margin: 0; padding: 0; border: none}
h1 {
	font-size:1.4em;
	font-weight:bold;
	margin: 15px 0 15px 0;
	color:#bb4065;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	margin: 10px 0 10px 0;
	color:#bb4065;
}
hr {
	color:#cccccc;
	border: none; 
	background-color: #cccccc; 
	height: 1px;
	margin-bottom:10px;
}

ul {
	/*list-style-position:inside;*/
	margin: 0 0 0 20px;
}

li {
	list-style-image: url(/images/ico_list.gif);
}

label {
	font-weight:bold;
	margin-right:10px;
}

label.location {
	font-weight:normal;
	margin-left:5px;
}

tr {
	vertical-align:top;
}

th {
	text-align:left;
	padding-right:10px;
}

caption {
	font-weight:bold;
	text-decoration:underline;
}

input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #333333;
	background-color: #ffffff;
	padding: 0px 3px;
}
/******************************** ID ********************************/

#wrapper {
	width:970px;
	background-image:url(/images/bck_wrapper.jpg);
	background-repeat:no-repeat;
	font-size:1.2em;
	min-height:700px;
	line-height:1.4em;
}

#topbar {

}
#sponsors {
	background-image:url(/images/bck_sponsors.jpg);
	background-repeat:no-repeat;
	width:515px;
	padding:5px;
	height:104px;
	float:right;
	position:absolute;
	top: 17px;
	left:438px;
}

#content {
	/*width:970px;*/
	margin-left:21px;
}
#leftwrapper {
	float:left;
}
#left {
	background-image:url(/images/bck_left.gif);
	background-repeat:no-repeat;
	width:219px;
	min-height:354px;
	color:#bb4065;
	float:left;
}
#right {
	background-image:url(/images/bck_right.gif);
	background-repeat:no-repeat;
	margin-left:21px;
	width:694px;
	min-height:354px;
	float:left;
}
#banner {
	position:absolute;
	top: 139px;
	left:980px;
	padding-right:20px;
}

#googleads {
	margin:10px 0 5px 21px;
}

#footer {
	color:#999999;
	padding:10px 10px 10px 21px;
	clear:both;
}

/******************************** secundair ********************************/

.margin {
	margin:20px;
}

#left ul {
	list-style-image:url(/images/ico_star.gif);
	list-style-position:outside;
	margin:10px 0 10px 0;
}
#left ul li {
	list-style-image:url(/images/ico_star.gif);
	list-style-position:outside;
	margin: 6px 0 0 15px;
}
#left ul li a {
	margin-left:0px;
	color:#bb4065;
	font-weight:normal;
	font-size:1.2em;
	text-decoration:none;
}

.frametitle {
	font-weight:bold;
}
.date {
	color:#999999;
	margin: -5px 0 5px 0;
}
.frame {
	background-color:#e9fcbc;
	margin:10px;
	padding:20px;
	/*font-style:italic;*/
}
#footer a{
	color:#999999;
	text-decoration:underline;
}

.flickrDiv
{
	width:125px;
	text-align:center;
	float:left;
}

.flickrImg
{
	padding:3px;
	border: 1px solid #ddd;
}

.alt {
	font-weight:normal;
	background-color:#FFF;
}

a.arrow {
	background-image: url(/images/ico_list.gif);
	background-repeat:no-repeat;
	padding-left:17px;
	margin-top:5px;
	display:block;
	background-position: 3px;
}