body
{
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	line-height: 1.4em;
	font-size: .75em;
	color: #000;
	background: #fff;
	width: 100%;
}

h1, h2
{
	font-size: 120%;
}

h3,
h4
{
	font-size: 115%;
}

/* outerframe */
#outerframe
{
	width: 961px;
	margin: 0px auto 0px auto;
	text-align: center;
}
/* outerframe end */

/* Header */
#header
{
	position: relative;
	text-align: left;
}
#logo
{
	padding: 15px 0px 15px 18px;
	height: 47px;	/* height determined by logo height */
}
.logo
{
	float: left;
	margin: 0;
	padding: 0;
}

#alsIngelogd5
{
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 10px;
}

.navdropdown
{
	float: right;
	margin: 0;
	padding: 20px 20px 0px 0px;
	font-weight: bold;
}
#mainmenu
{
	padding: 18px 0px 0px 18px;
	height: 45px;
	background: url(/private/images/bar.grey.gif) #fff;
}
#mainmenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#mainmenu li
{
	list-style: none;
	float: left;
	padding: 0px 30px 0px 0px;
}
#mainmenu a
{
	font-weight: bold;
	text-decoration: none;
	color: #3f3f3f;
	font-size: 14px;
}
#mainmenu a:hover
{
	color: #a8a9bd;
	color: #79837b;
	text-decoration: underline;
}
#mainmenu a.topnavA_s
{
	font-weight: bold;
	text-decoration: none;
	color: #fea640;
}

#submenuwrapper
{
	padding: 5px 0px 0px 18px;
	height: 25px;
	display: none;	/* no show if not available */
	display: block;
}
#submenuwrapper ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#submenuwrapper li
{
	list-style: none;
	float: left;
	padding: 0px 30px 0px 0px;
}
#submenuwrapper a
{
	font-weight: bold;
	text-decoration: none;
	color: #3f3f3f;
}
#submenuwrapper a:hover
{
	color: #79837b;
	text-decoration: underline;
}
#submenuwrapper a.sublist_s
{
	font-weight: bold;
	text-decoration: none;
	color: #0e2b89;
}
/* Header end */



/* Left */
#left
{
	padding: 0px 0px 15px 0px;
	width: 200px;
	float: left;
	text-align: left;
}
#lefthome /* home; adjusted width */
{
	padding: 0px 0px 15px 0px;
	width: 306px;
	float: left;
	text-align: left;
}
.squareleft /* home */
{
	float: left;
	width: 153px;
	height: 133px;
	background: url(/private/images/coloured.square.overlay.gif);
	/* this class creates bar, use inline css to change colour */
}
.squareright /* home */
{
	float: right;
	width: 153px;
	height: 133px;
	background: url(/private/images/coloured.square.overlay.gif);
	/* this class creates bar, use inline css to change colour */
}
.baroverlayleft
{
	width: 200px;
	height: 31px;
	background: url(/private/images/coloured.bar.overlay.left.gif);
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 0px 20px;
	/* this class creates bar, use inline css to change colour */
}
#left ul, #left li
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: circle;
	color: #79837b;
}
#left ul
{
	margin-bottom: 20px;
}
#left a
{
/*	font-weight: bold; */
	text-decoration: none;
	color: #000;
}
#left a:hover
{
	color: #79837b;
	text-decoration: underline;
}
#left p
{
	padding: 0px 0px 10px 20px;
}
/* Left end */

/* Center */
#center
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
/*	IE6 width: 430px; */
	width: 476px;
	float: left;
	background: url(/private/images/bg.content.gif) #fff;
	text-align: left;
/*	min-height: 399px; */
}
#centerhome /* home; adjusted width */
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 370px;
	float: left;
	background: url(/private/images/home/bg.content.gif) #fff;
	text-align: left;
/*	min-height: 399px; */
}
#centertop
{
	margin: 0px;
	padding: 0px;
	background: url(/private/images/content.top.gif) no-repeat 0px 0px transparent;
}
#centertophome /* home; adjusted width */
{
	margin: 0px;
	padding: 0px;
	background: url(/private/images/home/content.top.gif) no-repeat 0px 0px transparent;
}
#centerbottom
{
	margin: 0px;
	padding: 0px;
	background: url(/private/images/content.bottom.gif) no-repeat 0px 0px #fff;
}
#centerbottomhome /* home; adjusted width */
{
	margin: 0px;
	padding: 0px;
	background: url(/private/images/home/content.bottom.gif) no-repeat 0px 0px #fff;
}
#center h1, #centerhome h1
{
	margin: 0px;
	padding: 0px 25px 0px 25px;
}
#center h2, #centerhome h2
{
	margin: 0px;
	padding: 0px 25px 0px 25px;
}
#center p, #centerhome p
{
	margin: 0px;
	padding: 15px 25px 0px 25px;
}

#center td p
{
	margin: 0;
	padding: 0;
}

#content
{
	margin: 0px 10px 15px 0px;
}

