/*LAYOUT*/
html, body
{
margin: 0px;
}




#main{
margin: auto; 
width: 976px; 
padding-left: 2px; 
margin-top: 14px; 



}

#top
{
/*
background-image: url(images/Header.jpg); 
background-position:top; 
background-repeat:no-repeat;/*padding-top: 138px;*/
*/

/*height: 180px;*/

border: solid 0px green;
padding-bottom: 10px;
}


#body
{
/*background-color: #eeeeee;*/
background-image: url(images/BodyBg.gif); 
background-repeat:repeat-y;


}

#bodySideLeft
{
float: left;
width: 750px;


}

#bodySideRight
{
float: right;
width: 200px;
}


#footer{
padding-top: 0px; 
padding-right: 33px;
clear: both;
background-image: url(images/FooterTop.gif); 
background-repeat: no-repeat;
text-align: center;
}

#footer,
#footer a
{
color: #888888;
}


#footer a
{
font-weight: bold;
font-size: 0.9em;
text-decoration: none;
}

#footer a:hover
{
color: #0085BE;

}


/* Subpages layout */
#content{text-align: left;}

/* FONTS */
body
{
	font-family: Tahoma, Verdana;
	
	font-size:75%;
}

body,
a,
a:visited
{
color: #333333;
}



h1, h2, h3, h4, h5, h6,
td.Pager a
{
	font-family:  Tahoma, Verdana;
color: #0085BE;
}

td.Pager
{
font-size: 1.1em;
}

h2.SideBarSep
{
border-bottom: solid 2px #CBCBCB;
padding-bottom: 3px;
width: 196px;

}


.jqueryslidemenu{
font: bold 12px Tahoma;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;

text-decoration: none;
text-align:center;
width: 122px;
background-image: url(images/TabBg.jpg);
background-repeat: no-repeat;
line-height: 22px;

}

.jqueryslidemenu ul li.Selected a
{
color: red;
background-image: url(images/TabBgActive.jpg);
}

.jqueryslidemenu ul li.Selected ul li a
{
color: green;
}



* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li.Selected a, 
.jqueryslidemenu ul li.Selected a:link, 
.jqueryslidemenu ul li.Selected a:visited
{
    color: #FFFFFF;
}
	


.jqueryslidemenu ul li a, 
.jqueryslidemenu ul li a:link, 
.jqueryslidemenu ul li a:visited,
.jqueryslidemenu ul li.Selected ul li a, 
.jqueryslidemenu ul li.Selected ul li a:link, 
.jqueryslidemenu ul li.Selected ul li a:visited
{
color: #333333;

}

.jqueryslidemenu ul li a:hover,
.jqueryslidemenu ul li ul li a:hover,
.jqueryslidemenu ul li.Selected ul li a:hover
{
    color: #079CC6;
}
	

	
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 110px; /*width of sub menus*/
padding: 3px;
margin: 0;
border: 1px solid #dddddd;
border-top: solid 0px #dddddd;
background-color: #eeeeee;


}

.jqueryslidemenu ul li ul li a,
.jqueryslidemenu ul li.Selected ul li a 
{
    background-image: none;
    color: #333333;
}

img
{
border: 0;
}


td.HomeTableLeft
{
	background-image: url(images/LeftBg.gif); 
	background-position:left; 
	background-repeat: repeat-y;
}




table.BlogItems
{
/*margin-top: 10px;*/

width: 524px;

}



table.BlogItems td.Msg
{
	background-color: #F2F7FF;
padding: 5px;
padding-left: 10px;
border-bottom: solid 2px #ffffff;
}

table.BlogItems td.Msg a
{
	font-size: 1.1em;
	font-weight: bold;
text-decoration: none;
}


table.BlogItems div.BlogItemDate,
table.BlogReaction div.author
{
	color: #999999;
	padding-bottom: 5px;
}


table.BlogItems td.LeesVerder
{
	padding-top: 5px;
}


table.BlogItems td.BlogItemDate
{
	padding-left: 10px;
	padding-top: 5px;
}



div.BlogReaction 
{
margin-top: 15px;
}

div.BlogReaction div.author
{
	color: #999999;
}

span.Error
{
	color: #550000;
font-size: 1.5em;
}






table.Calendar
{

}

table.Calendar td
{
 border: solid 1px #DDDDDD;
}


table.Calendar td div
{
padding: 2px;
}



table.Calendar td a
{
font-size: 0.8em;
padding-bottom: 13px;
}



table.Calendar tr.Navigation td,
table.Calendar tr.DayNames td
{
background-color: #F7F7F7;
padding: 3px;
}

table.Calendar tr.DayNames td
{
color: #999999;
text-align: center;
width: 95px;
}






table.Calendar td.Previous
{
text-align: left;
 border-right: 0px;
}

table.Calendar td.MonthName
{
text-align: center;
font-weight: bold;
 border-left: 0px;
 border-right: 0px;
color: #999999;
}



table.Calendar td.Next
{
text-align: right;
 border-left: 0px;
}


table.Calendar div.DayNum,
table.Calendar div.DayNumGray
{
text-align: right;
background-color: #F7F7F7;

}
 
table.Calendar div.DayNumGray
{
	color: #999999;
}
 

table.CalendarSmall
{
/*margin-left: 5px;*/
}


table.CalendarSmall td
{
 border: solid 1px #DDDDDD;
}


table.CalendarSmall td.MonthName
{
text-align: center;
font-weight: bold;
color: #999999;
}

table.CalendarSmall tr.DayNames td
{
color: #999999;
text-align: center;
width:27px;
}


table.CalendarSmall div.DayNum,
table.CalendarSmall div.DayNumGray
{
text-align: center;
background-color: #F7F7F7;
padding: 3px;



}
 
table.CalendarSmall div.DayNum a
{
font-weight: bold;
}

table.CalendarSmall div.DayNumGray
{
	color: #999999;
}

table.Calendar td.Today ,
table.CalendarSmall td.Today div.DayNum
{
background-color: #C1D6F2;
}





table.ContactForm
{

}


table.ContactForm td
{
height: 30px;
padding-right: 10px;
}


div.Gray
{
font-size: 0.8em;
}

div.Gray,
div.Gray a
{
	color: #999999;
	text-decoration: none;
}


div.Disciplines
{
width: 202px;
height: 272px;
height: 332px;
background-image: url(images/HomeButtons.jpg);

}


div.Disciplines_Schaatsen,
div.Disciplines_Wielrennen,
div.Disciplines_Skeeleren,
div.Disciplines_Duin,
div.Disciplines_Zaal
{
width: 202px;
height: 66px;
cursor: pointer;
}























































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {
font-size: 1.2em;
}

h2 {
font-size: 1.2em;
}

.underline {
text-decoration: underline;
}

