/*
Copyright: Olvaron web design, http://olvaron.com
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by-nc/2.5/
*/

body {
  text-align: center;
  background: #ffffff; /*url('bodybg.jpg') top center repeat-y repeat-x;*/
  margin-top:0px;
  margin-bottom:0px;
  color: #000000;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 770px;
  text-align: left;
  background: #FFFFFF url('bodybg.jpg') top left repeat;
  border: 1px solid #018843;
}

#page_header {
  text-align: center;
  height: 220px;
  background: #FBFAF5 url('header4.jpg') top right no-repeat;
  clear: both;
}

#page_header h1 {
  padding-top:20px; 
  padding-right:25px;
  margin:0px;
  text-align:right;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  color: #446433;  /* this is the lighter green #7ca231;*/
  line-height:18px;
  letter-spacing:-1px;
  z-index; 2;
}

#page_header h2 {
  margin:0px;
  text-align:right;
  padding-right:25px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #446433;  /* this is the lighter green #7ca231;*/
  line-height:18px;
  z-index: 2;
}


#content_wrapper {
  background: transparent; /*#FFFFFF url('bodybg.jpg') top left repeat;*/
  margin-top:10px;
  margin-bottom:0px;
  margin-left:15px;
  margin-right:15px;
  clear:both;
}

#right_side {
  margin-top:5px;
  float: left;
  width:160px;
  border:0px dashed #cccccc;
}

#right_side h3 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: arial, verdana, sans-serif;
  font-size: 14px;
  color: #000000;  /*old brown #a66e48;*/
  padding:4px;
  border: 1px solid #c3c3ab;
  background-color:#dbe5c3;
}

#right_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
  color: #404040;  /* old gray #666666;*/
  line-height: 16px;
  padding-left:4px;
}

#left_side {
  float: right;
  width:540px;
  border:0px dashed #cccccc;
}

#left_side h1 {
  margin_top: 5px;
  margin_bottom: 10px;
  font-family: "Times New Roman", arial, verdana, sans-serif;
  font-size: 20px;
  color: #446433; /* this is the lighter green #7ca231;*/
  padding:4px;
  border-bottom: 0px solid #446433;
  clear:both;
}

#left_side h2 {
  margin-top:0px;
  margin-bottom:10px;
  font-family: "Times New Roman", arial, verdana, sans-serif;
  font-size: 18px;
  color: #446433;  / this is the lighter green *#7ca231;*/
  padding:4px;
  border-bottom: 1px solid #446433;
  clear:both;
}

#left_side p {
  margin-top:0px;
  margin-bottom:15px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height: 18px;
  padding-left:4px;
}
#left_side ul {
  list-style: square;
  margin:5px 0 0 0px;
  padding: 0; 
}

#left_side li { 
  padding-left: 3px;
  list-style-position: inside;
  background-position: 0 7px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  line-height:18px;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

#feature_box {
  width: 230px;
  background-color: #F6FCEC;
  border:1px solid #AAE5A4;
  padding:5px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:5px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-family: arial, verdana, sans-serif;
  font-size: 12px;
  color: #779E28;
}

#feature_box p {
  font-family: arial, verdana, sans-serif;
  font-size: 10px;
  color: #555555;
  line-height: 12px;
}

#page_footer {
  height: 90px;
  background-color: #dbe5c3;
  padding-right: 15px;
  clear: both;
}

#page_footer p {
  padding-top:15px;
  text-align: right;
  font-family: arial, verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #a66e48;
  letter-spacing:1px;
}

#smalltext {
  font-family: arial, verdana, sans-serif;
  padding-top: 10px;
  font-size: 11px;
  padding-bottom: 10px;
}

#spacer {
  height:20px;
  clear:both;
}

.spacer {
  height:20px;
  clear:both;
}

.arrow_list { 
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
} 

.arrow_list ul {
  list-style:none; 
  margin:5px 0 0 0px;
  padding: 0;
}

.arrow_list li { 
  padding-left: 5px;
  background-image: url(arrow.gif);
  list-style-position:outside;
  background-repeat: no-repeat;
  background-position: 0 7px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height:18px;
}

.arrow_list li li {
  padding-left: 15px;
  background-image: url(arrow.gif);
  list-style-position:outside;
  background-repeat: no-repeat;
  background-position: 0 7px;
}

