body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;

}

#container{
	background-image: url("../images/shadows.png");

}
#header{	
	position:relative;
	background-image: url("../images/banner2.png");
	background-repeat: no-repeat;
	background-color: #8ed4e6;	
}
#headerMob{	
	position:relative;
	background-image: url("../images/banner3.png");
	background-repeat: no-repeat;
	background-color: #8ed4e6;	
}

#header2{
	display: none;
}
	
#header h2{
	position: absolute;
	right: 100px;
	top: 120px;
	font-size:18px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	color: #8b8b8b;
	
}

#main{
	padding-top: 10px;
	background-image: url("../images/bg_content.png");
	background-repeat:repeat-x;
	background-color: #FFF;	

}
#mainMob{
	padding-top: 10px;
	background-image: url("../images/bg_content.png");
	background-repeat:repeat-x;
	background-color: #FFF;	

}

#legenda h3{
	font-size: 14px;
	color: #000;
	margin-bottom: 15px;
}
#two_column_left{
	padding: 40px 30px 0px 30px;
}
#two_column_left_homepage{
	padding: 60px 30px 0px 40px;
}
.read_more{
	display: block;
	color: #7ec441;
	
	margin-top: 10px;
	float:right;
	margin-right: 40px;
	
	font-weight: bold;
	
	
}

#two_column_right{
	padding: 0px;
}

.hometext{
	margin: 60px 0px 0px 40px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #686868;
	font-size: 14px;
	text-align: center;
	background-position-x: center;
	background-repeat: no-repeat;
	line-height: 20px;
	/*background-color: #FFF;
	border-bottom: 2px solid #CCC;
	border-top: 2px solid #CCC;*/
}
.crosstext{
	margin: 60px 0px 0px 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #686868;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	background-position-x: center;
	background-repeat: no-repeat;
}

#introtext{
	padding: 50px;
}

#text ul, #text ul li{
	display: inline;
}
#text ul{
	
	
}
#text li, #text li a{
	padding: 10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color:black;
	
}
#text li{
	width: 150px;
}
#text li a{

	text-decoration: none;
}
#text li a:hover{
	border-bottom: 3px solid #7ec441;
}
#text li.active{
	border-bottom: 3px solid #7ec441;

}

#content{
	overflow: visible;
	padding-top:50px;

}
blockquote.quote{
	padding-left: 50px;
	font-size: 14px;
	color: #4c4c4c;
	background-image: url("../images/quote.png");
	background-repeat: no-repeat;
}
.ast{
	font-size: 25px;
}

#side{
	padding: 50px;

}
#footer img.maand{
	width: 100px;
	height: 133px;
	display:block;
	border: 4px solid #66cc33;
	float: right; 
	margin: 20px 40px 0px 0px;
}

#footer {
	background-image: url("../images/cross10.png");
	background-repeat: no-repeat;
}

#footer2{
	background-image: url("../images/shadows_footer3.png");
	background-color: #3f3f3f;
	font-size: 1px;
	color: #3f3f3f;

}
#footer3{
	display: none;
}
#footer2 .credits{ 
	padding: 15px 30px;
	font-size:12px;
}
#footer2 .credits a{
	font-family: arial, Helvetica, verdana,sans-serif; 
	text-decoration: none;
	font-size: 12px;
	color: #3f3f3f;	
	line-height: 15px;
}
#footer2 .credits .getal{
	width: 100px;
	text-align: right;
	color: #fff;
	margin-right: 15px;
}
#footer2 .credits h1{
	font-family: arial, Helvetica, verdana,sans-serif; 
	color: #9eff5e;	
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

#pagKop .kopText h1{
	font-family: arial, Helvetica, verdana,sans-serif; 
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.fl {
	float: left;
	margin-right:10px;
}

.fr {
	float: right;
}
.prl {
	float: left;
	margin-top:10px;
	margin-left:15px;
}

#content h1{
	margin:10px;
	font-size:20px;
	font-weight:bold;
	border-bottom:solid 1px #b7ddf2;
	padding:10px;
	color:#7ec441;
	font-family: Georgia;
	
	
	

}
#content p{

	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	padding-bottom:10px;
}



form.homepage{
	margin-top: 30px;
}
form.homepage img{
	display: block;
	margin-bottom: 10px;	
}
/*
form.homepage label{
	float:left;
	width: 70px;
	display:block;	
	font-size: 12px;
	font-weight: bold;
	color: #404040;
}
form.homepage label span{
	font-weight: normal;
	color:#999;
	display:block;	
}*/
form.homepage input{
	background-color: #e6f0ff;
	font-size:12px;
	padding:4px 2px;
	border:2px solid #aacfe4;
	width:200px;
	height: 18px;
	

}
form.homepage button{
	/*
	display: block;
	background: #222 url(/../images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	*/

}
/*
form.homepage input.buttonblue{
	color: white;
	width: 120px;
	background-color: #4c4c4c;
	border-color: #fff;
	
}
*/

form.homepage img.button{
	display: inline;
	margin: 0px;
	padding:0px;

}

button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;

}

.homepage button{
	margin-left: 5px;
}

