html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#maincontainer {
	margin: auto;
	width: 1000px;
}
#topcontainer {
	padding: 25px;
	clear: both;
	height: 200px;
	width: 950px;
}
#toplogo {
	clear: left;
	float: left;
	height: 200px;
	width: 105px;
	margin-right: 25px;
}
#topimage {
	clear: right;
	float: left;
	height: 200px;
	width: 820px;
}
#contentcontainer {
	clear: both;
	width: 1000px;
}
#contentleft {
	clear: left;
	float: left;
	width: 450px;
	padding-right: 25px;
	padding-left: 25px;
}
#contentright {
	clear: right;
	float: left;
	width: 500px;
}
#contentrighta {
	float: left;
	width: 225px;
	padding-right: 25px;
	padding-top: 20px;
}
#contentrightc {
	clear: both;
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#contentrightb {
	float: left;
	width: 225px;
	padding-right: 25px;
	clear: right;
	padding-top: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#bottomcontainer {
	clear: both;
	height: 29px;
	width: 975px;
	padding-left: 25px;
}
#bottomcontainer p {
	line-height: 26px;
}
.agendadatum {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.agendasoort {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.naam {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}
.auteur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
}
#spacer {
	float: left;
	width: 25px;
}
.agendatitel {
	font-weight: bold;
	text-decoration: none;
}
a  {
	color: #333333;
}

.linkbullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
	text-align: right;
	list-style-position: inside;
}
.linkbullet a  {
	color: #333333;
	text-decoration: none;
}
#bottomcontainer a {
	color: #333333;
	text-decoration: none;
}
.fotol{
	margin-right: 20px;
	float: left;
}
.fotor{
	margin-left: 20px;
	float: right;
}
#contentrighta h1{
	margin-top:0px;
}
#contentrightb h1{
	margin-top:0px;
}
#tweet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333333;
}
 #tweet .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF; 
}
#tweet .tweet_list li {
      overflow: auto;
      padding: 0; 
}
#tweet .tweet_list .tweet_even {
      background-color: #FFFFFF; 
}
#tweet .tweet_list .tweet_avatar {
      padding-right: 10px;
      float: left; 
}
#tweet .tweet_list .tweet_avatar img {
     vertical-align: middle; 
}
#reserveringbasket{
	visibility:hidden;
	height:0px;
}
.uitleg{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color:#999999;
}

/* agenda */
.agendaitem{
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:2px;
	padding-right:2px;
	border:solid;
	border-width:1px;
	border-color:#FFFFFF;
}
.agendaaanvangregel{
	clear:both;
}
.agendaaanvang{
	float:left;
}
.agendareserveer{
	float:right;
	text-align:right;
}
.clearregel{
	clear:both;
}