﻿/* ############
algemene styles 
##############*/
*
{
	margin: 0;
	padding: 0;
}
html, body
{
	background: #EDEDED url(resources/background_repeatY.jpg) repeat-y;
	width: 100%;
	height: 100%;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}
a
{
	color: #C76E08;
	text-decoration: underline;
}
a:hover
{
	color: #C76E08;
	text-decoration: none;
}
table 
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
}
body #wrapper
{
	display: table; /* must put this in for FireFox. */
	width: 998px;
	margin: 0;
	text-align: left;
	position: relative;
	min-height: 100%;
	height: auto !important; /* voor moderne browsers */
	height: 100%; /* voor IE */
}

form
{
	height: 100%;
	margin: 0;
	padding: 0;
}
.input
{
	border: inset 1px #d8e2ee;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
}
.bl {background: url(resources/bl.gif) 0 100% no-repeat}
.br {background: url(resources/br.gif) 100% 100% no-repeat}
.tl {background: url(resources/tl.gif) 0 0 no-repeat}
.tr {background: url(resources/tr.gif) 100% 0 no-repeat; }

.content
{
	/*float: right;*/
	position: absolute;
	left: 228px;
	top: 126px;
	width: 700px;
	height: 700px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(resources/backgroundBody.jpg) no-repeat;
	background-position: -228 -200;
}

/*#################################
Styles eigen aan default template
##################################*/
.contentDefault
{
	position: absolute;
	left: 32px;
	top: 25px;
	width: 700px;
	margin: 0;
	padding: 0;
}


/* #############################
Styles eigen aan homepage
##############################*/

.kolom_links
{
	position: absolute;
	left: 32px;
	top: 22px;
	width: 350px;
	margin: 0;
	padding: 0;
}
.kolom_rechts
{
	position: absolute;
	top: 34px;
	left: 392px;
	width: 370px;
	margin: 0;
	padding: 0;
}

.footerOostkamp
{
	/*position: absolute; left: 264px; top: 820px;*/
	clear: both;
	margin-top: 5px;
	font-size: smaller;
	width: 100%;
}
.footerOostkamp a
{
	color: black;
	text-decoration: none;
}
.footerOostkamp a:hover
{
	color: #C76E08;
	text-decoration: none;
	}

/* #######################
header (control: uHeader)
########################*/
.header .oostkampLogo
{
	height: 106px;
	width: 385px;
	position: absolute;
	left: 678;
	top: 0;
	margin: 0;
	padding: 0;
}
.header
{
	height: 106px;
	background: #FFFFFF;
}
.header .headerImage
{
	float: left;
}






/* ###################################################
link "terug naar startpagina" (control: uBackhomelink)
#####################################################*/
.backhome
{
	height: 19px;
	background-color: #000000;
	color: White;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}
.backhome a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.backhome a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}




/* ###################################################
linkernavigatie (control: uNavigation)
#####################################################*/
#navigation
{
	position: absolute;
	top: 126px;
	left: 0px;
	padding: 1px;
	z-index: 2;
	margin: 0;
	padding: 0;
	width: 228px;
	height: 700px;
	background: #4F7298 url(resources/backgroundBody.jpg) no-repeat;
	background-position: 0 -200;
}

#navigation a
{
	display: block;
	text-indent: 10px;
	width: 226px;
	height: 18px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5 0 0 0px;
	border-right: #90ABB4 1px solid;
	border-left: #90ABB4 1px solid;
	border-bottom: #90ABB4 1px solid;
}


#navigation .niveau_1 a
{
	white-space: nowrap;
	width: auto;
	padding-right: 10px;
}

#navigation .niveau_1
{
	white-space: nowrap;
	width: auto;
	padding-right: 10px;
}


#navigation a
{
	background: #6A8FB6 url(resources/button_nietactief.jpg) repeat-x;
	text-decoration: none;
}


#navigation a:hover, #navigation a.menuHover
{
	background: #C76C07 url(resources/button_actief.jpg) repeat-x;

}

#navigation a:active, #navigation a.active
{
	background: #C76C07 url(resources/button_actief.jpg) repeat-x;
}

#navigation li
{
	list-style-type: none;
}

#navigation ul li
{
	position: relative;
}

#navigation li ul
{
	position: absolute;
	top: 0;
	left: 228px;
	height: 23px;
	display: none; /*changed*/
}

