/* global */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  margin-top: 0px;
}

p
{ margin: 0px;
  padding: 0px 5px 6px 0px;
  line-height: 1.7em;
  
}


h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

img{border: 0px;}

a{/*outline: none;*/}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

#shadow
{
  width: 790px;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 0px;
  background-image: url('style/shadow.png');
  background-position: center;
  background-repeat: repeat-y;
}

/* main container */
#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 0px;
  
}

/* links above the logo / footer */
#links 
{ margin-left: auto;
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 740px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}



#links{text-align: right;}

#footer{


height: 65px;
background: url('style/footer_back.png') repeat-x;


}

#fleft {
padding-left: 5px;
width: 250px;
height:45px;
float:left;
}

#fmid {
padding-left: 5px;
width: 130px;
height: 45px;
float:left;
margin-left: 75px;
}

#fright {

width: 270px;
height: 45px;
float: left;
margin-left: 35px;
}

#noticed, #noticed a {
text-align: center;
color: #274DAD;
}

#noticed a:hover {
text-align: center;
color: #274DAD;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ margin-left: auto; 
  margin-right: auto;
  margin-top: 0px;
  width: 780px;
  height: 167px;
  text-align: left;
}

#logo h1
{ margin: 0px;

  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

#logopl {
padding-left: 5px;
width: 400px;
height:112px;
float:left;
}

#logopm {

width: 168px;
height: 112px;
float:left;
margin-top: 39px;

}

#logopr {

width: 163px;
height: 112px;
float: left;
margin-left: 18px;
margin-top: 39px;

}

/* foto's */

a.peeling-link .peeling-photo
{
width: 168px;
height: 112px;

background-repeat: no-repeat;
top: -112px;
left: 0px;
position: relative;
curor: pointer;
}
a.peeling-link:hover .peeling-photo
{
background-image: url('style/peeling-photo.png');
}


#foto {

width: 207px;
height: auto;

}

.fotob {

width: 207px;
/*height:auto;*/
/*margin-top: auto;
margin-bottom: auto;*/
}

a.foto-overlay-link .foto-overlay-red,
a.foto-overlay-link .foto-overlay-green,
a.foto-overlay-link .foto-overlay-blue
{
width: 207px;
height: 155px;
background-repeat: no-repeat;
top: -155px;
left: 0px;
position: relative;
curor: pointer;
}
a.foto-overlay-link:hover .foto-overlay-red
{
background-image: url('style/event-over-red.png');
}
a.foto-overlay-link:hover .foto-overlay-green
{
background-image: url('style/event-over-green.png');
}
a.foto-overlay-link:hover .foto-overlay-blue
{
background-image: url('style/event-over-blue.png');
}

#fotoo1 {

width: 207px;
height: 42px;
background: url('style/blauw.png');
background-repeat: no-repeat;
margin-top: -197px;
margin-bottom: 8px;
position:relative;
}


#fotoo2 {

width: 207px;
height: 42px;
background: url('style/rood.png');
background-repeat: no-repeat;
position:relative;
margin-bottom: 8px;
margin-top: -197px;

}

#fotoo3 {

width: 207px;
height: 42px;
background: url('style/groen.png');
background-repeat: no-repeat;
position:relative;
margin-top: -197px;
margin-bottom: 8px;

}
/* navigation menu */
#menu
{ height: 42px;
  width: 780px;
  margin-left: auto; 
  margin-right: auto;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
} 

