/* --------------------------- reset + main html redefinitions  */
/*  common tag redefinitions  */
html, body, form, fieldset {
	font:100% Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%;
	height:100%;
}
body { 
	background:#fff url(../images/bck_page.gif);
	color:#000;
	font-size:0.8em;
	height:100%;
	line-height:1.3em;
}
a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover {
	color:#000;
}
a img {
	border:none; /* avoids border when img is link */
}
fieldset {
	border:none;
}
/* Neutralize/reset styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, dl, hr, address {
	margin:1em 0;
	padding:0;
}
ul, ol {
	margin:1em;
	padding:0;
}
:focus { outline: 0; }
h1 {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
h2 {
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
h3,
h4,
h5,
h6 {
	font-size:1em;
	font-weight:bold;
}
hr {
	border:none;/*todo*/
	border-bottom:1px solid #ef403a;
	height:1px;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
	color:#666;
}
ul li {
	padding:0 0 0.4em 0.8em;
	margin:0 1em;
}
ol li {
	padding:0 0 0.4em 0.8em;
	margin:0 1em;
}
td {
	vertical-align:top; /* relevant in most cases, i.e. in application layout */
}

/* --------------------------- shared styles  */
.alignR {
	text-align:right;
}
.clearfloats {
	clear:both;
}
.floatL {
	float:left;
}
img.floatL {
	margin:0 15px 15px 0;
}
.floatR {
	float:right;
}
img.floatR {
	margin:0 0 15px 15px;
}
.noPadding {
	padding:0;
}
.prct100 {
	width:100%;
}

/* --------------------------- main centered div  */
#main {
	background-color:#FFF;
	width: 960px;
	margin:0 auto; /* centreren van het concept */
	min-height:100%;
	height:auto !important;
	height:100%;
}

/* --------------------------- logo and lang switch  */
#header {
	background:#fff url(../images/bck_header.gif);
	height:155px;
	position:relative;
}
#brand { 
	left:27px;
	position:absolute;
	top:14px;
}

/* --------------------------- topnav  */
#navigation {
	background: #ef403a url(../images/bck_nav.gif) repeat-x;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	height:50px;
	letter-spacing:0.1em;
	margin-bottom:2.5em;
	position:relative;
	text-transform:uppercase;
}
#navigation ul {
	margin:0;
	padding:0;
}
#navigation li {
	display:inline;
	list-style:none;
	margin:0 1em;
	padding:0;
	line-height:25px;
}
#navigation a {
	color:#fff;
	text-decoration:none;
}
#navigation a:hover {
	color:#000;
}
#navigation .active a {
	color:#000;
}
#navigation ul ul {
	background:#000;
	color:#fff;
	font-size:0.7em;
	position:absolute;
	top:25px;
	left:0;
	width:960px;
}
#navigation ul .active ul a {
	color:#fff;
}
#navigation li li {}
#navigation ul .active ul a:hover {
	color:#ef403a;
}
#navigation ul ul .active a {
	color:#ef403a;
}
#navigation ul ul .active a:hover {
	color:#ef403a;
}

/* --------------------------- left column  */
#left {
	float:left;
	width:600px;
}
#thumbsBar {
	margin:12px 0 12px 29px;
}
#thumbsBar img {
	margin-right:15px;
	float:left;
}
#content {}
#content .margin {
	margin:0 35px 0 29px;
}

