
*
{
	color	: black;
    font-size	: 16px;
	font-family: 'Ubuntu', sans-serif,verdana;
	line-height: 2;
}



html
{
    background-color : #fdfaf9;
	background	: url('../images/bgimage3.jpg');
	/*background-size : cover !important;*/
    background-repeat:no-repeat !important;
	background-position:center top !important;
    min-height: 100%;
	background-attachment: fixed;
	background-size: cover;
}



.site-container
{
	margin-left: auto;
    margin-right: auto;
    max-width: 1211px;
	overflow-x:hidden;
}

.header
{
	max-width:1130px;
	height:250px;
	padding-left:166px;
	
}


.logo
{
	float:left;
	margin-bottom: -20px;
}
.logo img
{
	margin-top: 30px;
}

.credo
{
	margin:auto;
	padding-top: 53px;
	float:left;
}

.credo h1
{
	font-size:50px;
	color: #131A2E;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	text-shadow: 0 0px 9px rgba(41, 130, 98, 0.3);
}

.credo h2
{
	font-size: 35px;
	margin-left:70px;
	color: #298262;
	font-family: 'Indie Flower', cursive;
}

.credo h2 span
{
	font-size:25px;
	color: #298262;
	font-family: 'Indie Flower', cursive;
}

.MenuAndContentHolder
{
	width: 100%;
	float:left;
	margin-bottom:227px;
	margin-top:255px;
}

.menuMain a
{
	text-decoration:none !important;
	float:left;
}
.menuMain
{
	width: 100%;
	float:left;
	margin-top:-10px;
	background-color:white;
	
}
.MenuHolderIntro
{
	position:absolute;
	left:0px;
}

.MenuHolderIntro a
{
	text-decoration:none;
}
.MenuHolderIntro .menutItem
{
	float:none;
}
.menutItem
{
	/*background	: url('../images/menuItemBg.jpg');*/
	background-color:white;
    background-position	: left center;
	background-repeat:no-repeat;
    height	: 29px;
	margin:20px;
	padding:20px 20px 10px 20px;
	letter-spacing: 1px;
	font-size:15px;
	float:left;
	margin-left:20px;
	
	
}
strong
{
	color: #131A2E;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}
.contentHolder
{
	float:left;
	width: 96%;
	padding: 2% 2% 10% 2%;
	margin-bottom:20px;
	background-color: white;
	background: rgba(255, 255, 255, 0.7);
}

.contentHolder h1
{
	font-size:30px;
	font-weight:normal;
	color: #298262;
    font-family: 'Indie Flower', cursive;
}


.contentHolder h3
{
	color: #298262;
	font-size:30px;
	font-weight:normal;
	font-family: 'Indie Flower', cursive;
}


.contentLeft
{
	float:left;
	width:550px;
	margin-bottom: 30px;
}

.contentRight
{
	float:right;
	width:300px;
	margin-bottom: 30px;
}

.contentRight img
{
	float:right;
}

.BottomHolderIntro.bottomBlock
{
	position:absolute;
	bottom:0px;
	width: 100%;
}

.bottomBlock
{
	clear:both;
	padding:20px;
	color:white;
}

.bottomBlock span
{
	color:white;
	margin-top:-28px;
	display:block;
	text-align:center;
	position:absolute;
	font-size:18px;
	letter-spacing: 1.7px;
	box-shadow: 0 0px 5px rgba(19, 26, 46, 0.6);
	
}

.bottomImages
{
	max-width: 850px;
	height:400px;
	clear:both;
	
}
.bottomImages img
{
	margin-right:10px;
	

	
}
.bottomLeft
{
	float:left;
	width:350px;
	
}
.bottomRight
{
	float:left;
	width:350px;
	
}

textarea
{
	height:100px;
	
	max-width:400px;
	width: 90%;
	padding: 6px 10px;
    margin: 10px 0px;
}
input
{
	max-width:200px;
	width: 90%;
	padding: 6px 10px;
    margin: 10px 0px;
}

.divObjectImage
{
	float:left;
	margin:10px 25px 10px 10px;
	background-color:white;
	padding:5px;
}
#MainGallery, .main-gallery
{
	min-height:600px;
	margin-bottom:30px;
}

.imageHolder
{
	height:160px;
	width:250px;
	overflow:hidden;
}
.main-gallery .item
{
	float:left;
	border: 1px solid rgba(41, 130, 98, 0.3);
	padding:5px;
	margin:10px;
	background-color:white;
}

.main-gallery .item a
{
	text-decoration:none;
}
.main-gallery .item .description
{
	font-size: 19px;
    font-weight: normal;
    color: #298262;
    font-family: 'Indie Flower', cursive;
}

.main-gallery .item:hover
{
	background-color: rgba(41, 130, 98, 0.3);
}

.main-gallery .item:hover span
{
	color:white;
}

.btnVerzenden
{
	border: 1px solid gray;
	padding:5px;
	padding-left:20px;
	color:gray;
	background-color:white;
	width:90px;
	cursor:pointer;
	margin-top:10px;
}

