* {
	margin:0;
	padding:0;
	outline:0;
}

html, body {
	background-color:#0172fe;
	font-family:"Comic Sans MS";
	font-size:12pt;
	color:#fff;
  	height:100%; /* needed for container min-height */
}

#container {
	width:1000px;
	margin:auto;
  	height:auto !important; /* real browsers */
  	height:100%; /* IE6: treaded as min-height*/
  	margin:0 auto; /* center, not in IE5 */
  	min-height:100%; /* real browsers */
  	position:relative; /* needed for footer positioning*/
	background-position:bottom;
	background-image:url(foot.png);
	background-repeat:no-repeat;
}

#menu {
	background-image:url(menu.png);
	height:120px;
	padding-top:30px;
}
#menu a {
	float:left;
	display:inline;
}
#menu a.home {
	width:95px;
	height:90px;
	margin-left:5px;
}
#menu a.webshop {
	width:85px;
	height:95px;
	margin-left:5px;
}
#menu a.opleidingen {
	width:100px;
	height:90px;
	margin-left:15px;
}
#menu a.diversen {
	width:75px;
	height:90px;
	margin-left:25px;
}
#menu a.agenda {
	width:80px;
	height:90px;
	margin-left:15px;
}
#menu a.reizen {
	width:90px;
	height:110px;
	margin-left:15px;
}
#menu a.leuk {
	width:75px;
	height:110px;
	margin-left:20px;
}
#menu a.fotos {
	width:85px;
	height:90px;
	margin-left:10px;
}
#menu a.links {
	width:75px;
	height:90px;
	margin-left:10px;
}
#menu a.contact {
	width:75px;
	height:90px;
	margin-left:15px;
}
#menu a:hover, a.linken:hover {
	color:transparent;
}
#menu a:active, a.linken:active {
	color:transparent;
}
#menu a:visited, a.linken:visited {
	color:transparent;
}

#inhoud {
	padding-top:20px;
	background-image:url(logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:191px;
}

#teksten {
	padding:0 20px 300px 20px;
}

#webinhoud {
	padding:0 10px 300px 10px;
}

#inhoud-home {
	padding-top:20px;
	background-image:url(logo-home.png);
	background-position:left top;
	background-repeat:no-repeat;
}

html > body #inhoud-home {
	min-height:490px;
	height:100%;
}

#inhoud-home h2 {
	color:#ffff00;
	font-size:30pt;
}

#rechts {
	float:right;
	padding-top:50px;
	width:440px;
}

#foot {
	background-image: url(foot.png);
	height:310px;
  	bottom:0; /* stick to bottom */
	position:absolute;
}

.hidden {
	display:none;
}

img {
	border:0;
}

a {
	color:#ffff00;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

td.lin {
	padding-top:60px;
	text-align:center;
}

input.brief, input #BtnSubscribeN2 {
	float:left;
	margin-left:50px;
	margin-bottom:10px;
}

#field1field, #fieldu1ufield {
	margin-left:4px;
	float:left;
}

