/* CSS Document */
body {
	background-color:#DFF3D7;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:0.74em;
    color:#333333;
    line-height:20px;
    cursor:default;
    margin:0;
    background-image: url("main.jpg");
    background-position:center;
    background-repeat:repeat-y;
}
#container {
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}
#header {
	width:700px;
	background-color:#3F4A3E;
	height:258px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
}
#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;
}
#main_menu {
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#CCCCCC;
	text-align:right;
	color:#FFFFFF;
	background-image: url("menubg.jpg");
	margin-bottom:10px;
}
#main_menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px !important;
	padding-top:13px;
	padding-bottom:11px;
	margin-left:1px !important;
	margin-left:1px;
}
#main_menu a:hover {
	background-color:#3F4A3E;
	background-image: url("link.jpg");
}
#main_menu a:active {
	background-color:#3F4A3E;
	background-image: url("link.jpg");
}
.leaves {
	border-right:2px solid #ffffff;
	float:left;
}
#sidebar {
	width:150px;
	border:1px solid #cccccc;
	padding:5px;
	float:left;
	clear:left;
	background-image: url("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:170px;
	width:500px;
	padding:10px;
	border: 0px solid #cccccc;
	background-position:top left;
	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;
}
img {
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}
.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
h1,h2,h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#000000;
	border-bottom:2px solid #cccccc;
	background-image: url("header.gif");
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}
.comment {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image:url(article.jpg);
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
a {
	color:#9ACC53;
	text-decoration:none;
}
a:hover {
	border-bottom:1px dotted #000000;
}
blockquote {
    border-right: #00858a 1px dashed;
    padding-right: 16px;
    border-top: #00858a 1px dashed;
    padding-left: 16px;
    background: #EBEBEB;
    padding-bottom: 16px;
    margin: 0px 0px 16px;
    border-left: #00858a 1px dashed;
    padding-top: 16px;
    border-bottom: #00858a 1px dashed;
}
blockquote h2 {
        color: #00858a;
}
blockquote p {
        margin: 0px;
}
/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
/*QUOTE voor forum*/
.forum {
    border-right: #00858a 1px dashed;
    border-top: #00858a 1px dashed;
    padding-left: 4px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    border-left: #00858a 1px dashed;
    border-bottom: #00858a 1px dashed;
    font-style: italic;
}
/*highlight kleur zoeken*/
.highlight {
        BACKGROUND: #D0C1A2;
}
/*progress upload*/
div#subbut {
        width: 160px;
	    border: 0px;
	    display: inline;
}
div#subbutton {
        width: 160px;
	    border: 0px;
	    display: inline;
}
/*formulieren en bewerk boxen admin*/
.formulier_select {
        FONT-SIZE: 11px;
        LETTER-SPACING: 0.06em;
}
.formulier_attach {
        height: 20px;
        width: 243px;
        border: 1px solid #fff;
        font-size:11px;
        color: #306;
        background-color: #fff;
        border: 1px solid #306;
}
.formulier_input {
        height: 15px;
        border: 1px solid #fff;
        font-size:11px;
        color: #306;
        background-color: #fff;
        border: 1px solid #306;
}
.formulier_button {
        border: 1px solid #fff;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-size:12px;
        color: #fff;
        background-color: #3F4A3E;
        border: 1px solid #306;
}
.formulier_area {
        border: 1px solid #fff;
        font-size:11px;
        color: #306;
        background-color: #fff;
        border: 1px solid #306;
        overflow: auto;
}
/*zoekbar*/
.input {
        border: 1px solid #fff;
        font-size:11px;
        color: #306;
        background-color: #fff;
        border: 1px solid #306;
        MARGIN: 0px 0px 5px;
}
.selectmenu {
	   font-size: 11px;
	   letter-spacing: 0.06em
}
.suggestion_list {
	background: white;
	border: 1px solid;
	padding: 4px;
	width: 86px;
	overflow: hidden;
}
.suggestion_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.suggestion_list a {
	text-decoration: none;
	color: navy;
}
.suggestion_list a:hover {
	text-decoration: none;
	color: #fff;
	background: navy;
}
.suggestion_list .selected {
	background: navy;
	color: white;
}
.suggestion_list .selected a {
	color: white;
}
#autosuggest {
	display: none;
}
/*zoekbar*/
#zoekbar {
        margin-top: 10px;
}
#nieuwsbrief {
        margin-top: 10px;
}
/*poll result kleuren*/
#poll, table, td {
}
.pollbarwidht {
        width: 150px;
}
.pollbarback {
        background-color:#EAE1D1;
}
.pollbarcolor {
        background-color:#008080;
}
/*tooltips admin*/
#dhtmltooltip {
        position: absolute;
        font: 11px/20px arial, helvetica, sans-serif;
        left: -300px;
        width: 150px;
        border: 1px solid black;
        padding: 2px;
        background-color: #ffffcc;
        visibility: hidden;
        z-index: 100;
        /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
        filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,);
}
/*tooltips admin*/
#dhtmlpointer {
        position:absolute;
        left: -300px;
        z-index: 101;
        visibility: hidden;
}
.albumtooltiph {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#FFFFFF;
       width: 160px;
       opacity: .75;
	   filter: alpha(opacity=75);
}
.albumtooltipb {
       padding:3px;
	   font-weight:bold;
	   font-size: 11px;
	   color: #4B7A98;
	   border:1px solid #A5CFE9;
	   background:#DFF3D7;
       width: 160px;
       opacity: .75;
	   filter: alpha(opacity=75);
}
.kalendertiph {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#F6F3EC;
       width: 120px;
       opacity: .75;
	   filter: alpha(opacity=75);
}
.kalendertipb {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#F6F3EC;
       width: 120px;
       opacity: .75;
	   filter: alpha(opacity=75);
}
.feedbacktiph {
       padding:3px;
	   font-weight:bold;
	   font-size: 11px;
	   color: #4B7A98;
	   border:1px solid #A5CFE9;
	   background:#DFF3D7;
       width: 350px;
       opacity: .85;
	   filter: alpha(opacity=85);
}
.feedbacktipb {
       padding:3px;
	   font-size: 11px;
	   color: #1B4966;
	   border:1px solid #A5CFE9;
	   background:#FFFFFF;
       width: 350px;
       opacity: .85;
	   filter: alpha(opacity=85);
}
/* feedback */
.posthidden {
	 	display:none
}
.postshown {
		display:inline
}
/* blogcss */
.blogheading,
.blogpagetitle,
a.blogpagetitle:link,
a.blogpagetitle:active,
a.blogpagetitle:visited {
	    font-family: Arial, Helvetica, sans-serif;
	    font-size:16px;
	    color:#3973AC;
	    font-weight: bold;
	    padding-top: 25px;
	    background-color:inherit;
	    display:block;
}
.blogcreatedate {
	    color:#4A87C4;
	    font-size:10px;
	    padding: 0 0 15px 0;
	    line-height:8px;
	    background-color:inherit;
}
.blogmodifydate {
	    color:#999999;
	    font-size:10px;
	    padding: 0;
	    background-color:inherit;
}
/* CSS Kalender */
.cellbg {
         background-color: #FFFFFF
}
.cellover {
         background-color: #DDD1B9;
         cursor: pointer;}
.celltoday {
         background-color: #000080
}
.cellevent {
         background-color: #D7E1F5
}
.normaltext {
         color: #000000;
         font-weight: normal;
         font-size: 10px;
}
.eventtitle {
        color: #000080;
        font-weight: normal;
        font-size: 10px;
        font-weight: bold;
}
.eventheading {
        color: #000080;
        font-weight: normal;
        font-size: 14px;
        font-weight: bold;
}
.regheading {
        color: #000000;
        font-weight: normal;
        font-size: 13px;
}
.kalendertable {
        border-color: Navy;
        font-size: 16px;
}
.kalenderdatum {
        background-color: #F6F3EC;
        padding:2px;
        margin:0;
        width:200px;
        height:140px;
}
.kalendermaand td {
        background-color: #F6F3EC;
        padding:2px;
        margin:0;
        width:200px;
}
.kalenderweek tr {
        height: 30px;
        cursor: pointer;
}
