body {
	background-color: #dfdfdf;
	background-image: url(http://www.xiewel.nl/images/achter_rechts.jpg);
	background-repeat: repeat;
	background-position: top-left;
	background-attachment: fixed;
	background-color: #fe24b0;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background-color: #4A4A4A;
   background-image:none;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
img {
	border: 0px;
}
a:link {
	color: #f91fa9;
	text-decoration: none;
}
a:visited {
	color: #f91fa9;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#side_menu .head a:link {
	color: #217F00;
	text-decoration: none;
}
#side_menu .head a:visited {
	color: #217F00;
	text-decoration: none;
}
#side_menu .head a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#side_menu .head a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.wrapper {
	width: 760px;
	height: 100%;
	margin: 0;
}

div.wrapper {
	margin: auto;
}

#header {
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #2B2B2B;
	height: 200px;
}

#menu_home {
	float:left;
	padding-left:210px;
}

#menu {
	width: 760px;
	height: 40px;
	background-color: #66cf00;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0px;
	background-image:url(http://www.xiewel.nl/images/side_menu.png);
	background-repeat:no-repeat;
	background-position: top-left;
	
	text-align:left;
	font-size:14px;
}
.menu_scheiding {	
	text-align:center;
	color: #b19c10;
	
	width:30px;
}
#main {
	width: 760px;
	margin: 0;
	padding: 0;
	background-color: #5D5D5D;
	
	background-image:url(http://www.xiewel.nl/images/side_menu.png);
	background-repeat:no-repeat;
	background-position: top-left;
}

#side_menu {
	width: 250px;
	margin: 0px;
	float:left;
	padding-top:110px;
	
}
#side_menu .head {
	background-color: #8AEC2A;
	min-height: 110px;

	padding-right:40px;
	
	text-align:right;		
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #217F00;
}
#side_menu .body {

	padding: 15px;
	padding-top: 5px;
	color:#000;
	
}
#side_menu .spacer {
	margin-top: 15px;
}

#content {
	width:510px;
	margin-left: 250px;
	background-color: #4A4A4A;
}
#content .head {
	height: 20px;
}
#content .head .blokje {
	width: 20px;
	height: 20px;
	background-color: #B1FF65;
}
#content .body {
	padding: 0px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 10px;
	min-height: 235px;
}
#content .body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
#content .body p {
	margin-top:0;
}
#content .foot {
	height: 0px;
}
#content h1 {
	margin: 0px;
	margin-bottom: 9px;
	font-size: 20px;
}
#content h2 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
#content h3 {
	margin: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

#footer {
	width: 760px;
	height: 9px;
	margin: 0;
	padding: 0px;
	
	text-align: right;
	float:none;
	font-size:9px;
}

.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }

/* Site Onderdelen */

.archiefbalk { 
	text-align: center;
	width:440px;
}
.archiefbalk li {
	list-style: none;
	display: inline;
	margin: 2px;
	padding: 4px;
	color: #cc1146;
}

.innerError {
    color:#f91fa9;
}
.innerHelp {

}

/* Album */
#album_overzicht .spacer {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cc1146;
	
	margin-bottom: 10px;
	margin-top: 10px;
}

.album_item {
	margin: 0;
}
.album_item h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 5px;
	margin-bottom: 13px;
}
.album_item p {
	line-height: 1.3;
	margin-top: 0px;
	padding-top: 0px;
}
.album_item .foto {
	width: 161px;
	display: block;
	float: left;
}
.album_item .foto img {
}

/* Agenda */

#nieuws_overzicht .item {
	margin: 0px;
}
#nieuws_overzicht #spacer {
	border-top:dotted;
	border-top-color:#f91fa9;
	border-top-width:thin;
	
	margin-top: 5px;
	margin-bottom: 5px;
}
#nieuws_overzicht .datum {
	float:left;
	font-size:11px;
}
#nieuws_overzicht .titel {
	font-weight:bold;
	color: #f91fa9;
}
#nieuws_overzicht .informatie_kort {
	font-style:italic;
}
#nieuws_overzicht .lees_meer {
	text-align:right;
}
#agenda_overzicht .afbeelding {
	float: left;
	margin-right: 10px;
}
#nieuws_overzicht img {
	border: solid;
	border-color: #f91fa9;	
	border-width: 1px;
}

#nieuws_detail .datum {
	font-size:12px;
	margin-bottom: 15px;
}
#nieuws_detail .titel {
	font-size: 16px;
}
#nieuws_detail .artiest {
	margin-bottom: 15px;
}
#nieuws_detail .begin {
	font-size:12px;
	margin-bottom: 15px;
}
#nieuws_detail .afbeelding {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#nieuws_detail img {
	border: solid;
	border-color: #f91fa9;	
	border-width: 1px;
}
#nieuws_detail .informatie_kort {
	font-weight: bold;
}
#agenda_detail .informatie {
	padding-top: 2px;
}
#nieuws_detail .terug {
	text-align:right;
	padding-top: 20px;
}

.verdana9wit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
