/********************************************************
*
*	stylesheet homepage Zutendaal
*
********************************************************/


/* Typography
-----------------------------------  */
h1
{
	border-bottom: solid 1px #C0C0C0;
	font-size: 1.3em;
	font-weight: bold;
	color: #5D8CE9;
	text-transform: uppercase;
}
h2 
{
	margin: 3px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
h3 
{
	margin: 3px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

/* Page Layout
-----------------------------------  */
/*
div#container
{
	margin: 0 0 10px 0;
	width: 720px;
}
*/
div#home_main
{
	float: left;
	width: 370px;
}
div#home_info
{
	float: right;
	width: 160px;
}

div#news a
{
	padding: 2px 0 2px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	background-image: url(../images/pijltje.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* News section
-----------------------------------  */
div#news { padding: 0 5px 5px 10px; }
div#news_box
{
	margin: 5px 0 3px 0;
	border: solid 2px #EBEBEB;
	background-color: #F6F6F6;
	/*
	height: 150px;
	overflow: auto;
	*/
}

div#news_subscribe { margin: 0 5px 5px 0; text-align: right; display:none; }
div#news_subscribe img { margin-right: 5px; }
div#news_subscribe a
{
	color: #000;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
}

div.news_item { padding: 2px 5px 5px 5px; }

div.news_item img { margin-right: 5px; }
div.news_item a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
}

p.newsitem_text { margin: 5px 0 3px 10px;  }


/* Events section
-----------------------------------  */
div#events { padding: 5px 5px 5px 10px; }
div#events_box
{
	margin: 5px 0 5px 15px;
}

div.event { padding: 5px 5px 15px 3px; border-bottom: solid 2px #EBEBEB; }

div.event h2 { margin: 0; padding: 0; }
a.eventlink
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
div.event i { padding: 0 0 0 5px; font-size: 1.1em; letter-spacing: 1px; line-height: 1.6; }
div.event p { margin: 5px 0 3px 0; font-size: 1.1em; letter-spacing: 1px; }
div.event p img {  }

/* Info section
-----------------------------------  */
div#infoblad { padding: 0 0 0 5px; line-height: 1.2; }
div#infoblad_box 
{
	
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: #F4F4F4 url(../images/bg_vlam.gif) no-repeat center top;
}
div#infoblad_box p { padding: 5px 10px 5px 5px; clear: both; }
div#infoblad_box p img { padding: 10px 5px 1px 0; }
div#infoblad_box p a {  }
div#infoblad_img
{
	margin: 5px 0 3px 0;
	padding: 13px 15px 10px 0;
	text-align: right;
}
div#adobe
{
	margin: 10px 0 0 0;
	text-align: center;
}

div#home_info h1
{
	margin: 0 0 5px 0;
	border-bottom: solid 1px #623534;
	font-size: 1.3em;
	font-weight: bold;
	color: #9E3030;
	text-transform: uppercase;
}
div#home_info a
{
	margin-left: 10px;
	padding: 2px 0 2px 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	letter-spacing: 1px;
	background-image: url(../images/pijltje.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
div#adobe a { padding: 0; margin: 0; }


/* Meest recent section
-----------------------------------  */
div#meestrecent { padding: 0 0 0 5px; }
div#recentlinks
{
	padding: 5px 0 10px 0;
	background-color: #F4F4F4;
}

div#recentlinks ul
{
	margin: 5px 0 0 0;
	padding: 3px 3px 3px 0;
	text-indent: 0;
}
div#meestrecent li
{
	margin: 0;
	padding: 2px 0 2px 0;
	text-indent: 0;
	vertical-align: middle;
}
div#meestrecent li a
{
	padding-left: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