div#navigation ul, #navigation ul ul, div#navigation ul ul ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	width: auto;
	height: 25px;
}

div#navigation ul ul, div#navigation ul ul ul, div#navigation ul li:hover ul ul, div#navigation ul li:hover ul ul ul
{
	display: none;
}


div#navigation ul li:hover ul, div#navigation ul ul li:hover ul, div#navigation ul ul ul li:hover ul
{
	display: block;
}


div#navigation ul ul, div#navigation ul ul ul, div#navigation ul li.menuHover ul ul, div#navigation ul li.menuHover ul ul ul
{
	display: none; /* changed */
}


div#navigation ul li.menuHover ul, div#navigation ul ul li.menuHover ul, div#navigation ul ul ul li.menuHover ul
{
	display: block;

}

/* ###################################################
navigatie bovenaan (control: uMenuTop)
#####################################################*/
.menuTop
{
	height: 18px;
	width: 369px;
	background: #a2bd30 url(resources/roundedcornerbottomleft.gif) no-repeat;
	position: absolute;
	left: 619px;
	top: 126px;
	padding: 5 0 0 10px;
	color: #FFFFFF;
}

.menuTop a
{
	color: #FFFFFF;
	text-decoration: none;
}

.menuTop a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
.menuTop .left
{
	float: left;	
}
.menuTop .right
{
	float: right;
	margin-right: 10px;	
}
.inputInset
{
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	background: #FFFFFF url(resources/inputShadow.jpg) repeat-x;
	border: solid 0 #FFFFFF;
}


/* ###################################################
nieuwsmodule (control: uNieuws)
#####################################################*/
.content .nieuwsItem
{
	margin-bottom: 10px;
}


.content .nieuwsItem .nieuwsTitel
{
	font-weight: bold;
}
.content .nieuwsItem .nieuwsTitel a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.content .nieuwsItem .nieuwsTitel a:hover
{
	font-weight: bold;
	color: #CC791C;
	text-decoration: none;
}






/* #######################################################
activiteiten in de kijker (control: uActiviteitInDeKijker)
##########################################################*/
.content .activiteitenkalender
{
	width: 369px;
	background-color: #E3EBC0;
}
.content .activiteitenkalender .top
{
	width: 369px;
	height: 30px;
	background: #E3EBC0 url(resources/activiteitenInDeKijker_top.jpg) no-repeat;
}
.content .activiteitenkalender .top img
{
	position: relative;
	left: 10px;
	top: 5px;
}
.content .activiteitenkalender .middle
{
	width: 349px;
	background-color: #E3EBC0;
	padding: 0 10 0 10px;
}
.content .activiteitenkalender .middle a
{
	font-weight: bold;
	color: #A2BD30;
	text-decoration: none;
}

.content .activiteitenkalender .middle a:hover
{
	text-decoration: underline;
}
.content .activiteitenkalender .middle .activiteitenkalenderLijst
{
	list-style-position: inside;
}

