/* 
 April 2005
Door : Koen Haarbosch, Bit Squad

Vele css tips komen van: www.alistapart.com

Kleuren:
donker groen: #006600
*/

/* --------------------------------------------- // -------- ALGEMENE SITE */

.clear {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

a {
	color: #006600;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #022164;
}

h1, h2
{
	font-size: 1.25em;
}

h5  
/* gebruikt in agenda, login deel */ 
{
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}

h6 
/* gebruikt in agenda, login deel */ 

{
	font-size: 1em;
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-weight: normal;
}

body
{
	text-align: center; /* center de totale page */
	font-size: 100%; /* font-size wordt op 100% van de browser instellingen van de gebruiker gezet, 
	deze grootte wordt dus overgenomen */
	
	margin: 0; /* margin en padding op 0, is nodig voor Opera */
	padding: 0;
	background-color: #FFFFFF;
}

#breadcrum, #header, #nieuws, #nieuwsbrief, #welkom, #agenda
{
	font-size: 0.8em;
}

#site_Container
{
	display: block;
	width: 900px; /* moet variabel worden : per screen resolution */
	
	/* font-size: 0.9em; */
	text-align: left; /* alle elementen in de body nemen de text-align van body over, omdat in alle geneste 
	elementen de align left moet zijn wordt dat hier aangegeven. 
	De children van sideWidth nemen dit weer over */
	
	margin: 0 auto; /* margin moet hier op auto gezet om de pagina goed te centeren in Opera en FireFox */	
}

.checkbox 
{
	font-size: 0.6em;
}
/* --------------------------------------------- // -------- HEADER */

#header
{
	height: 80px;
}

/* --------------------------------------------- // -------- HEADER : sidewidnav */
#sideWidNav
{
	float: left;
	padding: 45px 0px 0px 25px; /* top right bottom left */
}

#logo
{
	float: left;
	margin: 16px 0px 0px 0px; /* top right bottom left */
}

#sideWidNav a { text-decoration: none; padding-left: 5px;}
#sideWidNav a:hover { text-decoration: underline}

#search_Container
{
	float: right;
	padding: 40px 0px 0px 0px; /* top right bottom left */
	width: 270px; /* voor Opera */
}

#search_Icon
{
	float: left;
	margin: -5px 10px 0px 0px;  /* top right bottom left */

}

#search_Textbox
{
	float: left;
}

#search_Button
{
	float: left;
	margin: -5px 0px 0px 0px; /* top right bottom left */
}
/* --------------------------------------------- // -------- HEADER : balk */

#navigation
{
	display: block;
	
	float: left;
	width: 100%;
	min-height: 22px; 
	height: 22px;
	padding-left: 15px;
	background: #FFFFFF url(../images/bg_Navigation.gif) repeat-x ;
}

/* --------------------------------------------- // -------- HEADER : breadcrum */

#breadcrum
{
	display: block;
	float: left;
	width: 100%;
	height: 39px;
	background: #FFFFFF url(../images/bg_Breadcrum.gif) repeat-x ;
	font-size: 0.8em;
}

#breadcrum_Content_Container
{
	margin: 10px 0px 0px 23px; /* top right bottom left */
}

#breadcrum a { text-decoration: underline; padding-left: 5px; padding-right: 5px; color: #000000;}
#breadcrum a:hover { text-decoration: none}

/* --------------------------------------------- // -------- CONTENT KOLOMMEN: algemeen */

#col_Container
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
/* --------------------------------------------- // -------- CONTENT KOLOMMEN: foto en adres */
#col_Left_Container
{
	float: left;
	width: 352px;
	margin: 0px 3px 0px 0px; /* top right bottom left */
}

#adres
{
	text-align: right;
	margin: 8px 5px 0px 0px; /* top right bottom left */
	font-size: 0.8em;
	line-height: 1.4em;
}
/* --------------------------------------------- // -------- CONTENT KOLOMMEN: nieuws */
#bg_Nieuws
{
	float: left;
	width: 235px;
	padding: 0px 4px 0px 4px; /* top right bottom left */
	background: #FFFFFF url(../images/bg_Nieuws.gif) repeat-y;
	margin: 0px 0px 50px 0px; /* top right bottom left */
}

#col_Nieuws_Container
{
	background: #FFFFFF url(../images/bg_Verloop_Nieuws.jpg) repeat-x bottom;
}


#col_Nieuws
{
	width: 235px;
	min-height: 500px;
	background: url(../images/hoek_Bg_Nieuws.gif) no-repeat bottom right;
	padding: 0px 0px 20px 0px; /* top right bottom left */
}

#nieuws_Content_Container
{
	/* Deze div bestaat alleen maar om de margin-left en right te regelen, als je dit in col_Nieuws mee zou nemen dan drukt
	deze de breedte van de colom in Firefix uit elkaar */
	margin: 0px 10px 0px 10px; /* top right bottom left */
}

/* --------------------------------------------- // -------- CONTENT KOLOMMEN: content */

#col_Content
{
	float: right;
	width: 299px;
	background-color: #FFFFFF;
}

#welkom
{
	width: 100%;
	background: #FFFFFF url(../images/bg_Welkom.jpg) bottom repeat-x;
	min-height: 286px;
}

h3
{
	margin: 0px 0px 0px 35px; /* top right bottom left */
	font-size: 12px;
	font-weight: normal;
}

#welkom_Content_Container
{
	background: url(../images/hoek_Bg_Welkom.gif) no-repeat bottom right;
}

#welkom_Content_Container2
{
	padding: 10px 10px 10px 10px; /* top right bottom left */
	min-height: 266px;
}

#login
{
	float: left;
	width: 100%;
	height: 165px;
	background: #FFFFFF url(../images/bg_Login.jpg) bottom repeat-x;
	margin: 5px 0px 0px 0px; /* top right bottom left */
	}

#agenda
{
	float: left;
	width: 100%;
	height: 200px;
	background: #FFFFFF url(../images/bg_Agenda.jpg) bottom repeat-x;
	margin: 5px 0px 0px 0px; /* top right bottom left */
}
	
#login img, #agenda img
{
	margin: 20px 0px 0px 0px; /* top right bottom left */
}

#login_Content_Container, #agenda_Content_Container
{
	padding: 10px 10px 10px 10px; /* top right bottom left */
}

.login_Button
{
	background: #FFFFFF;
	font-size: 0.8em;
	border: solid 1px #D1D2CD;
	height: 18px;
	width: 60px;
}

div.row {
  clear: both;
  padding-top: 5px;
  }
  
div.row span.label{
  float: left;
  width: 140px;
  text-align: left;
  font-size: 0.8em;
  }
 
.textbox {
	width: 124px;
	height: 18px;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

.verzendButton 
{
	background-color:#CCCCCC;
	color: #000000;
	border: solid 1px #FFFFFF;	
	font-size: 10px;
	cursor: hand;
}

.footer
{
	min-height: 24px; 
	height: 24px;
}

.laatsteNieuws_Datum
{
	margin: 5px 0px 0px 0px; /* top right bottom left */
	color: #666666;
	font-size: 0.8em;
}

.laatsteNieuws_Titel
{
	color: #006600;
	font-weight: bold;
}

.laatsteNieuws_Content
{
	font-size: 0.9em;
	margin: 0px 0px 20px 0px;
}

.leesMeer
{
	background-image: url(../images/arrow_Textlink.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	background-position: 0px 3px;
}
