* {
	margin: 0;
	outline: none;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: url(images/achtergrond.jpg) center top no-repeat fixed #000;
	color: #454545;
	font: 11px/16px Verdana;
}

.clearBoth { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

#hoofdContainer {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 990px;
	margin: 0 auto;
}

#linkerKolom {
	width: 165px;
	float: left;
}

#middenKolom {
	width: 660px;
	margin-left: 165px;
	margin-right: 165px;
}

#rechterKolom {
	width: 165px;
	float: right;
}

/* */
/* HEADER */
/* */

#header {
	width: 990px;
	height: 135px;
	background: url(images/achtergrond_header.jpg) 0 top no-repeat #000;
	position: relative;
}

h1#logo {
	position: absolute;
	left: 195px;
	top: 2px;
	width: 460px;
	height: 127px;
}

h1#logo a {
	display: block;
	width: 460px;
	height: 127px;
	text-indent: -9999px;
	background: url(images/logo.jpg) left top no-repeat #000;
}

h1#scouting_rijen {
	position: absolute;
	left: 659px;
	top: 20px;
	width: 136px;
	height: 44px;
}

h1#scouting_rijen a {
	display: block;
	width: 136px;
	height: 44px;
	text-indent: -9999px;
	background: transparent;
}

h1.webcam {
	position: absolute;
	left: 682px;
	top: 84px;
	width: 88px;
	height: 35px;
	text-indent: -9999px;
	background: url(images/webcam_offline.jpg) left top no-repeat #000;;
}

h1.webcam#online {
	background-image: url(images/webcam_online.jpg);
}

h1.webcam a {
	display: block;
	width: 88px;
	height: 35px;
	background: transparent;
}

/* */
/* RIGHT COLUMN MESSAGES */
/* */
	
.bericht {
	margin: 10px 0 15px 15px;
	width: 150px;
	color: #FFE;
}

.bericht a {
	color: #FFE;
	text-decoration: underline;
}

.bericht a:hover {
	background: #FFE;
	color: #000;
}

/* */
/* LEFT COLUMN THUMBS */
/* */

.randomThumb {
	margin: 10px 15px 15px 0;
	width: 180px;
	color: #FFE;
	text-align: center;
}

.randomThumb a img {
	border: 1px solid #FFF;
}

.randomThumb a:hover img {
	border: 1px solid #5fa6dc;
}
	
/* */
/* MENUS */
/* */

#div-menu-top { 
	width: 640px;
	margin: 3px 10px 0 10px;
	border-bottom: 1px dotted #CCC;
	height: 26px;
	display: block;
}

#kruimelpad {
	width: 510px;
	float: left;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	color: #333;
	font-size: 11px;
	padding-left: 3px;
}

#kruimelpad a {
	text-decoration: underline;
	color: #000;
}

#kruimelpad a:hover {
	text-decoration: none;
	color: #FFF;
	background: #333;
}

#div-menu-talen {
	float: right;
	width: 100px;
}

#menu-talen {
	width: 100px;
}

#menu-talen li { 
	float: right;
	list-style: none;
	margin-left: 3px;
}

#menu-talen li a {
	background: transparent;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	height: 11px;
	line-height: 11px;
	width: 16px;
	text-align: center;
	display: block;
	vertical-align: middle;
}

#menu-talen li a img {
	width: 16px;
	height: 11px;
	vertical-align: middle;
	background: transparent;
	border: 0;
}

#menu-talen li a:hover,
#menu-talen li.active a {
	background: url(images/bg_menu_talen.jpg) center center no-repeat transparent;
}

#div-menu-0 {
	display: block;
	margin: 0 10px;
	width: 580px;
	height: 35px;
}

#menu-0 {
	width: 580px;
}

#menu-0 li { 
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
	position: relative; 
}

#menu-0 li a {
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial;
	font-size: 12px;
	background-image: none;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #3D8100;
	display: block;
}

#menu-0 li a:hover {
	background-color: #DEEBBD;
	color: #3D8100;
}

#menu-0 li.active a { 
	background-color: #3D8100;
	color: #FFF;
}

#menu-0 li#nav_home { width: 42px; }
#menu-0 li#nav_info { width: 67px; }
#menu-0 li#nav_jota { width: 34px; }
#menu-0 li#nav_joti { width: 30px; }
#menu-0 li#nav_logboek { width: 59px; }
#menu-0 li#nav_fotos { width: 43px; }
#menu-0 li#nav_maps { width: 40px; }
#menu-0 li#nav_webcam { width: 68px; }
#menu-0 li#nav_gastenboek { width: 78px; }
#menu-0 li#nav_contact { width: 53px; }