/* --------------------------- legend  */
#legend {
	line-height:1em;
	margin:15px 0 15px 20px;
}
#legend a:link,
#legend a:visited {
	color:#ef403a;
	text-decoration:none;
}
#legend a:hover {
	color:#ef403a;
	text-decoration:underline;
}
#legend .legend01,
#legend .legend02,
#legend .legend03,
#legend .legend04,
#legend .legend05 {
	float:left;
	font-size:0.8em;
	padding:60px 5px 0 5px;
	text-align:center;
	text-transform:uppercase;
	width:100px;
}
#legend .legend01 {
	background:url(../images/ico_feestL.gif) center top no-repeat;
}
#legend .legend02 {
	background:url(../images/ico_carnavalL.gif) center top no-repeat;
}
#legend .legend03 {
	background:url(../images/ico_themaL.gif) center top no-repeat;
}
#legend .legend04 {
	background:url(../images/ico_religieL.gif) center top no-repeat;
}
#legend .legend05 {
	background:url(../images/ico_variaL.gif) center top no-repeat;
}
.legendall {
	color:#ef403a;
	font-size:0.8em;
	float:right;
	text-transform:uppercase;
	text-decoration:none;
	padding-right:30px;
}
.legendall a, .legendall a:visited {
	text-decoration:none;
	color:#ef403a;
}
.legendall a:hover {
	text-decoration:underline;
	color:#ef403a;
}

/* --------------------------- map  */
#map {
	margin:0 0 0 29px;
}

/* --------------------------- resultlist  */
#list {
	margin:1em 0;
}
#list a:link,
#list a:visited {
	text-decoration:none;
}
#list a:hover {
	text-decoration:underline;
}
#list a:link,
#list a:hover {
	color:#00bbe6;
}
#list a:visited {
	color:#80ddf3;
}
#list .item {
	border-bottom:1px dashed #ccc;
	padding: 0.3em 2em;
}
#list .title {
	font-weight:bold;
}
#list .location,
#list .date {
	border-left:1px solid #ccc;
	margin-left:8px;
	padding-left:8px;
}
#list .date {
	font-size:0.9em;
}
#list .type01 {
	background:url(../images/bul_feest.gif) 0 0.4em no-repeat;
}
#list .type02 {
	background:url(../images/bul_carnaval.gif) 0 0.4em no-repeat;
}
#list .type03 {
	background:url(../images/bul_thema.gif) 0 0.4em no-repeat;
}
#list .type04 {
	background:url(../images/bul_religie.gif) 0 0.4em no-repeat;
}
#list .type05 {
	background:url(../images/bul_varia.gif) 0 0.4em no-repeat;
}

.scrollbar {
	overflow-y:scroll;
	height:380px;
}

/* --------------------------- detail  */
#title {
	border:2px dashed #ef403a;
	margin:1em 35px 1em 29px;
	padding:0 50px 0 10px;
}
#title h1 {}
.item01 {
 background:url(../images/ico_feestS.gif) 490px 0.8em no-repeat;
}
.item02 {
 background:url(../images/ico_carnavalS.gif) 490px 0.8em no-repeat;
}
.item03 {
 background:url(../images/ico_themaS.gif) 490px 0.8em no-repeat;
}
.item04 {
 background:url(../images/ico_religieS.gif) 490px 0.8em no-repeat;
}
.item05 {
 background:url(../images/ico_variaS.gif) 490px 0.8em no-repeat;
}
#mainInfo {
 margin:0 35px 0 29px;
}
#mainInfo #imageHolder {
	background-color:#fff;
	height:270px;
	float:left;
	margin:0 20px 0 0;
	text-align:center;
	width:353px;
}
#fotocopyright {
	background:#fff;
	color:#000;
	width:353px;
}
#fotonav ul {
	background-color:#fff;
	margin:0;
	padding:0.2em 0;
	height:1.9em;
	width:353px;
}
#fotonav ul li {
	background:none;
	margin:0;
	padding:0;
	display:inline;
}
#fotonav a {
	border:1px solid #000;
	color:#000;
	display:block;
	float:left;
	font-weight:bold;
	margin:0 0 0 0.4em;
	padding:0.2em 0.5em;
	text-decoration:none;
}
#fotonav a:hover {
	background-color:#fff;
	color:#000;
	text-decoration:none;
}
#fotonav a.active {
	background-color:#fff;
	color:#333;
	text-decoration:none;
}