.thumbnail {
  float: left;
  width: 150px;
  border: 1px solid #999;
  margin: 0 15px 15px 0;
  padding: 5px;
}

.thumbright {
  float: right;
  margin: 0 0 10px 10px;
  clear: right;
}
.clearboth { clear: both; }

a:link, a:visited, a:active {
	color: #008000; font-weight: bold; text-decoration: none;
}

A:hover {
	color: #008000; font-weight: bold; text-decoration: underline;
}

.calendar { border-collapse: collapse; 
		border-color: <?php echo $clrset['cal_border']; ?>;
		float: left;
		margin-top: 1px;
		margin-left: 1px;
	}
	.calendar td {
		color: <?php echo $clrset['cal_text']; ?>;
		text-align: center;
		border-color: <?php echo $clrset['cal_border']; ?>;
		height: 85px;
                width: 73px;
	}
	.calendar a { color: <?php echo $clrset['cal_link']; ?>; }
	.calendar-header { text-align: center }
	.actionlist { 
		color: <?php echo $clrset['cal_text']; ?>;
		/*float: right; */
		height: 160px; 
		width: 400px; 
		overflow: auto;
		border: 1px solid <?php echo $clrset['alist_border']; ?>;
	}
		
	.actionlist_table { width: 375px; margin: 5px; }
	.actionlist_action { color: <?php echo $clrset['act_date']; ?>; }
	.actionlist a { color: <?php echo $clrset['alist_link']; ?>; }
	.actionlist td { border-bottom: 1px solid <?php echo $clrset['alist_separ']; ?>; }
	.actionlist_date { padding-right: 4px; }
	.actionlist_type { font-size: 9px; }
	.action_details {
		color: <?php echo $clrset['cal_text']; ?>;
		float: left;
		clear: both;
		margin-top: 10px;
		width: 500px;
		height: 300px;
		border: 1px solid <?php echo $clrset['det_border']; ?>;
		/*overflow: auto;*/
	}
	.detail_actionname { 
		font-size: 14px; 
		font-weight: bold; 
		text-decoration: underline; 
		color: <?php echo $clrset['act_name']; ?>; 
	}
	.detail_typeofaction { 
		font-size: 10px; 
		color: <?php echo $clrset['act_type']; ?>; 
	}
	.detail_description { 
		color: <?php echo $clrset['act_desc']; ?>;
		width: 450px; 
	}
	.detail_termin { color: <?php echo $clrset['act_date']; ?>; }

#dhtmlfloatie{
position: absolute;
right: 25px;
top: 295px;
filter:alpha(opacity=0);
-moz-opacity:0;
border: 2px solid black;
padding: 5px;
z-index: 100;
}

#fade1 {
z-index : 100;
}

/*BEGIN GALLERY STYLES */

.gallerycontent{
width: 265px;
height: 350px;
margin-top: 36px;
float: right;
border: 1px solid black;
background: #FFFFFF url('bodybg.jpg') top left repeat;
padding: 3px;
display: block;
}

.gallerycontent p{
  clear: both;
  font-family: arial, verdana, sans-serif;
  /*padding-top: 10px;*/
  font-size: 11px;
  padding-bottom: 10px;
}

?8END GALLERY STYLES */

/* BEGIN ANOTHER IMAGE GALLERY STYLES */

hr {
	border-style: none;
 	height: 1px;
	background-color: silver;
	color: silver;
}
#pagenumbers {
	text-align: center;
	margin: 0px 1em 0px 1em;
}
#pagenumbers a:link, #pagenumbers a:visited, #pagenumbers a:hover {
	color: #000000;
	text-decoration: none;
}
#pictures {
	text-align: center;
}
#pictures img {
	border: none;
}
#pictures a:link, #pictures a:visited, #pictures a:hover {
	color: #000000;
	text-decoration: none;
}
#picturelink {
	margin: 1em;        
	float: left;
}
#picturelink img {
	border: none;
}
#filename {
        font-family: arial, verdana, sans-serif;
	text-align: center;
        font-size: 11px;
        font-weight: normal;
}
#directories { }


/*END ANOTHER IMAGE GALLERY STYLES*/

/*BOOKMARKS STYLES */

.BMmain { width: 90%; }
.BMheader  {
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}
.BMlink  {
	width: 20%;
	vertical-align: top;
	text-align: left;
}
.BMlink img {
	border: none;
}

/* END BOOKMARKS STYLES*/