#menu-0 ul { 
	position: absolute; 
	z-index: 500; 
	list-style: none; 
	display: none; 
	background-color: #DEEBBD;
	padding: 0;
	top: 25px;
	left: 0;
	margin: 0;
} 

#menu-0 li.active ul li a,
#menu-0 li ul li a {
	background-color: #DEEBBD;
	color: #3D8100;
	text-align: left; 
	padding-left: 10px;
	width: 115px;
}

#menu-0 li.active ul li a:hover,
#menu-0 li ul li a:hover {
	background-color: #3D8100;
	color: #FFF;
}

#menu-0 li.active ul li.active a {
	background-color: #3D8100;
	color: #FFF;
}

#menu-0 ul li { 
	width: 125px; 
	background-color: transparent; 
	background-image: none; 
	text-align: left; 
	float: none; 
	position: static; 
	border: none; 
	margin: 0;
} 

#menu-0 li:hover ul { 
	display: block; 
} 

/* */
/* CONTENT */
/* */

#content {
	margin: 0 10px;
	padding: 10px 0 45px 0;
	border-top: 1px dotted #CCC;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Arial;
	font-weight: bold; 
	margin: 1px 0 5px 0;
	padding: 0 0 0 10px; 
}

#content h1 { 
	font-size: 22px;
	line-height: 32px;
	background-color: #5fa6dc;
	color: #FFF;
}

#content h2 { 
	font-size: 18px;
	line-height: 28px;
	background-color: #DBDBDB;
	color: #000;
}

#content h3 { 
	font-size: 16px;
	color: #000;
}

#content h4 { 
	font-size: 16px;
	line-height: 26px;
	background-color: #DBDBDB;
	color: #000;
}

#content h5 { 
	font-size: 14px;
	line-height: 24px;
	background-color: #5fa6dc;
	color: #FFF;
}

#content h6 { 
	font-size: 12px;
	line-height: 22px;
	background-color: #DBDBDB;
	color: #000;
}

#content h1 a,
#content h3 a,
#content h5 a,
#content h1 a:hover,
#content h3 a:hover,
#content h5 a:hover {
	color: #FFF;
	text-decoration: underline;
	background: transparent;
}

#content h2 a,
#content h4 a,
#content h6 a,
#content h2 a:hover,
#content h4 a:hover,
#content h6 a:hover {
	color: #000;
	text-decoration: underline;
	background: transparent;
}

#content p {
	text-align: justify;
	padding: 5px;
	margin: 5px 0;
}

#content ul {
	text-align: justify;
	padding: 5px 5px 5px 20px;
	margin: 5px 0;
}

#content a {
	text-decoration: underline;
	color: #5FA6DA;
}

#content a img{
	border:none;
}

#content a:hover {
	text-decoration: none;
	background: #5FA6DA;
	color: #FFF;
}

/* */
/* COPYRIGHT */
/* */

#copyright p a {
	text-decoration: underline;
	color: #5FA6DA;
}

#copyright {
	position: absolute;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	width: 550px;
	height: 35px;
	line-height: 35px;
	margin: 0 10px;
	border-top: 1px dotted #CCC;
}

#copyright a {
	text-decoration: underline;
	color: #5FA6DA;
}

/*
	CSS voor Module Contact
*/
.DynamicFormTextFieldContainer, .DynamicFormSelectContainer
{
	border: none;
	clear: both;
	padding: 2px;
}
.DynamicFormTextFieldContainer label, .DynamicFormSelectContainer label
{
	float: left;
	width: 90px;
}

.DynamicFormRadioContainer input
{
	margin-left: 90px;
}

.DynamicFormMain
{
	float: left;
	padding-right: 20px;
}

.DynamicFormSidebar *
{
	padding-top: 0px;
}
.DynamicFormSidebar p
{
	padding-bottom: 10px;
}


/*
	Einde CSS voor Module Contact
*/


/*
	CSS van ERIK:
*/

tr:hover.mouseover{
	background-color:#e6e7eb; 
}

.beheer_box{
	background-color: #FF6;  
	border:solid;
	border-width:1px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
} 
.melding_oke {
	font-weight: bold;
	color:#009900;
}
.melding_waarschuwing {
	font-weight: bold;
	color: #FF9933;
}
.melding_fout {
	font-weight: bold;
	color:#EA6C59;
}
INPUT.button{
	cursor:pointer; 
	background-repeat:no-repeat;
	padding-right:2px;
	text-align:left;
	margin-left:0px; 
	padding-left:20px;
}




/* CSS Update of mod_contact */
.DynamicFormLeftSidebar
{
	float: left;
	width: 150px;
}

/* CSS Update of mod_contact */
.DynamicFormLeftSidebar
{
	float: left;
	width: 150px;
}

/* CSS Update of mod_contact */
.DynamicFormLeftSidebar
{
	float: left;
	width: 150px;
}