#content h2
{
	padding-top: 10px;
	padding-bottom: 10px;
}

#content h3,
#content h4
{
	padding-top: 10px;
	padding-left: 25px;
	margin-bottom: 0px;
}

#content ul
{
	margin: 0px 0px 0px 0px;
}

#content li
{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: circle;
}

#center .uitvouw
{
	margin: 5px 0;
	padding: 10px;
	background-color: #fff;
	width: 400px;
}

#center p.uitvouw
{
	margin-left: 30px;
}


#content table
{
	margin: 0px 0px 15px 0;
	width: 	400px;	
}
/* Center end */

/* right */
#right
{
	padding: 0px 10px 15px 0px;
	width: 275px;
	float: right;
	text-align: left;
}


#right ul, #right li

{
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: circle;
	color: #79837b;
}
#right ul
{
	margin-bottom: 20px;
}
#right a
{
/* 	font-weight: bold; */
	text-decoration: none;
	color: #000;
}
#right a:hover
{
	color: #79837b;
	text-decoration: underline;
}

.baroverlay
{
	width: 251px;
	height: 31px;
	background: url(/private/images/coloured.bar.overlay.gif);
	font-family: verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 0px 20px;
	/* this class creates bar, use inline css to change colour */
}
.greybox
{
	background: url(/private/images/right.grey.bg.gif) repeat-y;
}

.greybox h2
{
	margin: 0;
	margin: 0 0 10px 20px;
	font-size: 14px;
}

.greybox .a_melden
{
	font-size: 10px;
	margin: 10px;
}

#right #wwError
{
	color: red;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 10px;
}

.greybox .m_pagina
{
	font-style: italic;
}

.greybox label
{
	display: block;
	width:  100px;
	margin: 0 0 0 20px;
	font-size: 11px;	
}

.greybox input
{
	margin: 0 0 0 20px;
	width:  200px;
	font-size: 11px;
	margin-bottom: 8px;
	padding: 0 3px;
	color: #464646;
}

.greybox input.submit
{
	width: auto;
	background: transparent;
	border: none;
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 12px; 
	cursor: pointer;
	padding: 0 0 0 20px;
	background: url(/private/images/big_arrow.gif) no-repeat 0 10%;
}


.greyboxtop
{
	padding: 0;
	margin: 0;
	background: url(/private/images/right.grey.top.gif) no-repeat 0 0;
}

.greyboxbottom
{
	background: url(/private/images/right.grey.bottom.gif) bottom left no-repeat;
}

#alsIngelogd3 .greyboxbottom
{
	margin-bottom: -20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#alsIngelogd3 .greyboxbottom h3
{
	font-size: 14px;
}

.greyboxlinkbottom
{
	background: url(/private/images/right.grey.link.bottom.gif) no-repeat #fff;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin: 0;
}
#right .greyboxlink
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.greyboxcontent
{
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin:0;
	padding: 0px 10px 10px 20px;
}
#right .boxcontent
{
	padding: 0px 10px 10px 20px;
}
/* right end */

 /* Footer */
#footer
{
	margin: 10px 0px 0px 0px;
	padding: 18px 30px 0px 18px;
	height: 45px;
	background: url(/private/images/bar.grey.gif) #fff;
	text-align: left;
}
#footer p
{
	margin: 0;
	padding: 0;
}
#footer a
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #000;
}
#footer a:hover
{
	text-decoration: underline;
}
/* Footer end */

/* Generic  */
.boxcontent
{
	margin: 0;
	padding: 10px 10px 10px 10px;
}
a
{
	color: #000;
}
a:hover
{
	text-decoration: none;
}
img
{
	border: none;
}
#superContainer ul, #superContainer li
{
	list-style: none;
}

#superContainer li.uitvouw
{
	background: #efefef;
	background-image: none;
}

#extlogolinks 
{
	width: 200px;
	margin-top: 35px;
}


#extlogolinks a
{
	padding: 0 0 0 15px;
}

/* Generic end */


/* VERENIRGINGEN OVERZICHT */


.verenigingcontent
{
	background: transparent url(/private/images/dorpspolis_logo_small.jpg) no-repeat 550px 10px;
	*background: transparent url(/private/images/dorpspolis_logo_small.jpg) no-repeat 485px 10px;
	margin: 40px auto;
	*margin: 40px 40px;
	width: 600px;
	border: 1px dotted #ccc;
	padding: 30px;
	background-color: #efefef;
}

#divLogin
{
	margin: 0 0 0 130px;
}


.verenigingcontent #divVerenigingInfo .header td
{
	font-weight: bold;
	border-bottom: none;
	font-size: 14px;
	line-height: 20px;	
	padding-bottom: 5px;
}


.verenigingcontent #divVerenigingInfo td
{
	vertical-align: top;
	padding: 2px 10px;
	border-bottom: 1px solid #e1e1e1;
}

.verenigingcontent td.notfirstcolumn
{
	text-align: right;
	width: 200px;
}

