@charset "utf-8";

/* Deze stylesheet bevat enkel kleuren en font instellingen */

/* Links */
a{ 
	color: #B9E5BD; 
	text-decoration: none;
} 

a {
	color: #06A;
	text-decoration: none;
}

a:hover {
	color: #036;
}

h1 {font: normal 1.8em Segoe UI, Tahoma, Geneva, sans-serif;}
h2 {font: normal 1.5em Segoe UI, Tahoma, Geneva, sans-serif;}
h3 {font: bold 1em Segoe UI, Tahoma, Geneva, sans-serif;}

/* Standard tags  */
body {
	background: #404040 url('/images/body.jpg');
	font-family: Segoe UI, Tahoma, Geneva, sans-serif;
	color: #345;
	font-size:12px;
}


/* DIV layout kleur en font instellingen */

/* Header */
.header_top {
	background: #A3B5C1 url('/images/footer_top.gif') no-repeat left top;
}

.header_body {
	background: #A3B5C1 url('/images/header_body.gif') repeat-x left top;
}

.header_bottom {
	background: #A3B5C1 url('/images/footer_bottom.gif') no-repeat left top;
}

.header_text {
	font: bold 2em Segoe UI, Tahoma, Geneva, sans-serif;
}

.header_img {
	border-style:hidden;
}

/* Footer */
.footer_top {
	background: #A3B5C1 url('/images/footer_top.gif') no-repeat left top;
}

.footer_body {
	background-color: #A3B5C1;
}

.footer_bottom {
	background: #A3B5C1 url('/images/footer_bottom.gif') no-repeat left top;
}



#pagecontent {  /* De achtergrondkleur komt uit de 'post' css */
	
}

#pageleft {  /* De achtergrondkleur komt uit de 'box' css */

}	

#layoutcontainer {
	background: #FFF;
}


/* Menu layout */
.box_title {
	background: #C6D2DB url('/images/box/title.gif') no-repeat left top;
	padding: 6px 10px 5px;
	font-weight: bold;
	font-size: 0.9em;
	color: #505E69;
}
.box_body {
	background: #DAE3E9 url('/images/box/body.gif') repeat-x left top;
	padding: 8px 10px 1px;
	font-size: 0.9em;
}
.box_bottom {
	background: url('/images/box/bottom.gif') no-repeat left top;
	display: block;
	height: 5px;
	font-size: 0;
	line-height: 0;
}

/* Menu items */
.box ul a {
	text-decoration: none;
}

.box ul a:hover {
	text-decoration: underline;
}

/* Content pagina */
.post {
	color: #444;
}
.post_title {
	background: #E8E8E8 url('/images/post/title.gif') no-repeat left top;
}

.post_title h1 {
	font: bold 0.9em Verdana,sans-serif;
}

.post_title h1 a {
	color: #444;
}

.post_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}

.post_body {
	background: #F5F5F5 url('/images/post/body.gif') repeat-x left top;
}

.post_body img {
	border: 1px solid #CCC;
	background: #FFF;
}

.post_bottom {
	background: url('/images/post/bottom.gif') no-repeat left top;
	font-size: 0;
}

/* latest pagina */
.latestphoto {
	color: #444;
}

.latestphoto_title {
	background: #E8E8E8 url('/images/latest/title.gif') no-repeat left top;
}

.latestphoto_title h1 {
	font: bold 0.9em Verdana,sans-serif;
}

.latestphoto_title h1 a {
	color: #444;
}

.latestphoto_title h1 a:hover {
	color: #469;
	text-decoration: underline;
}

.latestphoto_body {
	background: #F5F5F5 url('/images/latest/body.gif') repeat-x left top;
}

.latestphoto_body img {
	border: 1px solid #CCC;
	background: #ffffff;
}

.latestphoto_bottom {
	background: url('/images/latest/bottom.gif') no-repeat left top;
	font-size: 0;
}
