body {
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-color: #fff;
}

#banner {
	height: 300px;
	background: url(../files/1316129541.png) no-repeat left #000000;
}

#content {
	width: 590px;
	float:left;
}

#contenttext {
	padding: 10px;
	max-width: 570px;
}

#contenttext img {
	padding: 10px;
}

#addpagelistitem {
	padding-top: 7px;
	padding-bottom: 15px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #e6e6e6;
}

#infopage_textfield_highlight {
	border: 1px solid #c7c7c7;
}

#d_infopage_list {
	list-style-type: none;
	padding-left: 10px;
}

#widget {
	width: 400px;
	float:right;
}

#widgettext {
	padding: 10px;
}

#socialmedia {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	text-align: center;
}

#footer {
	padding: 10px;
	height:auto;
	clear:both;
	border-top: 1px solid #d1d1d1;
	border-bottom: 10px solid #272727;
}

#nav {	
	height: 30px;
	text-transform: uppercase;
}

#nav li {
	list-style-type: none;
	width: 120px;
	height: 24px;
	text-align: center;
	float: left;
	padding-top: 6px;
}

#nav a {
	color:#424242;	
	font-size: 14px;
	font-weight: bold;
}

#nav a:link,
#nav a:visited,
#nav a:hover
{
	text-decoration: none;
}

#nav li.here,
#nav li:hover,
#nav li.hover
{
	background-image: url(../images/button_background.png);
}

#nav li a:hover,
#nav li.here a:link,
#nav li.here a:visited,
#nav li:hover a:link,
#nav li:hover a:visited,
#nav li.hover a:link,
#nav li.hover a:visited
{ 
	color:#414141;
}

/* Album */
#image_frame {
	text-align: center;	
}

#image_frame img {
	max-width: 570px;
}

#image_frame h2 {
	font-size: 300%;
	margin-top: 10px;
}


.controle_elementen li {
	display: inline;
	margin: 20px;
	font-size: 150%;
	color: #fff;
}

.interactief > li {
	display: none;
}

.interactief li.actief {
	display: inline;
}

.menu {
	text-align: center;
	margin: 0px;
}

#image_lib {
	margin-left: auto;
	margin-right: auto;
}

#image_lib_img {
	width: 100px;
	text-align: center;
	display: inline-block;
}

#image_lib_img a {
	text-decoration:none;
	color: #fff;
}
/* ----------- */

/* Audioplayer */

#audioplayer {
	margin: auto;
	margin-bottom: 30px;
	width: 200px;
	height: 60px;
}

#audio_itemlist {
	background-color: #e9e9e9;
	border-bottom: 1px solid #a7a7a7;
	list-style-type: none;
	height: 24px;
	width: 380px;
	margin: auto;
}

#audio_item {
	float: left;
	margin-left: 5px;
}

#audio_item img {
	margin-right: 5px;
	padding: 0px;
}

#audio_delete {
	float: right;
	margin-right: 5px;
}
/* ----------- */


#calendar_container {
	text-align: center;
}

#calendar_nav {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: 250px;
	text-align: center;
}

#calendar_next {
	text-align: center;
	width: 100px;
	height: 25px;
	display: inline-block;
}

#calendar_previous {
	text-align: center;
	width: 100px;
	height: 25px;
	display: inline-block;
}

#calendar_content {
	margin-left: 20px;
}

#calendar_day {
	margin-top: 10px;
}

#calendar_event {
	margin-left: 40px;
	width: auto;
	height: 20px;
}

#calendar_title {
	float: left;
	width: 330px;
}

#calendar_location {
	float: right;
	font-style: italic;
	width: 150px;
}

#month_button {
	width: 90px;
	display: inline-block;
}
