/* CSS Document */



body {

	/* OUDE ACHTERGROND background-color:#5292C6; */
		background-color:#5292C6;
		background-color:#5292C6;
		background-color:#babbbd;

	font-family:verdana;

	font-size:11px;

	color:#333333;

	line-height:20px;

	cursor:default;

	margin:0;

	/*background-image: url("images/backgrounds/main.jpg");*/

	background-position:center;

	background-repeat:repeat-y;

}



#container {
	width:900px;

	padding:5px;

	background-color:#FFFFFF;

	margin:0 auto 0 auto;

}

#header {
	width:900px;
	background-color:#ffffff;
	/*background-image:url(images/header_bg_11.jpg);
	background:url(testimages/waterfall4.gif);*/
	height:230px;
	color:#999999;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	line-height:0px;
}

#header p {

	padding:5px;

	margin:0;

	margin-left:340px;

	margin-right:10px;

	text-indent:5px;

}

#header h1 {

	color:#FFFFFF;

	font-family:"Trebuchet MS", Arial, Verdana;

	font-size:300%;

	font-weight:bold;

	padding:0;

	padding-top:75px;

	padding-left:340px;

	padding-bottom:25px;

	margin:0;

	border-bottom:2px solid #ffffff;

	background-image:none;

}

#navbar {
	width:900px;
	background-color: #5e8ce9;
   margin: 0;
   padding: 0;
   margin-top:-10px;
   margin-bottom:16px;
   height: 28px; }
   
   #navbar .aactive {
    background-color: #FFFFFF;
	color:#666;}
	
#navbar li {
   list-style: none;
   background-color: #69f;
   float: left; }
#navbar li a {
   display: block;
   padding: 3px 8px;
   background-color: #5e8ce9;
   color: #fff;
   text-decoration: none; }
#navbar li ul {
   display: none; 
   width: 10em; /* Width to help Opera out */
   width:210px;
   background-color: #69f;}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   color: #fff;
   position: absolute;
   margin: 0;
   padding: 0; }
#navbar li:hover li, #navbar li.hover li {
   float: none;
   }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #69f;
   border-bottom: 1px solid #fff;
   color: #000; }
#navbar li li a:hover {
   background-color: #8db3ff;
   color: #fff;}


/* Links within each list item will appear with a brownish color text. Because we haven't defined any text decoration, the default is underlined. */

.pages li a {
color: #625412;
}

/* When the mouse hovers over a link, it will appear with brownish yellow text. Any links with a class of active will also appear the same way. */

.page li a.active, .pages li a:hover {
color: #95810A;
}


.leaves {

	border-right:2px solid #ffffff;

	float:left;

}

#sidebar {

	width:150px;

	border:1px solid #cccccc;

	padding:5px;

	float:left;

	clear:left;

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

}
#sidebar h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border:none;
	background-image:none;
}

.article {

	margin-left:0px;

	padding:10px;

	border: 1px solid #cccccc;

	background-image: url("images/backgrounds/articlenormal.jpg");

	background-position:top left;

	/*background-repeat:no-repeat;*/

	margin-bottom:10px;

}

/*.article:hover {

	background-image: url("images/backgrounds/article.jpg");

	background-position:bottom right;

	background-repeat:repeat-x;

	margin-bottom:10px;

}*/

.article p {

	margin:10px;

}

.article_info {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	color:#666666;

	letter-spacing:2px;

	font-variant:small-caps;

	text-transform:lowercase;

}

.article_info a {

	font-weight:bold;

	text-decoration:none;

	color:#000000;

}

h1,h2,h3 {
	font-family:verdana;
	font-size:14px;
	letter-spacing:0px;
	color:#000000;
	border-bottom:2px solid #cccccc;
	/*background-image: url("images/backgrounds/headers.jpg");*/
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;

}

.comment {
	margin-left:0px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(images/backgrounds/article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
a {
	color:#5294f4;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #000000;
}