#menu li a 
{ display: block; 
  float: left; 
  height: 30px;
  font-size: 18px;
  text-decoration: none; 
  padding: 9px 14px 2px 14px;

 
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 780px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

#bottom_content
{ text-align: justify;
  width: 550px;
  float: right;

  padding: 0px 3px 0px 19px;


}

/* column 1 - contains sidebar items */
#column1
{ width: 207px;
  float: left;
  padding: 16px 0px 5px 0px;
}

#column2
{ text-align: justify;
  width: 550px;
  float: right;
  min-height:550px;
  height: auto;

  padding: 12px 3px 15px 19px;
  
}

table.agtable tr:hover
{ background-color: #d9dfdf;

}

table.agtable a, a:hover {
  color: #060547;
  font-size: 11px;
  text-align: left;
}

.agwhite
{
 background: url('style/ag-white.png');
 height: 27px;
}
.agwhite td
{
 padding-left: 4px;
 padding-right: 4px;
 padding-top: 2px;
 padding-bottom: 2px;
}

.agtop {
 background: url('style/agtop.png');
 height: 27px;
 color: #fdfdfd;
}

.month {
 background: url('style/agmonth.png');
 height: 27px;
 color: #fdfdfd;
 font-size: 15px;
}

.agitems {
 height: 27px;	
 	text-align: left;
}

.agitems a {
	text-decoration:none;
	text-align: left;

}

.agbot {
 background: url('style/agbot.png'); 	
 height: 27px;
}

.sidebaritem
{ text-align: left;
  width: 188px;
  float: left;
  margin: 0px 0px 5px 0px;
}

.sbihead
{ /*height: 200px;*/
  width: 188px;
  padding: 5px 0px 5px 19px;

}

.sbihead h1
{ padding: 0px; 
  margin: 0px; 
  font-size: 18px;
  color: #161653;
}

.sbicontent{padding: 14px 8px 8px 19px;}

.sbicontent p
{ line-height: 14px;
  padding: 0px 0px 5px 0px;
}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
  height: 50px;
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
  border: 0px;
} 

/* column 2 - page content */


#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;
  font-weight: normal;
}

.sidebaritem a, #column2 a
{ padding: 0px 0px 2px px;
  text-decoration: none;
  font-weight:100;
}

.sidebaritem a:hover, #column2 a:hover{
/*border-bottom: 1px solid;*/
  font-weight: none;
}

/* contact page - form layout */
.sidebaritem form{margin-top: 0px;}

.sidebaritem div.row
{ clear: both;
  width: 448px;
}

.sidebaritem div.row span.formlabel
{ float: left;
  width: 150px;
  text-align: left;
}

.sidebaritem div.row span.forminput
{ float: right;
  text-align: right;
} 

.sidebaritem div.spacer
{ clear: both;
  width: 160px;
}

.sidebaritem input, textarea
{ width: 130px;
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;
}

.sidebaritem submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

/*map*/
.map-overlay,
.checking-overlay,
.thank-overlay,
.agenda-overlay
{
	position: absolute; 
	top: 0px; 
	bottom: 0px; 
	left: 0px; 
	right: 0px; 
	background-image: url('style/overlay.png');
}
.map-info
{
	position: absolute; 
	top: 20px; 
	left: 20px; 
	right: 20px; 
	color: #ffffff;
}
.map-border
{
	background-color: #ffffff;
	position: absolute;
	top: 58px; 
	bottom: 18px; 
	left: 18px; 
	right: 18px;	
}
.map
{
	border: solid 1px #000000;
	position: absolute; 
	top: 2px; 
	bottom: 2px; 
	left: 2px; 
	right: 2px;
}
a.map-close
{
	color: #ffffff;
	float: right;
	font-size: 16px;
}

a.map-close:hover
{
	font-size: 16px;
	color: #cccccc;
}

/*form*/
.form-green,
.form-red
{
	width: 537px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}
.form-top-blue,
.form-top-green,
.form-top-red
{
	width: 522px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 15px;
	color: #ffffff;
	background-repeat: no-repeat;
}

.form-top-blue
{
	background-image: url('style/form-top-blue.png');
}
.form-top-green
{
	background-image: url('style/form-top-green.png');
}
.form-top-red
{
	background-image: url('style/form-top-red.png');
}

