/* Css originally by mejobloggs  Design by Aran @ stuio7designs.com  Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking */


body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: #777;
	background-color: white;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width here */
#top, #menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#top {
	background: white url('../images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
}

#top #wrap {
	background: transparent url('../images/bg02-white-left.png') no-repeat left top;
	padding: 30px 0 0 0;
}

#menu-top {
	background: white url('../images/bg02-white-right.png') no-repeat right top;
	overflow: hidden;
}

#menu-top ul {
	background: transparent url('../images/bg02-white-left.png') no-repeat left top;
	margin:0;
	padding: 5px 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
	padding-left: 20px;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(../images/menuleft.png) no-repeat left top;
	margin:0px 1px 0px 0px;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	font-weight:bold;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover { background-position:0% -42px; background-color:#bde0fd;}
#menu-top a:hover span {	background-position:100% -42px;  background-color:#bde0fd;}

#menu-top #current a { background-position:0% -42px; background-color:#e6f0fa;}
#menu-top #current a span {	background-position:100% -42px; background-color:#e6f0fa;}

#wrapper-header {
	background: transparent url('../images/bg.png') top center repeat-x; 
}

#header { 
	background: #eee url('../images/banner_test1.jpg') no-repeat center top; 
	height: 192px;
}

#wrapper-header2 {
	background: transparent url('../images/bg02-blue-left.png') top left no-repeat; 
	height: 192px;
}

#wrapper-header3 { 
	background: transparent url('../images/bg02-blue-right.png') top right no-repeat; 
	height: 192px;
}

#header h1 {
	margin: 0px 20px;
	padding: 150px 0px 0px 20px;
	color: #eee;
	font-size: 200%;
	text-align:right;
}


#wrapper-content { 
	background: white url('../images/bg02-white-left.png') no-repeat left top; 
	display:block;
	overflow: hidden;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('../images/bg02-white-right.png') no-repeat right top;
	padding: 5px 40px 5px 40px;
	display:block;
	float:left;
	clear:both;
}

#content-wrap {
	background-color:#e6f0fa;
	margin: -5px -20px 0px -20px;
	padding: 10px 16px 10px 10px;
	border: 1px solid #ddd;
	display:inline;
	float:left;
	width:712px;
}

.fotorechts {
	float:right;
	padding: 5px;
}

.fotolinks {
	float:left;
	padding: 5px;
}

.mogelijkheden {
	margin: 0px;
	padding: 0px;
}

.mogelijkheden .item {
	display:inline;
	float:left;
	width: 320px;
	margin: 10px 10px 10px 25px;
}

.mogelijkheden .item .foto img {
	width:320px;
	height:240px;
}

.mogelijkheden .itemgroot {
	display:inline;
	float:left;
	margin: 30px;
}

.mogelijkheden .itemgroot .foto img {
	width:640px;
	height:440px;
}

.voorstellen {
	margin: 0px;
	padding: 0px;
}

.voorstellen .item {
	display:inline;
	float:left;
	margin: 10px 10px 10px 25px;
}
.voorstellen .item  img{
	border:none;
}

#wrapper-footer {
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	display:block;
	clear: both;
}

#footer {
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
/*	border-bottom: 0;*/
	clear: both;
	font-size:80%;
}

h2 { font-size: 130%; color:#2e6798;}
h3 { 
	font-size: 100%; 
	font-weight:bold; 
	color:#2e6798;
	margin: -10px 0px 0px 0px;
}

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }



