body {
text-align: center; /*voor IE*/
font-family: "Verdana"; font-size:12px;
background-color:#4F7D32;
}
A:link { color:#000000}
A:visited {  color:#000000}
A:active {text-decoration: none; color:#000000}
A:hover { color: red;}

ul li
{
list-style-type:square;
margin-left:20px;
}

ol li
{
list-style-type:decimal;
margin-left:20px;
}

/*stemmen*/
td.toprow{
border-bottom:1px #000000 solid;
}

td.spacer{
vertical-align:bottom;
height:15px;
font-weight:bold;
background-color:#CCCCCC;
}

td.number{
border-bottom:1px #333333 solid;
border-right:1px #CCCCCC solid;
background-image:url(images/edit.gif);
background-repeat:no-repeat;}

.style1 {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;}

td.stemmen{
text-align:center;}

td.item{
border-bottom:1px #333333 solid;
border-right:#CCCCCC 1px  solid;}

td.number:hover{
background-color:#FFFF66;
}
/* Einde Stemmen */


#container {
width: 1000px;
text-align: left; /*voor IE */
background-image:url(http://www.kampeerclub.nl/jeugdsectie/images/background.gif);
background-color:#FFFFFF;
background-repeat:repeat-y;
overflow: hidden;
margin: 0 auto;

}
#left {
width:182px;
color:#000;
float:left;
margin-top:5px;
}
#main {
color:#000;
padding-right:5px;
overflow: hidden;

}
#header {
font:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
height:179px;
background-image:url(../images/kop100jaar.png);
text-align:left;
padding-left:182px;
}
#printheader {
	display:none;
}

#broodkruimels {
padding-top:154px;

}

#counter {
position:absolute; 
bottom:0px; 
left:10px;
}
	
p{
margin-top:10px;
margin-bottom:2px;
padding:0px;
}	




	
div.print {
	float:right;
}

    
	  
BIG   { font-size:big; }
H1    { font-size:16px; font-style:bold; padding:0px; margin-top:3px; margin-bottom:5px;}
H2    { font-size:14px; font-style:bold; padding:0px; margin:0px; margin-bottom:2px; margin-top:10px;}
H3    { font-size:12px; font-style:italic; padding:0px; margin:0px; margin-bottom:2px; margin-top:10px;}  

hr {margin-bottom:5px; margin-top:5px;}

.verborgen
{
display:none;
}
/* FORUM STYLES*/
table.topic {
	border-collapse:collapse;
}
tr.topic{
	height:25px;
	line-height:25px;
	vertical-align:middle;
}
#rowcolor1 {
	background-color:#FFF;
}
#rowcolor2 {
	background-color:#D6DECE;
}
#rowcolor1:hover,#rowcolor2:hover {
	background-color:#6C6;
	cursor:pointer;
}
#reactiecolor1 {
	background-color:#FFF;
	border-bottom:1px solid #D6DECE;
	border-left:1px solid #D6DECE;
	border-right:1px solid #D6DECE;
}
#reactiecolor2 {
	background-color:#D6DECE;
}
tr.reactiehead{
	font-weight:bold;
	background-color:#4F7D32;
	color:#FFF;
	height:20px;
	line-height:20px;
	vertical-align:middle;
}
td.reactie{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
tr.topichead{
	height:25px;
	line-height:25px;
	vertical-align:middle;
	font-weight:bold;
	background-color:#4F7D32;
	color:#FFF;
}
a.topic,a.topic:hover {
	text-decoration:none;
	color:#000;
}
input.topic,textarea.topic,select.topic,submit.topic {
	width:500px;
	border:1px solid #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding:2px;
}
fieldset.quote{
	background-color:#9C9;
	font-size:9px;
	font-style:italic;
	border:1px solid #4F7D32;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
}
legend.quote{
	font-style:normal;
	background-color:#4F7D32;
	padding:2px 10px 2px 10px;
	border:1px solid #4F7D32;
	color:#FFF;

}
div.fotokader {
	float:left;
	border:2px solid #4F7D32;
	margin:10px;
	padding:10px;
	cursor:pointer;
}
div.fotokader:hover {
	border:2px solid #EE6014;
}

/* MENU */

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 177px; /*width of menu*/
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
  background-image:url(http://www.kampeerclub.nl/leden/images/bg_menu_main_new.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 5px 0;
	padding-left: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	text-decoration: none;
	font-size:11px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #000;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
  background-image:url(http://www.kampeerclub.nl/leden/images/bg_menu_main_new_hover.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #D3DFCB;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
  background-image:url(http://www.kampeerclub.nl/leden/images/bg_menu_sub_new.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	color: #000;
  padding-left: 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	list-style-type: none;
	margin-left:0px;
}

.glossymenu div.submenu ul li:hover{
  background-image:url(http://www.kampeerclub.nl/leden/images/bg_menu_sub_new_hover.jpg);
}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
colorz: #D3DFCB;
	color:red;
}
fieldset.evenement { border:1px solid green; padding:10px; }

legend.evenement {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }
ul.evenement {
	padding-left:20px;
}


