/*
	CSS Screen

	Inhoud:
		layout
		font
		menu
		forms
*/

/* layout 
----------------------------------------------- */	

body {
	background: #624d38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p	{
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #333333;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

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

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.subtitel	{
	color: #6A4B09;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
}

.font	{
	color: #1e1e01;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	margin:20px 25px 25px 25px;
}

.maintable {
	border: 5px solid #FFFFFF;
}

.content_table
{
	background: #FFFFFF;
	color: #000000;
	font-family: Verdana, sans-serif;
	text-align: left;
	font-size: 13px;
	border: 0px solid Black;
	margin: 0px;
	padding-left: 25px;
	padding-top: 0px;
	line-height: 15px;
}

/* menu
----------------------------------------------- */		

#navcontainer { width: 203px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#navcontainer a
{
display: block;
padding: 3px;
padding-left: 5px;
width: 203px;
background-color: #0071ab;
border-bottom: 1px solid #eee;
}

.navcontainer2 a
{
display: block;
padding: 3px;
padding-left: 5px;
width: 203px;
background-color: #0071ab;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #30bbf9;
color: #fff;
}

/* menu eind
----------------------------------------------- */	

.img	{
	border: 1px solid Black;
}

h2.subtitle{

	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	padding-left:15px;
	border-bottom:1px dotted #976;

}



H3 {
	font-size: 16px;
	color: #524634;
}

H4 {
    font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : white;
	}

A {
	text-decoration: none;
	color: #3e552c;
	border:0px;	
}

A:Hover {
	color: #57654c;
	border:0px;
}

A.links {
	text-decoration: none;
	color: #003118;
	border:0px;
	
}

A.noborder:focus, a:hover, a:link, a:visited, a:active {
	border: 0px;	
}


A.links:Hover {
	color: #000000;
	border:0px;
}

/* Forms begin
----------------------------------------------- */	

fieldset  {
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #efefef;
	padding: 1px;
	border: solid 1px #d3d3d3;
	width: 500px;
	}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: .8em;
	color: #666;
	background-color: #c9dff6;
	padding: 2px;
	border: solid 1px #0087cf;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 20px;
	}
	
input.formInputText:hover {
	background-color: #96bae0;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #666;
	background-color: #c9dff6;
	padding: 2px;
	border: solid 1px #0087cf;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #96bae0;
	border: solid 1px #006600;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

textarea.formTextarea  {
	font-size: .8em;
	color: #666;
	background-color: #c9dff6;
	padding: 2px;
	border: solid 1px #0087cf;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

textarea.formTextarea:hover  {
	color: #333;
	background-color: #96bae0;
	border: solid 1px #006600;
	}
	
textarea.formTextarea:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #bbdced url(bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #70bae0;
	cursor: pointer;
	float: right;
	}
	
input.formInputButton:hover   {
	background-image: url(bg_button_hover.png);
	}
	
input.formInputButton:active   {
	background-image: url(bg_button.png);
	}
	
/* Forms end
----------------------------------------------- */		

.album {	
	margin:28px 0 0 0px;
	text-align: center;
}

.logo_links	{
	vertical-align:top;
}

.url_links	{
	text-align:left;
	padding-right: 5px;	
}

.url_links_www	{
	text-align:left;
	font: bold;
}

.blok_links	{
	margin-bottom: 10px;
	border-bottom:1px dotted #976;
}

    #content {
      padding-top:140px;
      }

    p.prijzen {
      font-family:Verdana,Sans-serif;
      font-size:85%;
      line-height:1.6em;
      }
    table.prijzen {
      margin:1em 0;
      border-top:1px solid #ccc;
      border-left:1px solid #ccc;
      border-right:1px solid #ccc;
      border-bottom:1px solid #ccc;
		padding: 5px;		
      font-size:85%;
		padding: 2px;
      }
    td.prijzen {
      border-right:1px solid #ccc;
      border-bottom:1px solid #ccc;
      padding:4px 10px;
      vertical-align:top;
      }
	  
	td.head	{  
		background: #CAE8EA;	  
	}

	td.rij	{  
		background: #f0f0f0;	  
	}	
	  
    ul.prijzen {
      margin-left:1.5em;
      padding:0;
      font-size:85%;
      line-height:1.6em;
      }
    li.prijzen {
      margin:0;
      padding:0 0 0 15px;
      background:url("list_bullet.gif") no-repeat 0 50%;
      list-style:none;
      }
	#navlist_prijzen li {
		list-style-type: square;
		font-style:italic;
		font-size:9px;
	  	}	  
	.style2 {
		font-size: 85px;
		}
	.voorbehoud {
		font-size: 9px;
		font-style:italic
	}
	
	h1.title{

	font: 24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	margin:15px 0 0 22px;

}

.h1	{
	background-color: #f2f2f2;
	width: 100%;
	height: 30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #eaeaea;
}

H2 {
	font-size: 10pt;
	color: #055e2e;
	margin:5px 0 0 22px;	
}	
	
	h3{
		color:#494949;
		font-size: 14px;
		font-weight: bolder;
		display:inline;
	}
	
	.text{
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		color: #333333;
		margin-left:25px;
		font-size: 11px;
		width: 520px;
	}
	
	A.next {
		text-decoration: underline;
		color: #a37f33;
		border:0px;
		font-size: 10px;	
	}
	
	A.next:Hover {
		color: #6b5320;
		border:0px;
		font-size: 10px;			
	}
	
	A.beschikbaarheid {
		text-decoration: underline;
		font-size: 10pt;
		color: #055e2e;
		margin:5px 0 0 15px;	
	}
	
	A.beschikbaarheid:Hover {
		background-color:#cabcadd;
		font-size: 10pt;
		color: #000000;
		margin:5px 0 0 15px;			
	}	
	
		.img_right {
		margin-left:8px;
		margin-bottom:3px;		
		float:right;
		border:#000000;
		border-style:solid;
		border-width: 1px;
	}
	
		.img_left {
		margin-right:8px;
		margin-bottom:3px;		
		float:left;
		border:#000000;
		border-style:solid;
		border-width: 1px;
	}
	
/* Google feed
----------------------------------------------- */
          #feedControl {
	  font-family: Arial, Helvetica, sans-serif;			  
      margin-top : 0px;
      margin-left: 5px;
      width : 190px;
      font-size: 12px;
      color: #ffffff;
    }
	
	.gfc-title{

      font-size : 16px;
      font-weight: bold;
      background-color : #ffffff;
      color : #000000;
	 }
	
	.gf-relativePublishedDate{
      font-size : 11px;
      color : #ffffff;
	 }
	

    #feedControl .gfg-title {
      font-size : 16px;
      background-color : #0054af;
      color : #ffffff;
    }
    #feedControl .gfg-title a {
      color : #4E8029;
    }

    #feedControl .gfg-subtitle a {
      color : #75cf43;
    }

    #feedControl .gf-title a{
	color: #30bbf9;
	font-weight: bolder;
	font-size: 12px;
}
    #feedControl .gfc-resultsHeader{
	border: 0px fuchsia;
}

.agenda-titel {
	font-size: 15px;
	font-weight: bold;
	color: #f7bc00;
	text-align: left;
   margin-left: 5px;	
}