.content .activiteitenkalender .middle .activiteitenkalenderLijst li
{
	list-style: none;
	background: url(resources/groenPijltje.gif) no-repeat left 4px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.content .activiteitenkalender .middle .activiteitenkalenderLijst li .date, .activiteitenkalenderzoek .date
{
	color: #A2BD30;
	font-weight: bold;
}
.content .activiteitenkalender .middle .activiteitenkalenderLijst li .activiteitenkalenderTitel
{
	font-weight: bold;
}


.content .activiteitenkalender .bottom
{
	width: 369px;
	height: 21px;
	background: #E3EBC0 url(resources/activiteitenInDeKijker_bottom.jpg);
}

/* #######################################################
In de kijker (control: uInDeKijker)
##########################################################*/
.content .indekijker
{
	margin-top: 15px;
	width: 369px;
	background-color: #EFD5B7;
}

.content .indekijker .top
{
	width: 369px;
	height: 30px;
	background: #EFD5B7 url(resources/InDeKijker_top.jpg) no-repeat;
}

.content .indekijker .top img
{
	position: relative;
	left: 10px;
	top: 5px;
}

.content .indekijker .middle
{
	width: 349px;
	background-color: #EFD5B7;
	padding: 0 10 0 10px;
}

.content .indekijker .middle .indekijkerLijst
{
	list-style-position: inside;
}

.content .indekijker .middle .indekijkerLijst li
{
	/*list-style-image: url(resources/groenPijltje.gif);*/
	list-style: none;
	background: url(resources/oranjePijltje.gif) no-repeat left 4px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.content .indekijker .middle .indekijkerLijst li .date
{
	color: #CB7718;
	font-weight: bold;
}
.content .indekijker .middle .indekijkerLijst li .indekijkerTitel
{
	font-weight: bold;
}

.content .indekijker .middle a
{
	text-decoration: none;
}

.content .indekijker .middle a:hover
{
	text-decoration: underline;
}

.content .indekijker .bottom
{
	width: 369px;
	height: 21px;
	background: #EFD5B7 url(resources/InDeKijker_bottom.jpg);
}









/* #######################################################
Mailinglist (control: uMaillistSubscribe)
##########################################################*/
.content .mailinglist
{
	margin-top: 15px;
	width: 369px;
	background-color: #D8E2EE;
}

.content .mailinglist .top
{
	width: 369px;
	height: 30px;
	background: #D8E2EE url(resources/mailinglist_top.jpg) no-repeat;
}

.content .mailinglist .top img
{
	position: relative;
	left: 10px;
	top: 5px;
}

.content .mailinglist .middle
{
	width: 349px;
	background-color: #D8E2EE;
	padding: 0 10 0 10px;
}
.send
{
	margin: 0 0 0 10px;
	font-family: "Century Gothic" , Century, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	color: #7da0c6;
	text-decoration: none;
}
.content .mailinglist .middle .send:hover
{
	text-decoration: underline;
}
.content .mailinglist .bottom
{
	width: 369px;
	height: 21px;
	background: #D8E2EE url(resources/mailinglist_bottom.jpg);
	margin-bottom: 0px;
}

/* #######################################################
Sitemap
##########################################################*/
.sitemap ul
{
	margin: 5px 0 5px 20px;	
}
.sitemap a
{
	text-decoration: none;
}
.sitemap a:hover
{
	text-decoration: underline;
}



/* #######################################################
Links (control: uLinks)
##########################################################*/
.content .links .linksList
{
	list-style-position: inside;
}
.content .links .linksList li
{
	list-style: none;
	background: url(resources/oranjePijltje.gif) no-repeat left 4px;
	padding-left: 15px;
}

.content .links .linksList li a
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.content .links .linksList li a:hover
{
	font-weight: bold;
	color: #CC791C;
	text-decoration: none;
}

/* #######################################################
Activiteiten (control: uActiviteitInDeKijkerZoek.ascx)
##########################################################*/

.activiteitenkalenderzoek .blauwkaderTop
{
	background: url(resources/afgerondblauwTop.gif) no-repeat;
	width: 702px;
	height: 15px;
	margin: 0;
	padding: 0;
}
.activiteitenkalenderzoek .blauwkaderMiddle
{
	background-color: #D8E2EE;
	width: 687px;
	margin: 0;
	padding-left: 15px;
	color: #7DA0C6;
}
.activiteitenkalenderzoek .blauwkaderBottom
{
	background: url(resources/afgerondblauwBottom.gif) no-repeat;
	width: 702px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.activiteitenkalenderzoek .activiteitzoekImg
{
	position: relative;
	left: -5px;
	top: -5px;
}

.activiteitenkalenderzoek .activiteitenkalenderzoekNormaal .activiteitenkalenderTitel
{
	font-weight: bold;
}
.activiteitenkalenderzoek .activiteitenkalenderzoekNormaal .date
{
	color: #7C9FC5;
	font-weight: bold;
}

.activiteitenkalenderzoekNormaal
{
	margin-top: 10px;
	margin-bottom: 15px;
}

.activiteitenkalenderzoek .activiteitenkalenderzoekHuge .date
{
	color: #7C9FC5;
	font-weight: bold;
	font-size: 14px;
}
.activiteitenkalenderzoek .activiteitenkalenderzoekHuge .activiteitenkalenderTitel
{
	font-weight: bold;
	font-size: 14px;
}

.activiteitenkalenderzoek .activiteitenkalenderzoekHuge .activiteitBeeld
{
	border: solid 2px #86A6CA;
}

.activiteitenkalenderzoek .activiteitenkalenderzoekHuge .activiteitHugetekst
{
	margin-left: 10px;
	width: 500px;
	margin-top: 10px;
}

.activiteitenkalenderzoek .activiteitenkalenderzoekHuge .meerinfolinkActiviteiten a
{
	font-weight: bold;
	color: #7DA0C6;
	text-decoration: none;
}

.activiteitenkalenderzoek .activiteitenkalenderzoekHuge .meerinfolinkActiviteiten a:hover
{
	font-weight: bold;
	color: #7DA0C6;
	text-decoration: underline;
}
.activiteitSearch {width: 100%;margin-bottom: 10px; background-color:#D8E2EE;}
.activiteitSearch .form { padding: 10px 0 10px 10px;}

.activiteitenkalenderZoekResultaat li{ clear: both; list-style-type: none; padding-top: 5px; }
.activiteitenkalenderZoekResultaat h3 { padding-top: 10px;}

.activiteitSearch .form .send
{
	margin: 0 0 0 10px;
	font-family: "Century Gothic" , Century, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 16px;
	color: #7da0c6;
	text-decoration: none;
}
.activiteitSearch .form .send:hover
{
	text-decoration: underline;
}

.search {margin-top: 10px; margin-bottom: 10px; background-color:#D8E2EE;}
.search .form { padding: 10px 0 10px 10px;}


.poll {margin-top: 10px; margin-bottom: 10px; background-color:#DDDDDD;}
.poll .form { padding: 10px 0 10px 10px;}
.poll H1
{
	background-image: none;
	background-position: 0 5;
	margin-bottom: 5px;
	font-family: "Century Gothic" , Century, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 18px;
	color: Black;
}
.poll H2
{
	font-family: "Century Gothic" , Century, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: Black;
	margin-bottom: 5px;
}

.yellowpages .items a
{
	display:block;
	padding: 5px;
	text-decoration: none;
	color: Black;
}
.yellowpages .items .alternating 
{
	background-color: #eeeeee;
}
.yellowpages .items .alternating a
{
	display:block;
}
.yellowpages .items a:hover, .yellowpages .items .alternating a:hover
{
	background-color: #dddddd;
}
.yellowpages .items .alternating
{
	background-color: #eeeeee;
}
/* #############################
Styles eigen aan oostkamp.be
##############################*/
.content .tekst
{
	margin-bottom: 15px;
	font-size: 11px;
	
}
H1
{
	background: url(resources/titelLijn.gif) repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
	font-family: "Century Gothic" , Century, Verdana, Sans-Serif;
	font-weight: normal;
	font-size: 18px;
	color: #CC791C;
}
H2
{
	font-family: "Century Gothic" , Century, Verdana, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color: #4F7298;
	margin-bottom: 10px;
}
H3
{
	font-family: "Century Gothic" , Century, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: normal;
	color: #4F7298;
	margin-bottom: 5px;
}
H4
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

.anchorlinks {width: 100%;margin-bottom: 10px; background-color:#D8E2EE;}

.anchorlinks ul
{
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	list-style-type: none;
}
.anchorlinks a
{
	display: block;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	color: #000000;
	/*background-image: url(resources/oranjePijltje.gif);
	background-attachment: fixed;
	background-position: center center;
	*/
}

.anchorlinks a:hover
{
	background-color: #369;
	color: #FFFFFF;
	display: block;
}
/*
.blauwkaderTop
{
	background: url(resources/afgerondblauwTop.gif) no-repeat;
	width: 702px;
	height: 15px;
	margin: 0;
	padding: 0;
}

.blauwkaderBottom
{
	background: url(resources/afgerondblauwBottom.gif) no-repeat;
	width: 702px;
	height: 15px;
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}
*/

#webcontents img
{
	margin-right:10px;	
	margin-bottom:20px;
	clear:right;
}
#webcontents ul, ol
{
	margin-left: 30px;
}
#webcontents li
{
	margin-bottom: 10px;
}
#webcontents .top
{
	float:right;
	font-family: "Century Gothic" , Century, Verdana, Sans-Serif;
	font-size: 13px;
	text-transform: uppercase;
	clear: both;
}

#webcontents .top a
{
	text-decoration: none;
	color: #4F7298;
}

#webcontents .top a:hover
{
	text-decoration: none;
	color: #cc791c;
}
p
{
	margin-bottom: 15px;
	
}

.webcontents ul
{
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;
}

.webcontents img
{
	padding-right: 10px;
	padding-bottom: 15px;
}
.extra
{
	color: #888888;
}
.imgLeft
{
	margin: 0 10px 8px 0;
}
