/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: black;
	background-image: url("http://www.exarc.eu/illustraties-algemeen/stroke-in-content-table-links-en-recht.png");
	margin: 0px;
	padding: 10px;
}

a:link {
	text-decoration: none;
	color: #510C0C;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #510C0C;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #92A4BC;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #510C0C;
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #510C0C;
	margin: 0px;
	background-image: url(../../illustraties-algemeen/star.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}

hr {
	border: 0px;
	border-top: solid 2px #FFFFFF;
 	border-bottom: transparent;
}


/* Event List */

#calendar_eventlist {
	width: 313px;
	border: 0px;
	font-size: 12px;
}

/* Searchbox */ 

#calendar_searchbox {
	position: fixed; 
	top: 10px;
	left: 346px;
	overflow: hidden;
	width:360px;
	height: 388px;
	z-index:1;
	border-left: 3px solid #92A4BC;
	font-size: 9px;
	background-image: url("http://www.exarc.eu/illustraties-algemeen/stroke-in-content-table-half-links-europa-cal.png");
}

.calendar_searchbox_title {
	font-size: 12px;
	font-weight: bold;
	background-color: #510C0C;
	color: #FFFFFF;
	padding: 3px;
}

.calendar_searchbox_content {
	padding: 13px;
}

.calendar_sbox {
	font-size: 8pt;
}

select {
	font-size: 11px;
}
form {
	padding: 0px;
	margin: 0px;
}
