/* @group Links */
a:link,a {
	text-decoration: none;
	color: #cc2229;
}

a:visited {
	color:#cc2229;
}

a:hover {
	color:#ED1C24;
	text-decoration: underline;
}

a:active,.a:focus {
	color:#cc2229;
}

/* headers */

h1 + p, h2 + p, h3 + p, h4 + p, b + p {
	margin-bottom: 0.5em;
}



h1 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0.5em;
	font-style: normal;
	font-weight: normal;
	font-size: 1.6em;
	color: #8a8a8a;
	margin-bottom: 0.5em;
}

h2 {
	margin-left: 0;
	margin-bottom: 0.3em;
	margin-right: 0;
	margin-top: .5em;
	font-style: normal;
	font-size: 1.4em;
	font-weight: normal;
	color: #8a8a8a;
}

h3 {
	margin-left: 0;
	margin-bottom: 0.3em;
	margin-right: 0;
	margin-top: .5em;
	color: #8a8a8a;
	font-style: normal;
	font-weight: normal;
	font-size: 1.3em;
}

h3 + img.left {
	margin-top: 1.5em;
}

h4 {
	margin-left: 0;
	margin-bottom: 0.3em;
	margin-right: 0;
	margin-top: .5em;
	font-style: normal;
	font-weight: normal;
	font-size: 1.2em;
	color: #a8161c;
}


h5 {
	font-size: 1.1em;
	color: #8a8a8a;
	margin: .5em 0 1.125em 0;
}


/* rechts */

#rechts h1,#rechts h2 {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	color: #a2a2a2;
}
#rechts h3,#rechts h4,#rechts h5,#rechts p {
	margin-left: 10px;
	margin-bottom: 0.3em;
	margin-right: 10px;
	margin-top: 0.3em;
	color: #8a8a8a;
}
#rechts h4 {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-top: 5px;
	color: #a8161c;
}
#rechts form {
	margin: 5px 3px 5px 10px;
	color: #8a8a8a;
}

.home #rechts p b {
	font-size: 1em;
	color: #000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.home #rechts p.datum {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: 8px;
	width: 60px;
	font-size: 1em;
	color: #fff;
	background: #a8000c;
	text-align: center;
}

.home #rechts div.datum, .home #rechts div.tijd {
	padding: 0 3px;
	margin-bottom: 0px;
	margin-top: 3px;
	margin-left: 8px;
	font-size: 1em;
	color: #a7a7a7;
	font-style: italic;
}



.home #rechts a.lees_verder {
	margin-top: 10px;
	width: 100%;
	display: block;
	color: #b4b4b4;
	font-size: 1em;
	text-decoration: none;
	background-image: url(images/pijl_rood.png);
	background-position: 70px 4px;
	background-repeat: no-repeat;
}

a.readon {
	padding: 0 20px 0 0;
	color: #ED1C24;
	font-size: 1em;
	text-decoration: none;
	background-image: url(images/pijl_rood.png);
	background-position: 78px 5px;
	background-repeat: no-repeat;
}

.home #rechts a:hover {
	text-decoration: underline;
}

.home #rechts hr {
	margin-left: 0;
	margin-bottom: 1px;
	margin-right: 0;
	margin-top: 2px;
	border: 0;
	height: 1px;
	color: #d1d1d1;
	background-color: #d1d1d1;
}


/* tumblog */
blockquote, div.quote {
	margin: 1.5em 1.5em;
	color: #666;
	font-size: 1.3em;
}

div.author {
	color: #666;
	font-size: .8em;
	font-style: italic;	
}
div.link {
	font-size: .9em;
}


blockquote > *:first-child:before, div.quote > *:first-child:before  {
	content: "\201C";
	display: block;
	font-size: 2.5em;
	margin: 1em 0 -.5em -.62em;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	padding-right: .2em;
	color: #aaa;
	line-height: 0;
}

.safari blockquote > *:first-child:before, .safari div.quote > *:first-child:before  {
	margin: .9em 0 -.9em -.62em;
}

pre {
	white-space: pre;
	background: #333;
	color: #ccc;
}

pre * {
	font-size: 100%;
	white-space: pre;
}



/* inline styles */

cite, em, dfn {
	font-style: italic;
}

code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea {
	font-size: 100%;
	font-family: Consolas, Lucida Console, Monaco, monospace;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

abbr, acronym {
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:.1em;
}

abbr[title], acronym[title], dfn[title] {
	cursor:help;
	border-bottom:1px solid #ccc;
}

del {
	text-decoration: line-through;
	color: #666;
} 

ins, dfn {
	border-bottom: 1px solid #666;
}

small, sup, sub
{
	font-size: 85%;
}

#posts div.post {
	width: 500px;	
	margin-bottom: 10px;
}
/* events */
#events div.event {
	width: 500px !important;	
	margin-bottom: 10px !important;
	clear: left;
}
#events div.date, div.date {
	border-top-color: #dadada;
	border-top-style: solid;
	border-top-width: 1px;	margin-left: 0;
	margin-bottom: .3em;
	margin-right: 0;
	margin-top: 0;
	font-size: .9em;
	line-height: 1.4em; /* 18px */
	padding: 7px 2px 7px 5px;	
	color: #808080;
	display: block;
	height: 1.5em;
	background: url(images/artikel_kop_bg.jpg) white repeat-x 0 bottom;
	
}
#events div.for, #events div.docent {
	font-style: italic;
	font-size: .9em;
	line-height: 1.4em; /* 18px */
	margin: 0 0 0 0;
	color: #acacac;
}
#events div.for {
	margin-bottom: 1em;
}

