.clsSmall
{
	font-size: 85%;	
}

.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.clearboth
{
	clear: both;
}

.newsItem h1{
	margin-bottom:0px;
}

.newsItem .newsDate{
	font-size: 10px;
	color: #d2d2d2;
	margin-bottom: 5px;
}

.newsItem .newsMore{
	display: block;
	margin:5px 0 25px 0;
	
}

.newsItem .newsMore a{
	text-decoration: none;
}

#newsItem h1{
	margin-bottom: 0px;
	float: left;
}

#newsItem .back, .back{
	float: right;
	text-decoration: none;
	line-height: 40px;
}

#newsItem .newsDate{
	clear: both;
	font-size: 10px;
	color: #d2d2d2;
	margin-bottom: 5px;
}

#newsItem .newsIntro{
	display: block;
	font-weight: bold;
}

#albums .album{
	float: left;
	width: 130px;
	height: 130px;
	margin: 8px 8px 8px 8px;
}

#albums .album .img img{
	border:1px solid #d2d2d2;
	padding:7px;
}

#albums .album .title{
	text-align: right;
	margin-right: 10px;
}

#albums .image{
	float: left;
	margin: 8px 8px 8px 8px;
	height: 110px;
}

#albums .image .img img{
	border:1px solid #d2d2d2;
	padding:10px;
}

#image{
	margin: 10px 10px 10px 10px;
	padding-bottom: 30px;
}

#image .img img{
	border:1px solid #d2d2d2;
	padding:10px;
}

#image .prev{
	float: left;
	left:10px;
	position: relative;
	display: block;
	top: 10px;
}

#image .next{
	float: right;
	right: 20px;
	position: relative;
	display: block;
	top: 10px;
}

#backLink{
	text-align: right;
}

#agendaItems{
	position: relative;
	padding-bottom: 15px;
	float: left;
}

.agendaItem{
	width: 450px;
	line-height: 24px;
}

.agendaItem .date{
	float: left;
	clear: both;
	position: relative;
}

.agendaItem .title{
	float: left;
	position: relative;
	margin-left: 10px;
}

.agendaItem .kickoff{
	float: left;
	margin-left: 10px;
}



.agendaItem.big{
	line-height: 16px;
}

.agendaItem.big .date{
	position: relative;
	font-size: 10px;
	margin-bottom: 5px;
	float: left;
	font-weight: normal;
}
.agendaItem.big .title{
	position: relative;
	margin-left: 0px;
}

.agendaItem.big .title h1{
	margin-bottom: 0px;
}

.agendaItem.big .kickoff{
	float:left;
	font-weight: normal;
	color: #454545;
}

.agendaItem a{
	color: #454545;
}

.agendaItem .agendaMore{
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
}

.agendaItem .intro{
	clear: left;
	font-weight: normal;
}

.agendaItem.gray{
	border-bottom:1px solid #f5f5f5;
	border-top:1px solid #f5f5f5;
}

#sidebar{
	float: right;
	position: relative;
}

#calender.agenda{
	top: 10px;
	width: 240px;
	position: relative;
	display: block;
}

#calender .agendaTitle{
	width:240px;
	font-weight: bold;
	text-align: center;
	display: block;
}

.agendaPrev, .agendaNext{
	position: relative;
	margin-top: 15px;
	display: block;
	padding-bottom: 20px;
}

.agendaPrev{
	float:left;

}

.agendaNext{
	float: right;
	right: 20px;
}

.agendaPunten{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	padding-bottom: 30px;
}

.agendaPunten li{
	background: url(../_images/line.gif) no-repeat bottom right;
}

.agendaPunten li a{
	padding-left: 30px;
	background: url(../_images/dot.gif) no-repeat left;
	line-height: 30px;
	color: #454545;
}

.agendaPunten li a:hover, .agendaPunten li a.active{
	background: url(../_images/dot-dark.gif) no-repeat left;
	font-weight: bold;
}

#messages{
	margin-bottom: 10px;
}

#messages .message{
	color: #454545;
	clear: left;
}

#messages .name{
	float: left;
	margin-top:5px;

}

#messages .date{
	float: left;
	margin-top:5px;
	margin-left: 15px;

}

.pageNav{
	clear: left;
	margin-top: 10px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

a img{
	border: 1px solid #454545;
	padding: 2px;
}

input.full, textarea.full{
	width:300px;
}