html, body
{
	margin: 0px;
	padding: 0px;
	
	font-size: 14px;
	cursor: default;
	font-family: verdana;
}

body
{
	background-color: #8EA6CE;
	background-image: url(images/cloud2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
}

div
{
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
	text-align: center;
}

div#container
{
	width: 700px;	
	margin: 0px auto;
}

div#menu
{
	padding: 0px;
	margin: -8px;
	margin-bottom: -6px;
}

div#midden
{
	width: 700px;
	min-height: 500px;
}

div#center
{
	float: right;
	width: 550px;
}

div#subcenter
{
	width: 520px;
	padding: 15px;
}

div#subcenter img
{
	margin: 10px;
}

div#footer
{
	padding-top: 20px;
	width: 700px;
	text-align: center;
	clear: both;
	
	font-family: arial;
}

hr
{
	border: 1px solid orange;
	color: orange;
}

p.center
{
	text-align: center;
}

/************************* Round midden ******************************************/

div#round
{
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 730px;
	padding: 0px;
}

div#roundMidden
{
	margin: 0 auto;
	background: white;
	width: 700px;
	padding-left: 15px;
	padding-right: 15px;
}

.maintop-left, .maintop-right, .mainbottom-left, .mainbottom-right 
{ 
	background-image: url('images/mainRound.png'); /* CHANGE: path and name of your image */
	height: 15px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	width: 715px;
}

.maintop-left, .mainbottom-left 
{ 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
}
.maintop-right, .mainbottom-right 
{ 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
}
	
.maintop-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
.mainbottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
}
.mainbottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
}
/********************************************************************************/

/************************* Round Menu ******************************************/
div#roundMenu
{
	float: left;
	margin: 0px auto;
	margin-top: 20px; /* afstand van top */
	width: 150px;
	padding: 0px;
	
	font-family: arial;
}

div#roundMenuMidden
{
	margin: 0 auto;
	background: #FDD017;
	width: 120px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
}

.menutop-left, .menutop-right, .menubottom-left, .menubottom-right 
{ 
	background-image: url('images/MenuRound.jpg'); /* CHANGE: path and name of your image */
	height: 15px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	width: 135px;
}

.menutop-left, .menubottom-left 
{ 
	margin-right: 15px; /* CHANGE: replace by the width of one of your corners */
}
.menutop-right, .menubottom-right 
{ 
	margin-left: 15px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -15px;  /* CHANGE: replace by the height of one of your corners */
}
	
.menutop-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
}
.menubottom-left  { 
	background-position: 0 -15px;    /* CHANGE: replace second number by negative height of one of your corners */
}
.menubottom-right { 
	background-position: 100% -15px; /* CHANGE: replace second number by negative height of one of your corners */
}
/********************************************************************************/

/********************** TOP *****************************/

div#top
{
	padding: 0px;
	width: 700px;
	height: 112px;
	
	text-align: center;
	background-image: url(images/menu.jpg);
	
	margin-bottom: 15px;
}

div#topLeft
{
	float: left;
	width: 150px;
	height: 10px;
}

div#topCenter
{
	float: left;
	width: 400px;
}

div#topRight
{
	float: left;
	width: 150px;
	text-align: center;
}

div#topRight a
{
	color: black;
}

div#top h1
{
	font-size: 3em;
	color: orange;
	margin-top: -14px;
}

div#top h2
{
	color: black;
	margin: 0px;
}

/*******************************************************************************/

/****************** Navigatie **********************/
div#menu div.knop
{ 
	margin: 6px 0px; /* left was 8px*/
	padding: 0px;
	padding-top: 10px;
	width: 130px;
	height: 30px;
	
	background-image: url(images/button.png);
	
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

div#menu div.knop#mm
{
	padding-top: 0px;
	height: 40px;
}

div#menu div.knop#huidig
{
	background-color: #FFF380;
	
	border: 2px solid black;
	background-image: none;
	width: 126px;
	height: 26px;
}

div#menu div.subknopveld
{
	overflow: hidden;
	height: 0px;
	width: 150px;
}

div#menu div.subknop
{ 
	margin: 5px 0px; /*left was 10px*/
	padding: 0px;
	padding-top: 5px;
	width: 130px;
	height: 25px;
	background: yellow;
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

div#menu div.subknop#huidig
{ 
	border: 2px solid black;
	width: 126px;
	height: 21px;
}

/*********** Tot zover de navigatie *********************/

/************** FotoAlbum **********************/
table#fotoalbum
{
	border: 2px solid orange;
}

table#fotoalbum td
{
	border: 1px solid orange;
	text-align: center;
}

/************ admin ********************/
p#welkomGebruiker
{
	font-size: 1.2em;
}

table#adminFotoAlbum
{
	text-align: center;
	border: 2px solid orange;
}

table#adminFotoAlbum td
{
	border: 1px solid orange;
}


table#selectDir td
{
	width: 100px;
}

table#selectDir a
{
	color: orange;
	font-weight: bold;
}

div#resultaat
{
	border: 1px solid black;
	background-color: white;
	height: 400px;
	overflow: scroll;
}

div#laatstbewerkt
{
	text-align: center;
}

div.tekstvak
{
	margin: 5px;
	padding: 3px;
	float: left;
}
/******************************************/