.form-content
{
	width: 537px;
	background-image: url('style/form-background-repeat.png');
	background-repeat: repeat-y;
}
.form-content-green
{
	background-position: center;
	width: 527px;
}

.form-inner-content,
.form-inner-content-overlay
{
	width: 507px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	background-image: url('style/form-background.png');
	background-repeat: no-repeat;
}

.form-inner-content-overlay
{
	background-position: center;
	width: 497px;
	padding-left: 15px;
	padding-right: 5px;
	margin-left: 10px;
}

.form-bottom
{
	width: 537px;
	height: 7px;
	background-image: url('style/form-bottom.png');
	background-repeat: no-repeat;
}

table.form-table 
{
	width: 100%;
}

table.form-table tr td
{
	width: 228px;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 20px;
	font-size: 10px;
	text-align: left;
	color: #202020;
}
.form-inner-content-overlay table.form-table tr td
{
	width: 223px;
}
table.form-table tr td.right
{
	padding-left: 20px;
	padding-right: 5px;
}
table.form-table tr td.form-error
{
	font-weight: bold;
	color: #ee3030;
}
table.form-table tr td.separator
{
	width: 1px;
	background-color: #cacaca;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.form-table tr td.header
{
	font-weight: bold;
	font-size: 11px;
	color: #202020;
	padding-top: 0px;
}

table.form-table tr td.label
{
	font-weight: bold;
	font-size: 9px;
	color: #202020;
	padding-bottom: 0px;
}
table.form-table tr td.small
{
	font-size: 9px;
}
table.form-table tr td.bottom
{
	vertical-align: bottom;
}
table.form-table tr td.small a
{
	color: #202020;
	text-decoration: underline;
	font-size: 9px;
}
table.form-table tr td.small a:hover
{
	color: #2020ff;
	text-decoration: underline;
	font-size: 9px;
}

.button-nu-controleren,
.button-inschrijven,
.button-naar-inschrijven,
.button-inschrijving-voltooien,
.button-verzenden
{
	margin-left: auto;
	margin-right: auto;
	cursor-pointer;
}
.button-verzenden
{
margin-left: 190px;
}
.button-naar-inschrijven
{
	margin-left: 15px;
}

.button-inschrijving-voltooien
{
	margin-left: 140px;
}

a.form-overlay-close
{
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a.form-overlay-close:hover
{
	color: #cccccc;
}

.agenda-overlay
{
	overflow: scroll;
}

.agenda-extended-div
{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;	
	padding-left: 14px;
	padding-bottom: 50px;
}

.agenda-extended-border
{
	background-color: #ffffff;
	width: 770px;
	padding: 2px;
}

.agenda-extended-inner-border
{
	border: solid 1px #000000;
	background-image: url('style/back2.png');
	padding: 5px;
}

table.agtable-extented
{
	width: 100%;
}

.event-selected-box
{
	border: solid 1px #7D97FF;
	background-color: #CED8FF;
	color: #3C3C3C;
	height: 16px !important;
	min-width: 1px;
	max-width: 400px;
	float: left;
	margin-right: 3px;
	font-size: 10px;
	padding: 3px 3px 1px 3px;
	margin-bottom: 3px;	
}

.event-selected-box-edit
{
	border: solid 1px #00a2d3;
	background-color: #00ace1;
	color: #ffffff;
	height: 16px !important;
	min-width: 1px;
	max-width: 400px;
	float: left;
	margin-right: 3px;
	font-size: 10px;
	padding: 3px 3px 1px 3px;
	margin-bottom: 3px;	
	cursor: pointer;
}

.event-selected-box a.x
{
	text-decoration: none;
	color: #3C3C3C;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.event-selected-overlay-info-border
{
	float: left;
	position: relative;
	width: 0px;
	height: 0px;
	overflow: visible;
}
.event-selected-overlay-info
{
	background-color: #ff0000;
	width: 200px;
	display: block;
	position:absolute;
top: 20px; left: 0;

z-index: 999;
}