/* --------------------------- reply form  */
#reply {
	margin-top:2em;
}
#reply a:link,
#reply a:hover,
#reply a:visited {
	color:#00bbe6;
}
#commentsList .name {
	color:#00bbe6;
}
#commentsList .name a:link,
#commentsList .name a:hover,
#commentsList .name a:visited {
	color:#00bbe6;
}

/* --------------------------- right column  */
#right {
	float:left;
	width:327px;
}

/* --------------------------- calendar  */
#calendar {
	margin:12px 0;
}
#scrollMonth {
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:18px;
	margin-bottom:0.7em;
	text-align:center;
	text-transform:uppercase;
}
#scrollMonth * {
	margin:0 12px;
	vertical-align: text-top;
}
#scrollMonth .previous {
	background:url(../images/but_pijlL.gif);
}
#scrollMonth .next {
	background:url(../images/but_pijlR.gif);
}
#scrollMonth .previous,
#scrollMonth .next {
	background-position:0 0;
	height:16px;
	width:19px;
}
#scrollMonth a:hover .previous,
#scrollMonth a:hover .next {
	background-position:0 16px;
}
#scrollMonth a.month {
	text-decoration:none;
}
#scrollMonth a.month:hover {
	text-decoration:underline;
}
#overview {
	background-color:#ef403a;
	font-size:1.3em;
	padding:3px;
}
#overview table {
	border-collapse:collapse;
	width:100%;
}
#overview th {
	background-color:#fff;
	color:#ef403a;
	text-align:center;
	text-transform:uppercase;
}
#overview th,
#overview td {
	padding:0.4em;
	text-align:center;
	font-weight: bold;
}
#overview td.active {
	background:url(../images/bck_calenderHL.gif) center 0.1em no-repeat;
	color:#fff;
}
#overview td a:link, #overview td a:visited {
 color: #000;
 text-decoration: none;
}
#overview td a:hover {
 color: #fff;
 text-decoration: none;
}
#events {}
#events ul {
	color:#ef403a;
	margin:1em 0;
	padding:0;
}
#events li {
	list-style:none;
	margin:0;
	padding:0;
}
#events a:link {
	color:#ef403a;
	text-decoration:none;
}
#events a:visited {
	color:#f58c83;
	text-decoration:none;
}

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

/* --------------------------- search + reply  */
#search {
 	margin-top:2em;
 	border-top:1px solid #ef403a;
}
#search label,
#reply label {
	display:block;
	font-size:0.9em;
	margin:1.5em 0 0.5em 0;
	text-transform:uppercase;
}
#replyForm {
	border-top:1px solid #ef403a;}
.inputfield {
	border:2px solid #ef403a;
}
.M {
	height:24px;
	width:200px;
}
#reply textarea {
	height:auto;
	width:527px;
}
div.button {
	margin:1.5em 0;
}
input.button {
	background-color:#ef403a;
	border:none;
	color:#fff;
	cursor:pointer;
	font-size:0.9em;
	font-weight:bold;
	margin-right:0.5em;
	padding:0.5em 1em;
	text-transform:uppercase;
}
#spanButtonPlaceholder input.button {
	background-color:#333;
	font-size:0.8em;
	padding:0.3em 0.6em;
}
.success {
	color:#006600;
	font-weight:bold;
	padding-bottom:1em;
}
/* --------------------------- footer  */
#footer {
	border-top:1px dashed #ccc;
	color:#333;
	font-size:0.8em;
	margin:29px 29px 15px 29px;
	padding:1em;
	text-align:center;
}
#footer a:link, #footer a:visited {}
#footer a:hover {}

/* --------------------------- webring  */

#webring {
	background:#ef403a;
	color:#fff;
	height: 35px;
	line-height: 35px;
	padding: 0 29px 0 29px;
	font-size:0.9em;
}
#webring a:link, #webring a:visited {
	color:#fff;
	text-decoration:none;
}
#webring a:hover {
	text-decoration:underline;
}