<!--

*{
	border: 0px;
	padding: 0px;
	font-family: "Georgia", sans-serif;
}

p.error{
	margin: 0px;	
	font-size: 10px;
	border: 1px solid black;
	width: 600px;
	display: none;
}
p.error span{
	color: red;
}

#content_left img{
	background-color: white;
	float: left;
	margin-right: 3px;
}

#content_left a{
	height: 22px;
	line-height: 22px;
	font-size: 12px; 
}

html{
	font-family: sans-serif;
	color: black;
	font-size: small;
	
	background-color: #cfc;
	
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 1px solid #006;
	padding: 0px 10px;
}

p{
	text-align: justify;
	font-family: sans-serif;
}

a{
	text-decoration: none;
	border: 0px;
}

hr{
	background-color: #fff;
	height: 2px;
}

input{
	background-color:white;
	border: 1px solid #090;
	margin: 1px;
}

#domainnavigation{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 20px;
}
#domainnavigation li{
	float: left;
	padding: 0px 10px 0px 0px;
}
#domainnavigation li a{
	color: #aaa;
	font-size: smaller;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

#domainnavigation li a:hover{
	color: #F6CD51;
}


#page_header{
	height: 200px;
	background-image: url('http://www.scoutingveghel.nl/header.png');
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #006;	
}

#navigatie{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-top: 1px solid #006;
	border-bottom: 1px solid #006;
	height: 20px;
}

#navigatie a{
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
	text-align: center;	
	color: #006;
	cursor: pointer;	
}

#navigatie a:hover{
	background: #F6CD51;
	padding: 0px 9px 0px 9px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#login{
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 330px;
	margin: -55px 0px 0px -165px;
	border: 1px solid black;
	background-color:  #F6CD51;
	color: #000;
	padding: 2px;
	height:	120px;
}

#login table{
	position: absolute;
	left: 2px;
	top: 22px;
}
#login td{
	background-color: #F6CD51;	
}

#login span#login_head, #login span#login_cross{
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	display: block;
	float: left;
	margin-bottom: 5px;
	font-size: 18px;
	color: white;
	width: 320px;
}

#login span#login_head{
	background-color:  #090;		
}

#login span#login_cross{
	background-color: red;
	width: 20px;
	cursor: pointer;
	position: absolute;
	right: 2px;
	top: 2px;
}

#login input{
	width: 190px;
}

/*
//
//
// Login voor de stumpers die javascript niet enabled hebben: 
//
//
*/
#noscript_login{
	width: 100%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #F6CD51;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	height: 22px;
}

#noscript_login input{
	border: 1px solid #090;
	height: 18px;
}

#noscript_login form{
	float: right;
	padding: 0px 2px 0px 0px;
	margin: 0px;
}

#noscript_login button{
	border: 1px solid #090;
	background-color: #090;
	color: white;
	font-size: small;
}

#noscript_login td, #noscript_login table{
	background-color: #F6CD51;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}




/*
//
// Content left: het blokje met heel interessante, doch 
// alleen op de voorpagina weer te geven, informatie. 
//
*/
#content_left{
	float: left;
	background-color: #090;
	padding: 0px;
	margin: 0px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 160px;
}

#content_left h1{
	background: white;
	color: #090;
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	line-height: 70%;
}

#content_left strong{
	width: 20px;
	height: 40px;
	font-size: large;
	display: block;
	float: left;
}

#content_left a{
	width: 147px;
	margin: 5px;
	border: 1px solid white;
	background: #393;
	color: white;
	display: block;
	text-decoration: none;
	clear: both;
}

#content_left a:hover{
	background: #6f6;
	color: black;
}

#content_left div.agenda_maand{
	margin: 5px;
	float: none;
	border: 1px solid black;
}

#content_left span.agenda_maand_naam{
	background-color: #F6CD51;
	color: black;
	border: 1px solid black;
	width: 144px;
}

/*
//
// Content_right bevat de daadwerkelijke informatie zoals gebruikt
// in de webpagina/winkel. 
//
*/

#content_right{
	margin-left: 5px;
	float: left;
	width: 620px;
	background-color: white;
	overflow: hidden;
}

#content_right h1{
	margin: 0px;
	padding: 0px;
	line-height: 70%;
	text-align: right;
	color: #F6CD51;
	border-bottom: 3px solid #F6CD51;
}

#content_right h2{
	padding: 0px;
	margin: 0px;
	line-height: 70%;	
	text-align: right;
	color: #A88C38;
	border-bottom: 2px solid #A88C38;
}

#content_right h3{
	padding:0px;
	margin: 0px;
	text-align: right;
	color: #F6CD51;
	border-bottom: 2px solid #F6CD51;
}

#content_right input{
	margin: 1px;
	padding: 2px;
	border: 1px solid #090;
	width: 100%;		
}

#footer{
	text-align: center;
	font-size: smaller;
	font-weight: bold;
	clear:both;
	color: #aaa;
	border-top: 1px solid #006;
	margin-top: 5px;
}

th{
	color: white;
	background-color: #090;
}

td{
	background-color: #eee;
}


#PERSONAL_SELECT_GROEP img{
       cursor: pointer;
}
/*/
//
// Agenda zoals in jaaroverzicht
//
/*/
#jaaroverzicht table tr{
	vertical-align: top;
	background-color: white;
}

.agenda_maand{
	width: 150px;
	border: 1px solid #090;
	background-color: #fff;
}

.agenda_maand_naam{
	background-color: #090;
	color: white;
	font-size: larger;
	text-align: center;
}

.agenda_item{
	border: 1px solid #eee;
	text-align: right;
	color: #aaa;
}

.dag{
	background-color: #aaf;
	color: #fff;
	font-size: 8px;
	text-align: center;
}

.bezet{
	background-color: #F6CD51;
	color: #000;
}

/*The number of activities*/
.NOA_1{ background-color: #FFFF66;}
.NOA_2{ background-color: #FFCC00;}
.NOA_3{ background-color: #FF5500;}
.NOA_4{ background-color: #FF0000;}
.NOA_5, .NOA_6, .NOA_7, .NOA_8{ 
	background-color: #000000; 
	color: white;
}


#content_left{
  background-color: white;
}

#content_left p{
  color: white;
  margin: 0px;
  padding: 5px;
  font-weight: bold;
  font-size: normal;
  border: 3px dashed #F6CD51;
  background-color: #00dd00;
}

#content_left hr{
  background-color: white;
}

#content_left h1{
  margin-top: 0px;
}
-->