button.rounded {
background: transparent url("../images/btn_right.png") no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url("../images/btn_left.png") no-repeat scroll left top;
color: #FFF;
font-size: 12px;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}

span.aantalNieuw{
	font-size: 10px;
	color: #222;
}

span.help{
	font-size: 14px;
	color: #49a5e0;	
	

	font-weight: bold;	
	
}
#header a{
	display:block;
	font-size: 1;
	width:100%;
	height:100%;
	text-decoration: none;
}

.kaart{
	padding: 0 40px 20px 40px;
}
.legenda{

	padding: 0 40px;
}
.legenda small{
	font-size: 9px;
}
.legenda .item{
	display: block;
	padding: 10px;
	
}
.legenda .item img{
	margin-right: 10px;
}


#Lijst{
	padding-top: 15px;
}

#Lijst ul{
	padding-top: 4px;
}

#Lijst ul li{
	padding-top: 4px;
}
#Lijst ul li a{
	padding-left:10px;
	font-size: 12px;
	text-decoration: none;
	color: #7ec441;

}

a.link{
	color: #7ec441;
	font-weight: bold;
	text-decoration: none;
}
#Kaart{
	border-style: solid;
	border-width: 5px; 
	border-color: #7ec441;
	margin-top: 5px;
}
#pano{
	border-style: solid;
	border-width: 4px; 
	border-color: #7ec441;
	margin: 5px;
}
h1{
	text-align: left;
	padding: 0 0 10px 0;
	font-size: 16px;
}
#slideshow{ 
/*	left: 210px;*/
	/*float: right;*/
	

}

#slideshow img{
	border: 4px solid #7ec441;
	margin-left: 15px;
}

#nav {
	text-align: left;
	padding: 5px 0 0 30px;	
	
}
#nav li {
	width: 100%;
	display: inline;
	margin: 8px;
	
}
#nav li a img{
	border: 2px solid #7ec441;
	margin: 0 0 20px 20px;
/*	height: 100px;*/

}

#wandelBeschr{
	margin-left: 15px;
	width:100%;
	border-collapse:collapse;
}
#wandelBeschr td, #wandelBeschr th {
/*	font-size:1.2em; */
	border:1px solid #98bf21;
	padding:3px 7px 2px 7px;
	vertical-align: top;
}
#wandelBeschr th {
/*	font-size:1.4em;*/
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#7ec441;
	color:#fff;
}
#wandelBeschr th a{
	background-color:#7ec441;
	color:#fff;
}
#wandelBeschr tr.alt td {
	color:#000;
	background-color:#EAF2D3;
}
#reactTabel td {
	vertical-align: top;
}

.kruistocht {
	width: 400px;
}
.kolL {
	padding: 5px;
}
.kolLL {
	padding-left: 35px;
}
.kolR {
	padding: 5px;
}
.kolCenter {
	padding: 10px;
	text-align: center;
}
.infoImg {
	border: 2px solid #7ec441;
}
.kruisMndKol{
	padding-left: 15px;
}
#wandelKaartKop{
	padding-left: 15px;
	padding-right: 15px;
}
#wandelInstel{
	padding-left: 150px;
	padding-right: 150px;
}
#wandelInstel form.keuzes fieldset {
		border: 5px #7ec441;
		border-style:groove;
		margin-bottom: 10px;
}
#wandelInstel form.keuzes legend {
        padding: 0 2px;
        font-weight: bold;
}
#wandelInstel form.keuzes fieldset.instel{ 
	padding: 15px 30px;
	font-size:12px;
}
#reactieLijst{
	padding: 10px 150px 10px 150px;
}
.reactNm{
	color: #7ec441;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.reactPl{
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
.reactDtm{
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
#reactieLijst p.reactReact{
	margin: 10px 10px 30px 12px;
	padding: 0 0 5px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #686868;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
	border-bottom: 1px dotted #BBE0EB;
}
.reactObj{
	font-weight: normal;
	font-size: 10px;
}
#reactieLijst2{
	padding-top: 60px;
}
#reactieLijst2 p.reactReact{
	margin: 10px 10px 30px 12px;
	padding: 0 0 5px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #686868;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
	border-bottom: 1px dotted #BBE0EB;
}
#reactieLijst3{
	padding-top: 10px;
}
#reactieLijst3 p.reactReact{
	margin: 10px 10px 30px 12px;
	padding: 0 0 5px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #686868;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
	border-bottom: 1px dotted #BBE0EB;
}


#reactForm{
	margin: 70px;
	padding: 0px;
}
.reactEind{
	font-weight: bold;
	text-decoration: none;
}
.krTekst{
	padding-top: 60px;
}

.lijnR{
	border-right: solid 2px;
	margin-right: 10px;
}
.lijnL{
	border-left: solid 2px;
	margin-left: 10px;
}

.linkTot {
	margin: 0px 10px 0px 10px;
	line-height: 150%;
	border-bottom: 1px dotted #BBE0EB;
}
.linkL {
	margin: 10px 10px 0px 160px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #686868;
	font-size: 12px;
	line-height: 150%;
}
.linkR {
	margin: 20px 40px 0px 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #686868;
	font-size: 12px;
	line-height: 150%;
}
