body {
	background-image:url('img/backgroundimage.png');
	background-repeat:repeat;
}

html, body {

	font-family: "Eras Medium ITC", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	/*background-color: #eae9fe;*/
	
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	
	text-align: center; /*Zorgt ervoor dat layout gecentreerd wordt*/
}

img {
	border: none;
	background-repeat: no-repeat;
}

a {
	color: #02325E;
}

a:hover {
	color: #2B679E;
}

div.site_container {
	
	width: 920px;
	
	text-align: left;
	
	background-image: url('img/website_background.png');
	background-position: center;
	background-repeat: repeat-y;
	
	/*background-color: #E4E9ED;*/

	padding: 0px;
	margin: 0px auto; /*Zorgt ervoor dat layout gecentreerd wordt*/
	position: relative;
}

div.new_photo{
	margin-bottom: 10px;
	text-align:center;
	margin-top: 10px;
}

a.new_photo{
	color: #FFEA00;
	text-decoration:blink;
	font-weight: bold;
	font-size: 16px;
}

div.header_container {

}

div.header1 {
	height: 170px;

	background-image: url('img/header.gif');
	background-position: center;
	background-repeat: no-repeat;
	
	clear: both;
	
	/*border-bottom: 4px solid #FFFFFF;*/
}

div.time {
	height: 13px;
	
	background-color: #555555;
	
	color: #FFFFFF;
	font-size: 9px;
	text-align: right;
	
	padding-right: 4px;
	border-bottom: 4px solid #FFFFFF;
}

div.left_container {

	width: 200px;
	
	background-color: #2B679E;
	
	float: left;
}

div.middle_container {
	width: auto;/*695px;*/
	height: auto;
	background-color: #E4E9ED;
	margin: 0px 15px 0px 210px;
/*	float: left;*/
}

div.footer_container {

	clear: both;
	
	height: 24px;
	
	background-color: #2B679E;
	
	padding-left: 200px;
	
	color: #FFEA00;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	
	/*border-top: 4px solid #FFFFFF;*/
}

div.title {
	height: 32px;
	
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	color: #2B679E;
	
	border-bottom: solid 4px #FFEA00;
	/*border-right: solid 1px #0000ff;*/
	
	margin-top: 4px;	
	margin-bottom: 4px;
}

div.tekst {
	vertical-align: text-top;
	
	text-align: justify;
	
	font-size: 12px;

	min-height: 300px;
	
	padding-right: 15px;
	
	margin-bottom: 10px;
}

div.baar {
	background-color: #2B679E;
	padding: 0px;
	height: 16px;
	color: #FFEA00;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 5px;
	border: 1px solid #02325E;
	margin-bottom: 2px;
	vertical-align: middle;
}

div.datum {
	text-align: right;
/*	width: 770px;*/
}

.bold {
	font-weight: bold;
	color: #2B679E;
}

.boldg {
	font-weight: bold;
	color: #666666;
}

.titel {

	font-size: 18px;
	color: #2B679E;
	font-weight: bold;
	text-decoration: none;
}

.form {

	background-color: #FFFFFF;
	border-bottom: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
	border-top: 1px solid #0000ff;
}

.kalender {

	border: solid #02325E 1px;
	background-color: #B6C8D9;
	color: #02325E;
	font-weight: bold; 
}

.kalenderToday {
	
	border: solid #0000ff 1px;
	background-color: #c8c7e2;
	color: #0000ff;
	font-weight: bold; 
}

table.overzicht {

	color: #02325E;
	width: 100%;
}

table.overzicht td.header {

	border: solid #02325E 1px;
	background-color: #B6C8D9;
	font-weight: bold;
	padding: 4px;
	height: 30px;
}

table.overzicht td.dark {

	border: solid #02325E 1px;
	background-color: #B6C8D9;
	padding: 4px;
}

table.overzicht td.light {
	
	border: solid #02325E 1px;
	background-color: #E4E9ED;
	padding: 4px;
}

table.overzicht td.selected {
	
	border: solid #0000ff 1px;
	background-color: #FFEA00;
	padding: 4px;
}

table.overzicht td.big {
	
	font-size: 16px;
}

table.overzicht td.yellow {
	
	border: solid #0000ff 1px;
	background-color: #ffff00;
	padding: 4px;
}


/* Dropdown menu: ddm = Drop Down Menu */
.ddm {
    font-size: 15px;
	/*text-transform: uppercase;*/
	background-color: #2B679E;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Menu items */
.ddm .item1,
.ddm .item1:hover,
.ddm .item1-active,
.ddm .item1-active:hover {
    /*padding: 3px 8px 4px 8px;*/
	margin: 0px 0px 10px 0px;
	padding-top: 6px;
	height: 24px;
    text-decoration: none;
    display: block;
    position: relative;
	font-weight: bold;
	vertical-align: middle;
}
.ddm .item1 {
	color: #02325E;
	/*background-color: #9f99cc;*/
	background-image:url('img/menuitem.png');
	PADDING-LEFT: 5px;


}
.ddm .item1:hover,
.ddm .item1-active,
.ddm .item1-active:hover {
	color:#02325E;
  	/*background-color: #050066;*/
	background-image:url('img/menuitemhover.png');
	PADDING-LEFT: 5px;

}

.ddm .dark1,
.ddm .dark1:hover,
.ddm .dark1-active,
.ddm .dark1-active:hover {
    /*padding: 3px 8px 4px 8px;*/
	margin: 0px 0px 10px 0px;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm .dark1 {
	/*background-color: #0000ff;*/
	color:#02325E; 
	PADDING-LEFT: 5px;

}

.ddm .dark1:hover,
.ddm .dark1-active,
.ddm .dark1-active:hover {
	color: #02325E;
	background-image:url('img/menuitemhover.png');
	PADDING-LEFT: 5px;

}

/* Sub menu's */
.ddm .item2,
.ddm .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;


}

.ddm .item2 {
    COLOR: #02325E;
 	BACKGROUND-COLOR: #B6C8D9;


}

.ddm .item2:hover {
    BACKGROUND-COLOR: #B6C8D9;
	font-weight: bold;

}

.ddm .section {
    border: 1px #02325E;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
	width: 150px;


}





div#container {
	width: 730px;
	margin:0 auto;
	border: 1px solid #bac5d6;
	padding: 15px;
	background: #f2f4f7;
}

div#errors {
	width: 730px;
	margin:0 auto;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}

div.footer_image {
	position: relative;
	background-image: url('img/footer_dog.png');
	width: 127px;
	height: 163px;
	left: 592px;
	top: -153px;
}

div.left_container_logo {
	background-image: url('img/Logo.png');
	margin: 10px;
	background-repeat:no-repeat;
	padding: 10px;
	width: 200px;
	height: 200px;
}
