html {
    background-color: #000055;
    text-align: center;
    font-size: 0.8em;
	font-size: 12px;
    line-height: 1.3em;
    margin: 0px;
    padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

body, p, a, div, td {
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

div#body {
    width: 950px;
    margin: auto;
    background-color: #6666ff;
    text-align: left;
    background-image: url("/images/layout/body_bg.png");
    background-repeat: repeat;
    border: 1px solid #eeeeee;
}




/* ****** HEADER ****** */

div#header {
    width: 950px;
    background-color: #6666ff;
    height: 100px;
    background-image: url("/images/layout/header_left.png");
    background-position: left;
    background-repeat: no-repeat;
}

div#header_left {
    width: 0px; 
    float: left;
    height: 100px;
    background-position: center;
}



div#header_right {
    width: 460px; 
    background-color: #6666ff;
    float:right;
    height: 100px;
    background-image: url("/images/layout/header_right.png");
    background-position: center;
}




/* ****** NAVIGATION ****** */


div.navigation {
	width: 160px;
}

div.navigation a {
    text-decoration: none;
    color: #ffff00;
    font-weight: bold;
}

div.navigation a:hover {
	text-decoration: underline;
}

div.navigation ul {
	list-style: none;
	margin: 0em;
	padding: 5px;
	padding-right: 0px;
}

div.navigation ul li ul {
	list-style: none;
	margin: 0em;
	margin-left: 1em;
	margin-right: 1em;
	padding: 0em;
}

div#navigation_left {
	float: left;
	margin-left: 5px;
}

div#navigation_right {
	float: right;
	margin-right: 5px;
}

div#navigation_left ul, div#navigation_right ul {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

div#navigation_left ul li ul, div#navigation_right ul li ul {
	margin-top: 0em;
	margin-bottom: 0em;
}

div#navigation_left ul {
	background-color: #0000cc;
	background-image: url("/images/layout/left_nav_bg.png");
	border: 1px solid  #FFFF00;
}

div#navigation_right ul {
	background-color: #990000;
	background-image: url("/images/layout/right_nav_bg.png");
	border: 1px solid  #FFFF00;
}

div#navigation_right ul li.selected_item a, div#navigation_left ul li.selected_item a {
	text-decoration: underline;
	color: #FFFF00;
}

div#navigation_left ul li ul, div#navigation_right ul li ul {
	border: none;
}


/* ****** CONTENT ****** */

div#content {
	background-color: #AAAAEE;
	background-image: url("/images/layout/content_bg.png");
	border: 1px solid #ffff00;
	float: left;
	clear: none;
	width: 578px;
	margin: 10px;
	margin-top: 0.8em;
	padding-bottom: 1em;
	padding: 10px;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}

div#content h1 {
	font-size: 1.8em;
	margin-top: 0.4em;
	font-weight: bolder;
}

div#content h2 {
	font-size: 1.4em;
}

div#content h3 {
	font-size: 1.2em;
}

div#content h4 {
	font-size: 1.1em;
}

div#content h5 {
	font-size: 1.1em;
}

div#content h6 {
	font-size: 1.0em;
}

div#content p {
    margin-bottom: 1em;
	margin-top: 0.5em;
	line-height: 1.4em;
}


/* ****** FOOTER ****** */

div#footer {
	font-size: 0.9em;
	text-align: center;
	margin: auto;
	clear: both;
}



/* ****** GENERAL UTIL STYLES ****** */
div.two_columns_left {
	width: 50%;
	float: left;
}

div.two_columns_right {
	width: 50%;
	float: right;
}




/* ****** SPECIFIC STYLES... ****** */

div.groepsfoto {
    text-align: center;
    margin:auto;
    margin-bottom: 1em;
}

blockquote.kreet {
    margin: 10px;
    padding: 0px;
    font-weight: bold;
}

img.leiderfoto {
    width: 150px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #000000;
}

p.leidingtekst {
    clear: both;
    padding-top: 5px;
}

table.agenda {
    text-align: center;
    margin: auto;
}

table.agenda td {
    padding-left: 5px;
    padding-right: 5px;
}

table.agenda td  {
    width: 270px;
    text-align: right;
}

table.agenda td + td {
    text-align: left;
	width: 320px;
}


/* ************ FORMS ************ */
input#submit {
	margin-top: 10px;
}

input {
	font-size: 1em;
}



/* ************ PICTURE GALLERIES ************ */
div.picture {
	text-align: center;
	margin: auto;
}

div.picture img {
	margin-left: -0.6em;
	width: 592px;
}

img.picture_preview {
	width: 100px;
	height: 66px;
	border: 1px solid #000000;
	cursor: pointer;
	margin: 0.5em;
}

div.picture_navigation_links, div.picture_preview {
	margin-left: -11px;
	text-align:center;
}





/* *********** VERSLAGEN ************ */
h3 > span {
	margin-left: 18em;
}


