/* ************************************************************************** */
/* ALGEMEEN                                                                   */
/* ************************************************************************** */

body, body.algemeen { background: #b0b1b3; }
body.beeldendekunst { background: #eece92; }
body.dans           { background: #bfb5d4; }
body.muziek         { background: #e5b2a0; }
body.theater        { background: #d9dc93; }
body.schrijven      { background: #77d0eb; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	}
td {
	font-size: 100%;
	}
	
a {
	color: #97001f;
	text-decoration: none;
	}
a:hover {
	color: #97001f;
	text-decoration: underline;
	}
a.cursus {
	font-weight: bold;
	}
	
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #d7004d;
	}

.smllr {
	font-size: 10px;
	}
		
/* ************************************************************************** */
/* HEADER                                                                     */
/* ************************************************************************** */

#showCrumb {
    font-size: 11px;
	text-transform: uppercase;
	}
#showCrumb a {
    color: #505050;
	}
#showZoeken input {
	font-size: 11px;
	border: 2px solid #505050;
	width: 153px;
	margin: 0; padding: 5px 2px 5px 25px;
	background: #fff url('../images/zoek.gif') 2px center no-repeat;
	}
	
	
/* ************************************************************************** */
/* SHOWLEFT                                                                   */
/* ************************************************************************** */


/* ************************************************************************** */
/* SHOWRIGHT                                                                  */
/* ************************************************************************** */

/* CONTENTLEFT -------------------------------------------------------------- */

#contentLeft {
	line-height: 1.35em;
	}

#contentLeft h1 {
	font-size: 1.25em;
	color: #505050;
	margin-top: 0; padding-top: 0;
	}

#contentLeft h2 {
	font-size: 1.2em;
	color: #505050;
	margin: 0; padding: 0;
	}

#contentLeft h3 {
	font-size: 1em;
	color: #787878;
	text-transform: uppercase;
	margin: 1em 0 0 0; padding: 0;
	}

#contentLeft .contentImg {
	float: left;
	margin: 0 0.5em 0.5em 0;
	}
	
/* CONTENTRIGHT ------------------------------------------------------------- */

#contentRight {
	font-size: 0.9em;
	line-height: 1.2em;
	}

#contentRight h1 {
	font-size: 1em;
	color: #000;
	margin-top: 0; padding-top: 0;
	text-transform: uppercase;
	}

#showAgendaShort ul,
#showNewsShort ul {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: normal;
	list-style-type: none;
	}
#showAgendaShort ul li,
#showNewsShort ul li {
	border-top: 1px solid #000;
	padding: 5px 0;
	}
#showAgendaShort ul li a,
#showNewsShort ul li a {
	font-weight: bold;
	text-transform: uppercase;
	}
	
.readMore {
	font-weight: normal !important;
	text-transform: lowercase !important;
	margin-left: 1em;
	}
	
#showInschrijvenCursus {
	background: #505050;
	padding: 2px 5px;
	}
	#showInschrijvenCursus a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	}
	#showInschrijvenCursus a:hover {
	color: #bebebe;
	font-weight: bold;
	background: transparent !important;
	text-decoration: none;
	}
	
#showInschrijvenNieuwsbrief {
	margin-top: 1em;
	background: #d2a284;
	color: #fff;
	}
	#showInschrijvenNieuwsbrief img {
	float: left;
	margin: 5px 0 0 2px;							
	}
	#showInschrijvenNieuwsbrief h1 {
	background: #97001f;
	font-size: 1.5em;
	line-height: 1em;
	color: #fff;
	text-transform: none !important;
	padding: 3px 5px;
	margin: 0;
	}
	#showInschrijvenNieuwsbrief span {
	display: block;
	font-weight: bold;
	padding: 3px 5px;
	}

#showPoll {
	margin: 1em 0;
	background: #bebebe;
	color: #505050;
	}
	#showPoll h1 {
	background: #8b8b8b;
	font-size: 1.5em;
	line-height: 1em;
	color: #fff;
	text-transform: none !important;
	padding: 3px 5px;
	margin: 0;
	}
	#showPoll span {
	display: block;
	font-weight: normal;
	padding: 3px 5px;
	}
	#showPoll span span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	}
	#showPoll img {
	float: right;
	}
	#showPoll label {
	cursor: pointer;
	}
	

/* NIEUWS ------------------------------------------------------------------- */
	
.nwsImg {
    float: right;
	margin: 0 0 0.5em 1em;
	}

