
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV */

    * html div#menu_horiz {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#menu_horiz {
      background-color: #3366FF;
/*      width: 100%; */
      margin: 0;                        /*marge tussen menucellen en menuachtergrond balk*/
      text-align: center;
    }

    div#menu_horiz ul {
        margin: 0;                        
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #000;    
        border-left:  1px solid #000;
    }
    div#menu_horiz li {
        float: left;
        display: inline;
        list-style: none;
        margin: 0;                            
        border-right: 1px solid #fff;
    }
    div#menu_horiz li a {
        border-right: none;
    }
    div#menu_horiz a,
    div#menu_horiz a:link,
    div#menu_horiz a:active,
    div#menu_horiz a:visited {
        display: block;
        padding: 5px 5px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */

        text-decoration: none;
        margin: 2px;                         
        color: #fff;                            /*.....kleur tekst in menucellen */
        background: #3366FF;             /*.....kleur cellen in horizontale menucellen*/
font-size: 90%;
    }
div#menu_horiz li a:hover {
           background-color: #fff;       /*.....kleur cellen in horizontale menucellen on hover*/
	color: #000;                    /*.....kleur tekst in menucellen on hover */
}
    div#menu_horiz .activeparent {
        display: inline-block;

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        
	background-color: #3366FF; 
    }

    div#menu_horiz .current a,
    div#menu_horiz .current a:link,
    div#menu_horiz .current a:active,
    div#menu_horiz .current a:visited,
    div#menu_horiz .current a:hover,
    div#menu_horiz .activeparent a,
    div#menu_horiz .activeparent a:link,
    div#menu_horiz .activeparent a:active,
    div#menu_horiz .activeparent a:visited,
    div#menu_horiz .activeparent a:hover 
{
	background-color: #99CCFF; /* actergrondkleur actieve menu item */
    }
/* END NAV */

div#menu_horiz li.active01 h3 {
        display: inline-block;
        padding: 5px 10px; 

        /* hide from ie/mac \*/
        display: block;
        /* end hide */
        font-size: 90%;
        line-height: 1em;
        text-decoration: none;
        margin: 5px;                                /*aangepast was 0*/     
        color: #fff;                                  /*kleur tekst Active cellen in horizontale menucellen */
        background-color: #99CCFF;          /*kleur cel in horizontale menucellen active*/
    }

#menu_horiz li.active02 h3 {
  display: block;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  font-size: 90%;
  background-color: #99CCFF;
  }

#menu_horiz li.active03 h3
{
  display: block;
  padding: 3px 5px 3px 25px;
  border-bottom: none;
  font-size: 90%;
  font-weight: bold;
  color: #fff;
  margin: 0;
}


/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 1em;
        text-align: center;
    }
    html, body {
       height: 100%;
    }
    div#pagewrapper {
        margin: 0 auto;
        max-width: 80em;
        min-width: 60em;
        padding: 0;
        text-align: left;
    }
    #container {
	position: relative;
	margin: 0;
    }
    
    /* HEADER */
        div#header {
            background:  url(uploads/images/fpfiller.jpg) repeat-x left 0px;
            margin: 0;
            padding: 0;
            height: 140px;
            background-color: #fff;
            text-align: left;
        }
        div#header h1 a {
            display: block;
            text-indent: -700em;
            margin: 0;
            padding: 0;
        }
    /* END HEADER */
    
    /* CONTENT */
        div#content {
        }
        
        /* MAIN */
            div#main {
            background: #fff;
            color: #111;
          min-height: 350px;
_height: 350px;


            }
        /* END MAIN */
        
        /* SUB */
            div#sub {
                
            }
        /* END SUB */
        
    /* END CONTENT */
    
    
    /* FOOTER */
        div#footer {
           padding: 0.4em;
           text-align: right;
           clear: both;
        }

        div#footer p {
            font-size: 0.8em;
            margin: 0;
            padding: 5px;
            text-align: center;
        }
    /* END FOOTER */
/* END LAYOUT */



div.breadcrumbs {
   padding: 1em 0;
   text-align: left;
   font-size: 90%;
   margin: 0 1em;
}

div.flags {
  float: right;
  width: 18px;
  padding: 1em 0;
  text-align: right;
  margin: 0 1em 0 0;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }

.kop {
	font-family: "Tw Cen MT", Verdana, Arial;
	color: #fff;
	font-size: 4.5em;
        padding: 1em; 
}

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* NAV BAR AT THE TOP, LOCAL NAVIGATION ON THE LEFT AND ONE COLUMN OF CONTENT */
    div#content {
        position: relative;
        margin: 0em auto 2em 1;
        padding: 0;
        text-align: left;
    }
    div#main {                                    /*   */
        float: right;
        width: 78%;
        display: inline;
        padding: 0 2%;
    }
    div#menu_vert {                            /*   */
        margin: 0px 0px 0px 0px;
        float: left;
        width: 17%;
        display: inline;
    }
    div#menu_horiz {                           /*   */

        width: 100%;
        text-align: left;
    }
/* END CONTENT */

/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
		border: 1px solid;
		margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {e.kuipersportpark-almelo.nl}
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		

