/****** KLEUREN ******
achtergrond-geel: #F5E7BA
licht-geel: #F5F5DC
geel:		#ECBA0D
rood:		#A70909
bruin:		#C1880F
/****** KLEUREN ******/


/****** BODY ******/
body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: small;
	background: url('../images/gui/fotoalbum/kolommen.jpg') top center repeat-y;
	background-color: #F5F5DC;
	color: black;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

a img {
	border: none;
} 

/****** BODY ******/
div {
	margin: auto;
	text-align: left;
}

/****** TOP ******/
div.top {
	background: url("../images/gui/topg5.jpg") no-repeat top right #A70909; /* top5sneeuw.jpg met sneeuw */
	/*background: url("../images/gui/top5sneeuwmuts.jpg") no-repeat top right #A70909; /* top5sneeuw.jpg met sneeuw */
	/*background: url("../images/gui/top5sneeuw2.jpg") no-repeat top right #A70909; /* top5sneeuw.jpg met sneeuw
	background-color: #A70909;*/
	height: 100px; /*107px met sneeuw */
	/*height: 107px; /*107px met sneeuw */
	padding: 0px;
	width: 750px;
}
/****** TOP ******/

/****** LOKATIE ******/
div.lokatie {
	background-color: #ECBA0D;
	color: white;
	font-size: 12px;
	margin: auto;
	width: 751px;
}
div.lokatie a:link, div.lokatie a:visited {
	color: white;
	text-decoration: none;
}
div.lokatie a:hover {
	color: white;
	text-decoration: underline;
}
div.lokatie p {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
}
div.lokatie div.lokatie_rechts {
	float: right;
	padding-right: 5px;
}
div.lokatie div.lokatie_rechts a:link, div.lokatie div.lokatie_rechts a:visited {
	color: white;
	text-decoration: none;
}
div.lokatie div.lokatie_rechts a:hover {
	color: white;
	text-decoration: underline;
} 
/****** LOKATIE ******/

/****** MENU ******/
div.menu {
	background-color: #A70909;
	/*background-image: url(images/gui/Animation3.gif);
	background-repeat: repeat;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 28px;
	padding: 0px;
	text-align: center;
	width: 750px;
}

div.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	/*width: 150px;*/
}
div.menu ul li {
	border: 0px solid green;
	float: left;
	position: relative;
	width: 148px; /*148px;*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.menu li ul {
	position: absolute;
	left: 0px;
	top: 28px;
	display: none;
}
div.menu ul li a {
	display: block;
	/*background: url('images/gui/button_stripes_white.gif') top left no-repeat;*/
	color: white;
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	margin: 0px;
	padding: 5px;
	/*padding-left: 65px;*/
	text-decoration: none;
}
div.menu li:hover ul, div.menu li.over ul { 
	display: block; 
}
div.menu ul li ul li a {
	background-color: #ECBA0D;
	border-left: 23px solid #C1880F;
	color: black;
	text-align: left;
	filter: Alpha(Opacity=100, FinishOpacity=80, Style=1);
	font-variant: normal;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 145px;
	-moz-opacity: 0.9;
	opacity: 0.9;
}
div.menu ul li ul li a:hover {
	background-color: #F5D25A;
	border-left: 23px solid #A70909;
	color: black;
	text-align: left;
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=1);
	font-variant: normal;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 145px;
	-moz-opacity: 0.999;
	opacity: 0.999;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
/****** MENU ******/

/****** LEFTINFOBLOCK ******/
div.leftinfoblock {
	margin: 10px;
	margin-top: 30px;
	width: 180px;
}
div.leftinfoblock p {
	background-color:  #A70909;
	color: white;
	font-weight:  bold;
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
	margin-left: 11px;
	margin-right: 14px;
	margin-bottom: 0px;
	padding-right: 1px;
	padding-bottom: 10px;
	text-align: center;
}
div.leftinfoblock h1 {
	background: url('../images/gui/wolk_top.gif') no-repeat bottom left;
	margin: 0px;
	padding: 0px;
	height: 21px;
}
div.leftinfoblock h2 {
	background: url('../images/gui/wolk_bottom.gif') no-repeat top left;
	color: white;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	height: 46px;
	margin: 0px;
	padding-right: 25px;
	text-align: right;
}
div.leftinfoblock h2 a {
	color: white;
	text-decoration: none;
}
div.leftinfoblock h2 a:hover {
	color: #F6E7BA;
	text-decoration: none;
}
/****** LEFTINFOBLOCK ******/