#events ul li {
	font-size: .9em;
	line-height: 1.4em; /* 18px */
	color: #a6a6a6;
}


/* artikelen */
.home #artikel {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 0px;
	margin-left: 180px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 262px;
}


.home #artikel.intro, .home #artikel p.intro {

	font-size: 1.2em; /* 12,5px */
	line-height: 1.5em; /* 16px */ 
	color: #666666;
}

/* lists */

.home #artikel ul, #rechts ul { 
	margin: 5px 10px;
	list-style: none;
}
.home #artikel li, #rechts li { 
	margin: 0;
	list-style: none;
	padding: 0 20px;
	background: transparent url(images/pijl_grijs.png) no-repeat 0 4px;
}
.home #artikel li a:visited, #rechts li a:visited {
	color:#cc2229;
}

#reservation  h1, #posts div.artikel h2, #artikel div.event h1  {
	border-top-color: #dadada;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0 0 15px 0;
	padding: 5px 0;
	background: url(images/artikel_kop_bg.jpg) white repeat-x 0 bottom;
}


#posts div.artikel  {
	margin: 0 0 15px 0;
	padding: 0;
}
/* tabellen */

table {
	margin: 1.5em 0;
	border-collapse: collapse;
	border: 1px solid #aaa;
}

caption {
	text-align: center;
}

th, td {
	padding: 2px 5px;
}

thead th {
	border-bottom: 1px solid #aaa;
}

tfoot th {
	border-top: 1px solid #aaa;
}

/* agenda */

#agenda {	
z-index: -1;
} 
#agenda div.years {
	font-weight: bold;
}
#agenda div.months {
	padding: 5px 0 1px 0;
	margin: 0px;
	list-style-type: none;
	border-bottom-color: #cdcdcd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #f0f0f0;
}
	
#agenda div.months ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style-type: none;

	}
#agenda div.months li {
	margin: 0px;
	background-color: #f0f0f0;
	background-image: none;
	padding: 4px 8px;
	list-style-type: none;
	display: inline;
	border-bottom-color: #cdcdcd;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	font-size: .95em;
}
#agenda div.months li.current {
	margin: 2px 0 0 0;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-top-color: #cdcdcd;
	border-right-color: #cdcdcd;
	border-left-color: #cdcdcd;
	background-color: #fff;
	border-bottom-color: #fff;
	color: #8a8a8a;
}
#agenda div.months li.current a {
	color: #8a8a8a;
}

#agenda div.years {
	background-image: none;
	margin: 0 0 5px 0;
	padding: 10px;	
	color: #8a8a8a;
}
#agenda div.years div.current {
	padding: 0 10px;	
	background-image: none;
	display: inline;
	color: #8a8a8a;
	border-right: 1px solid #cdcdcd;
}
#agenda div.years a  {
	padding: 0 10px;	
	display: inline;
	border-right: 1px solid #cdcdcd;
}
#days ul {
	padding: 10px 0 0 0;	
	background-image: none;
	
}

/* nieuw */
div #days ul li {
	margin: 5px 0 0 0 !important;
	padding: 0 !important;	
	border:	1px solid #cdcdcd;
	color: #8a8a8a;
	min-height: 55px;
	_height: 55px;
	*height: 55px;
	background-image: none;	
}


#days li div.day {
	z-index: 0;
	position: inherit;
	float: left;
	background: #a4a3a3;
	width: 50px;
	height: 50px;
	margin: 0px;
	padding: 3px;
	text-align: center;
	color: #fff;	
}

#days li.za div.day, #days li.zo div.day {
	background: #631781;
}

#days li div.item {
	margin: 3px 10px 0 65px;
	padding: 5px;	
	color: #8a8a8a;
}

#days li div.holiday div.item {
	padding: 4px 0 4px 0;	
	font-style: italic;
	font-size: .9em;
	color: #b5b5b5;
}

#days div.event {
	margin: 1px 0;
	padding: 2px 10px 2px 95px;	
	background: #efefef url(images/zoek_btn.png) no-repeat 65px 3px;
	font-size: .95em;
}

#days div.event span.time {
	padding-right: 10px;	
	font-style: italic;
	color: #b5b5b5;
	font-size: .95em;
}

#days li div.day span.weekday {
	margin: 0;
	left: 15px;
	display: block;
	height: 18px;
	font-size: 12px;
	text-align: center;
	color: #fff;	
}
#days li div.day span.nr {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, "met schreef";
	font-size: 28px;
	text-align: center;
	color: #fff;	
}

.message
{
	color: #000;
	font-family: verdana,arial,sans-serif;
	font-weight: normal;
}

.event_date
{
	font-style: italic;
	font-size: .9em;
	line-height: .8em; /* 18px */
	margin: 0 0 0 0;
	color: #acacac;
}