/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 75.01%;
                line-height: 1em;
	}
	div {
		font-size: 1em;
	}

	div#header img {
		border: 0;
	}

	
/* LINKS */
	a, a:link, a:active, a:visited {
		text-decoration: underline;
		color: #3366FF;
	}

        div#footer a, div#footer a:link, div#footer a:active, div#footer a:visited {
               color: #fff;
        }

	a:hover {
	text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		font-size: 1.3em;
		line-height: 1.5em;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-size: 1.3em;
                          line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	h3 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding:0;
	}
	h4 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#main ul {
        line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#main ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
/*		margin: 1em 10px; */
		border-bottom: 1px solid blue;
	}

	
/* END TYPOGRAPHY */	

/* Layout sections */
	body {
		background: #fff;
		}
		
	div#pagewrapper {
		border: 1px solid #000;
		background: #3366FF;                  /*achtergrond verticaalmenu*/
	    }
		
	div#header {
		color: #009900;
		}
		
	div#footer {
		color: #fff;
		background-color: #3366FF;
		}
		
/* Links */		
div#main a, a:link, a:active, a:visited {
		color: #3366FF;                          /*kleur hyperlinks in content*/
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #000;
	}

div#breadcrumbs a, a:link, a:active, a:visited {
  color: #fff;
}

div#zoek {
	background-color: #3366FF;    /*kleur achtergrond balk zoek optie*/
	float:right;
             margin: 5px;
	display: inline;
}

div#main h2 {
	border-bottom-width: 1px;        /* lijn + dikte die staat tussen pag.titel en content*/
	border-bottom-style: solid;        /* type lijn die staat tussen pag.titel en content*/
	border-bottom-color: #3366FF;  /* kleur lijn die staat tussen pag.titel en content*/
             padding-bottom: 5px;
}

div#wrapper {
	background-color: #3366FF;
	height: 3em;                          /* hoogte achtergrondbalk hoofdmenu*/
	display: block;
}

div#cwrapper {
	display: block;
width: 100%;
}

div#menu_horiz {
	display: inline;
}

div.breadcrumbs {
  float: left;
}

div#buttons {
   padding: 0.5em 1em 0 0;
   margin: 0 0 0 1em;             /*marges van de print button tov contentvak en rand rechts*/                  
  float: right;
}

form#m3moduleform_1 a p td {
  color: #888;
}

#buttons img {
  border: 0px;
}

div#femenu {
  color: #fff;
  border: 1px solid #fff;
  margin: 4em 0px 0px 5px;
  padding: 5px;
}

.NewsSummary {
    margin-bottom: 10px;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  margin-bottom: 10px;
 }

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     font-size: 1em;
     padding: 0; 
     line-height:1.4em;
  }

/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
*/

#NewsPostDetailPrintLink {
  float: right;
}

#NewsPostDetailReturnLink {
  float: left;
}


/* make all links red */
.calendar tr td a
{
color: red;
}

/* highlight "today" for the small calendar */
.calendar-today
{
font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming table_id='cal-upcominglist') */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
display: inline;
margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
color: red;
font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
font-size: 110%;
}

/** large calendar rules (assuming table_id='big') **/
/* border on for #big */
#big {
margin: 0px;
border-collapse:    collapse;
border: 1px solid #99CCFF;  /*aangepast was black*/

}

/* nice squares for the #big table */
#big th
{
border: 1px solid #99CCFF; /*aangepast was black*/
padding: 3px;
width: 30px;
text-align: center;
}


#big td {
border: 1px solid #99CCFF;                         /*aangepast was black*/
padding: 3px;
height: 30px;
width: 30px;
}

/* format summaries nicely in #big */
#big ul
{
margin: 0px;
padding: 0px;
padding-left: 5px;
}

#big li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

/* background colours for #big */
#big td
{
background-color: #fff;
}

#big .calendar-day
{
background-color: #80ff80;
}

#big .doedag
{
background-color: #3366FF;
color: #fff;
}

#big .agendalink {
color: #ffffff;
}

#big .calendar-today
{
font-weight: normal;
color: #fff;
background-color: #99CCFF;
}

#calendar-event hr {
color: #000;
heigth: 1px;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
}


/********************
MENU
*********************/
#menu_vert , #menu_vert ul {
/*   padding-left: 0; */
   margin: 0px;
  padding: 0px;
}

#menu_vert ul {
border-top: 1px solid #fff;
}

#menu_vert ul ul{
border-top: none;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #fff;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
  font-size: 0.9em;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.6em 0.5em 0.6em 0.5em; /* some air for it */
   color: #fff; /* #18507C;  this will be link color for all levels */
/*   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 1em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 1.5em;
/*   background: url(images/cms/dash.gif) no-repeat 2.8em center;  */
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #fff;
   color: #000;
}
div#menu_vert a.activeparent:hover {
   background-color: #fff;
   color: #000; /* #18507C; */
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
/*   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; */
/*   background-color: #385C72; */
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}

/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
/*   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; */
/*   background-color: #385C72; */
   display: block; 
   padding: 0.6em 0.5em 0.6em 0.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   font-weight: bold;
   padding: 0.3em 0.5em 0.3em 1em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #fff;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 1.5em;
/*   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; */
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