/****** CONTENT ******/
div.content {
	padding: 8px;
	padding-left: 10px;
	text-align: left;
	width: 730px;
}
div.content h1 {
	color: #A70909;
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	padding-bottom: 7px;
	margin: 0px;
}
div.content h1 a img {
	margin-bottom: 2px;
}
div.content h2 {
	color: #A70909;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
div.content p {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
}
div.content hr {
	border: 1px dashed #ECBA0D;
}

div.content ul li {
	float: none;
	list-style: disc;
}

div.content a {
	color: #A70909;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
div.content a:visited {
	color: #C1880F;
}
div.content a:hover {
	/*color: #ECBA0D;*/
	text-decoration: underline;
}
input.button {
	background-color: #F6E7BA;
	border: 1px solid #A70909;
	color: #A70909;
}
input.button_donker {
/*	licht-geel: #F5F5DC
	geel:		#ECBA0D
	rood:		#A70909
	bruin:		#C1880F*/

	background-color: #ECBA0D;
	border: 1px solid #A70909;
	color: #A70909;
/*	font-weight: bold;*/
}

/****** CONTENT ******/


/****** MSGBOX ******/
div.gelukt {
	background: url("../images/msgbox/gelukt.gif") no-repeat center left;
	padding-left: 25px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}
div.mislukt {
	background: url("../images/msgbox/mislukt.gif") no-repeat center left;
	padding-left: 25px;
	height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/****** MSGBOX ******/


/****** CLEANER ******/
div.cleaner {
	clear: both;
	font-size: 3px;
}
div.cleaner hr {
	visibility: hidden;
}
/****** CLEANER ******/


/****** MINICONTENT *****/
div.minicontent_left_holder {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 5px;
	width: 250px;
}
div.minicontent_right_holder {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	width: 440px;
}
div.minicontent {
	border: 2px dashed #ECBA0D;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px;
	margin-bottom: 20px;
}
div.minicontent h2 {
	padding: 0px;
	margin: 0px;
}
div.minicontent img {
	border: none;
	margin-left: 11px;
	margin-right: 10px;
	vertical-align: middle;
}
div.minicontent form {
	margin-bottom: 5px;
}

div.minicontent_prentvandeweek {
	border: 2px dashed #ECBA0D;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
div.minicontent_prentvandeweek h2 {
	padding: 0px;
	margin: 0px;
}
div.minicontent_prentvandeweek img {
	border: none;
	margin-left: 11px;
	margin-right: 10px;
	vertical-align: middle;
}
div.minicontent_prentvandeweek div.zieook {
	text-align: right;
	margin-right: 5px;
}

span.poll_choice {
	font-style: italic;
}
div.poll_uitslag {
	margin-bottom: 6px;
	margin-left: 0px;
}
div.poll_statistieken {
	font-size: smaller;
	margin-bottom: 5px;
	margin-top: 10px;
}
span.polluitslag {
	font-size: smaller;
	font-weight: bold;
}
div.poll_toevoegen_buttons {
	padding-top: 5px;
}
div.poll_toevoegen_buttons input {
	margin: 3px 0px 3px 8px;
}
div.shout_container {
	height: 220px; /*163px; */
	overflow: auto;
/*
	achtergrond-geel: #F5E7BA
	licht-geel: #F5F5DC
	geel:		#ECBA0D
	rood:		#A70909
	bruin:		#C1880F
*/
	scrollbar-3dlight-color: #ECBA0D;
    scrollbar-arrow-color: #A70909;
    scrollbar-base-color: #ECBA0D;
    scrollbar-darkshadow-color: #C1880F;
    scrollbar-face-color: #ECBA0D;
    scrollbar-highlight-color: #F5F5DC;
    scrollbar-shadow-color: #ECBA0D;

}
div.shout {
	border-right: 1px solid #ECBA0D;
	border-left: 1px solid white;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 4px;
}
div.shout_last {
	border-bottom: 1px solid #ECBA0D;
	border-right: 1px solid #ECBA0D;
	border-left: 1px solid white;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 4px;
}
div.shout_highlight {
	background-color: #F5F5DC;
	border-top: 1px solid #ECBA0D;
	border-left: 1px solid #ECBA0D;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}
div.shout img, div.shout_last img, div.shout_highlight img {
	border: none;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: top;
}

span.shout_name {
	font-weight: bold;
	font-style: italic;
}

span.image_button img {
	border-bottom: 1px solid #A70909;
	border-right: 1px solid #A70909;	
	border-top: 1px solid white;
	border-left: 1px solid white;	
	margin: 0px;
	margin-bottom: 1px;
	padding: 2px;
	vertical-align: bottom;
}
span.image_button a:hover img {
	border-top: 1px solid #A70909;
	border-left: 1px solid #A70909;	
	border-bottom: 1px solid white;
	border-right: 1px solid white;	
}
	
/****** MINICONTENT *****/



/****** PORTFOLIO ******/
div.portfolio {
	/*border-bottom: 2px dashed #ECBA0D;
	border-top: 2px dashed #ECBA0D;*/
	padding: 0px;
	margin-bottom: 10px;
	margin-right: 7px;
	margin-top: 1px;
}
div.portfolio hr {
	border: 1px dashed #ECBA0D;
	margin: 0px;
	padding: 0px;
}	
div.portfolio img {
	border: none;
	float: left;
	padding-right: 5px;
}
div.portfolio h1 {
	color: #A70909;
	font-size: 12px;
	font-weight: bold;
}
td.portfolio_subject {
	color: #A70909;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	width: 100px;
}
/****** PORTFOLIO ******/


/****** TABELLEN ******/
table.contact {
	background: url("../images/contact/contact.gif") no-repeat bottom left;
	font-size: small;
	font-family: "Courier New", Courier, mono;
}
table.contact td {
	vertical-align: top;
}

table.links {
	width: 100%;
	border: 0px dashed #ECBA0D;
}
table.links td {
	vertical-align: top;
}
table.links td.caption {
	border-bottom: 2px solid #ECBA0D;
	color: #A70909;
	font-weight: normal;
	font-variant: small-caps;
}
table.links_toevoegen {
	font-size: small;
	font-family: "Courier New", Courier, mono;
}
table.links_toevoegen td {
	vertical-align: top;
}
table.poll_aanvragen {
	font-size: small;
	font-family: "Courier New", Courier, mono;
}
table.poll_aanvragen td {
	vertical-align: top;
}

table.contact td {
	vertical-align: top;
}

div.tr {
	clear: both;
	font-size: small;
	font-family: "Courier New", Courier, mono;
	margin-bottom: 1px;
}
div.td_name {
	float: left;
	font-weight: normal;
	padding: 5px;
	padding-right: 0px;
	height: 15px;
	min-height: 15px;
	width: 150px;
}
div.td_name_highlight {
	float: left;
	font-weight: bold;
	padding: 5px;
	padding-right: 0px;
	height: 15px;
	min-height: 15px;
	width: 150px;
}
div.td_value {
	padding: 0px;
	min-height: 25px;
}
div.td_value_highlight {
	font-weight: bold;
	padding: 0px;
	min-height: 25px;
}
/****** TABELLEN ******/


/****** DIASTOP ******/
div.diastop a, div.diastop a:visited {
	background-color: #A70909;
	color: white;
	text-decoration: none;
}
div.diastop a:hover {
	background-color: #ECBA0D;
	text-decoration: none;
}
/****** DIASTOP ******/


/****** DOWNLOADS ******/
div.downloads {
	/*border-bottom: 2px dashed #ECBA0D;*/
	/*border-top: 2px dashed #ECBA0D;*/
	border: 0px solid green;
	padding: 0px;
	margin-bottom: 20px;
	margin-right: 7px;
	margin-top: 1px;
}
div.downloads hr {
	border: 1px dashed #ECBA0D;
	margin: 0px;
	padding: 0px;
}	
div.downloads img {
	border: none;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 2px;
}
div.downloads h1 {
	background-color: #A70909;
	color: #ECBA0D;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-left: 8px;
}
div.downloads h2 {
	color: #A70909;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 0px;
}
div.downloads_link  {
	background-color: #A70909;
	padding: 0px;
	color: #ECBA0D;
	font-size: 16px;
	margin: 0px;
	text-align: center;
}
div.downloads_link a:link, div.downloads_link a:visited {
	color: #ECBA0D;
	display: block;
	padding: 0px;
	padding-bottom: 1px;
}
div.downloads_link a:hover {
	color: #A70909;
	background-color: #ECBA0D;
	text-decoration: none;
}
div.downloads_meer {
	text-align: right;
}
div.downloads_info {
	background-color: #ECBA0D;
	border-bottom: 1px solid #A70909;
	color: #A70909;
	padding-left: 5px;
}
div.downloads_info span.item {
	font-variant: small-caps;
	font-weight: bold;
}	
div.downloads_omschrijving {
	/*border-bottom: 1px solid #A70909;*/
	border-left: 1px solid #A70909;
	border-right: 1px solid #A70909;
	background-color: #F6E7BA;
	clear: both;
	float: left;
	margin: 0px;
	padding: 5px;
	width: 711px;
}
div.downloads_omschrijving a {
	color: #A70909;
	display: inline;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
}
div.downloads_omschrijving a:visited {
	display: inline;
	color: #C1880F;
}
div.downloads_omschrijving a:hover {
	/*color: #ECBA0D;*/
	text-decoration: underline;
}
/****** DOWNLOADS ******/

/****** DOWNLOAD_INFOPAGE *****/
div.infopage_columnleft {
	background-color: #ECBA0D;
	/*border-bottom: 1px solid #A70909;*/
	border-left: 1px solid white;
	border-top: 1px solid white;
	color: #A70909;
	font-size: 14px;
	font-variant: small-caps;
	float: left;
	padding-left: 14px;
	margin-bottom: 10px;
	width: 100px;
}
div.infopage_columnright {
	background-color: #ECBA0D;
	border-bottom: 1px solid #A70909;
	border-right: 1px solid #A70909;
	border-top: 1px solid white;
	color: #A70909;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 4px;
}
span.downloads_opmerking {
	color: #A70909;
}
/****** DOWNLOAD_INFOPAGE *****/


/****** VERJAARDAGSKALENDER ******/
div.verjaardagskalender { 
}
div.verjaardagskalender h3 {
	color: #A70909;
	font-size: small;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
div.verjaardagskalender ul {
	margin: 0px;
	margin-left: 40px;
	margin-top: 2px;
	padding: 0px;
	text-indent: 0px;
	vertical-align: baseline;
}
div.verjaardagskalender li {
	list-style-image: url("../images/friends/verjaardagskalender/cadeau.gif");
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	margin-left: 0px;
}
div.maand_keuze {
	text-align: center;
}
span.aantal_jarigen {
	font-size: smaller;
}
div.kalender {

}
div.kalender span.dag {
	color: #A70909;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	margin: 0px;
	padding: 0px;

}
div.kalender div.dag {
	border-bottom: 1px dashed #ECBA0D;
	padding-left: 18px;
}
div.kalender div.dag_vandaag {
	background-color:#A70909;
	border-bottom: 1px dashed #ECBA0D;
	color: white;
	margin-left: 30px;
	padding-left: 18px;
}
div.kalender span.geboortejaar {
	font-size: smaller;
}

div.kalender div.kalender_left {
	float: left;
	width: 240px;
}
div.kalender div.kalender_middle {
	margin-left: 242px;
	width: 240px;
}
div.kalender div.kalender_right {
	float: right;
	width: 240px;
}
/****** VERJAARDAGSKALENDER ******/


/****** POLLS *****/
div.actiemenu_left_holder {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 5px;
	width: 150px;
}
div.actiemenu {
	border: 2px dashed #ECBA0D;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}
div.actiemenu_clear {
	border: 2px dashed #ECBA0D;
	padding: 0px;
	margin: 5px 0px 20px 0px;
	width: 146px;
}
div.actiemenu_clear img {
	border: none;
	padding: 0px;
	margin: 0px;
}
div.actiemenu ul {
	display: block;
	height: 100%;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
div.actiemenu ul li {
	float: none;
	list-style-position: inside;
}
div.polls_content {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	width: 555px;
}
div.polls_content h2 {
	padding: 0px;
}
/****** POLLS *****/

/****** BLAATBAK*****/
div.blaatbak_content {
	border: 2px dashed #ECBA0D;
	float: right;
	padding: 5px;
	margin: 0px 5px 15px 0px;
	width: 550px;
}
div.blaatbak_content div.leesmeer {
	text-align: right;
}
div.blaatbak_content div.info {
	border-top: 1px solid #C1880F;
	font-size: smaller;
	padding-top: 3px;
}
div.blaatbak_content div.info_volledig {
	border-top: 1px solid #C1880F;
	font-size: smaller;
	margin-top: 10px;
	padding-top: 3px;
}
div.blaatbak_content h3 {
	color: #A70909;
	font-size: medium;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
div.blaatbak_algemeen_content {
	float: right;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	width: 555px;
}
div.blaatbak_algemeen_content h2 {
	padding: 0px;
}
/****** BLAATBAK *****/

/****** PRENTENBOEK *****/
div.prentenboek_overzicht {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 550px;
}
div.prent_klein {
	float: left;
	border: 2px dashed #ECBA0D;
	margin: 0px 19px 19px 0px;
}
div.prent_klein:hover {
	border: 2px dashed #A70909;
}
div.prent_klein img {
	border: none;
	padding: 0px;
	margin: 0px;
}
div.prent_normal {
	border: 2px dashed #ECBA0D;
	padding: 0px;
	margin: 0px 5px 15px 45px;
	width: 640px;
}
div.prent_normal h3 {
	color: #A70909;
	font-size: medium;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: center;
}
div.prent_omschrijving {
	border: 2px dashed #ECBA0D;
	padding: 5px;
	margin: 0px 5px 15px 45px;
	width: 630px;
}
div.prent_omschrijving h2 {
	border-bottom: 1px solid #C1880F;
	margin-bottom: 3px;
	padding: 0px;
}
div.prent_omschrijving ul {
	list-style: disc;
}
div.prent_omschrijving ul li {
	float: none;
}
div.prent_volgendevorigeprent {
	/*border: 2px dashed #ECBA0D;*/
	padding: 5px;
	margin: 0px;
	width: 630px;
}
div.prent_volgendevorigeprent div.vorige {
	float: right;
}
/****** PRENTENBOEK *****/