:focus {
	outline: 0;
}  


* {
	padding: 0;
	margin: 0;
	border: none;
}

body, html {
	background-color: black;
}

div.kader, a.kader {
	position: absolute;
	width: 350px;
	height: 350px;
	color: black;
	display: block;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 620px;
}

#web {
	top: 0px;
	left: 0px;	
}

#balfolk {
	top: 0px;
	right: 0px;	
}

#foto {
	bottom: 0px;
	left: 325px;
}

#info {
	bottom: 50px;
	right: 60px;
}



#web a {
	background: black url(../images/web.png) no-repeat center;
}

#web a:hover {
	background: black url(../images/web_a.png) no-repeat center;
}

#web {
	background: black url(../images/web_a.png) no-repeat center;
}



#balfolk a {
	background: black url(../images/balfolk.png) no-repeat center;
}

#balfolk a:hover {
	background: black url(../images/balfolk_a.png) no-repeat center;
}

#balfolk {
	background: black url(../images/balfolk_a.png) no-repeat center;
}



#foto a {
	background: black url(../images/foto.png) no-repeat center;
}

#foto a:hover {
	background: black url(../images/foto_a.png) no-repeat center;
}

#foto {
	background: black url(../images/foto_a.png) no-repeat center;
}



#info a {
	background: black url(../images/info.png) no-repeat center;
}

#info a:hover {
	background: black url(../images/info_a.png) no-repeat center;
}

#info {
	width: 170px;
	height: 170px;
	background: black url(../images/info_a.png) no-repeat center;
}

#info a {
	width: 170px;
	height: 170px;
}



.tekst {
	position: absolute;
	top: 150px;
	left: 360px;
	width: 280px;
	height: 70px;
	font-size: 40px;
	font-family: Verdana;
	text-align: center;
	color: white;
	background-color: black;

	display: none;	
}


#t_welkom {
	display: block;
}

.tekst p {
	font-size: .3em;
	color: gray;
	margin: 0;
	padding: 0;
}


#kader {
	position: relative;
	margin: 0 auto;
	top: 0px;
	
	width: 1000px;
	height: 620px;
	
	overflow: hidden;
	display: none;
	
}

#contact {
	position: relative;
	margin: 0 auto;
	top: 40px;
	
	width: 700px;
	height: 540px;
	
	overflow: hidden;
	font-family: Trebuchet MS;
	padding: 30px 50px;

	background: transparent url(../images/plaat.jpg) no-repeat;
	color: white;
	
}

#marge {
	margin: 20px 40px;
}

ul {
	list-style-position: inside;
	margin-left: 10px;
	margin-bottom: 15px;
	font-style: italic;
}

h1 {
	margin-bottom: 15px;

}

p {
	margin-bottom: 15px;
}

#kader a, #kader a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#kader a:hover {
	color: #aa0000;
	text-decoration: none;
}

#contact .rij {
	position: relative;
	display: block;
	clear: both;
	padding-top: 1em;
}

#contact label {
	width: 6em;
	float: left;
	text-align: left;
}

#contact input{
	width: 15em;
	border: none;
	background: #$kleurOmlijning; 
	text-align: left;
	padding-left: 0.5em;
	margin-right: 5px;
	color: #$kleurKnop2;
}

#contact textarea {
	width: 30em;
	border: none;
	background: #$kleurOmlijning; 
	text-align: left;
	color: #$kleurKnop2;
	padding-left: 0.5em;
}

#contact .button {
	text-align: center;
	width: 7em;
	border: none;
	cursor : pointer;
	color: #$fontColor;
}

#contactgegevens {
	text-align: right;
	font-size: .9em;
}
	
#contact .hidden {
	display: none;
}

p.dank {
	color: #00aa00;
	margin: 30px;
	padding: 15px;
	border: 2px solid #FFFFFF;
	background-color: #444444
}

div.close {
	position: absolute;
	top: 5px;
	right: 15px;
	text-align: right; 
	font-size: .7em;
}

.close a {
	line-height: 30px;
	display: block;
	height: 30px;
	background: transparent url(../images/cclose.png) no-repeat right;
	cursor: pointer;
	padding-right: 30px;
}

.close a:hover {
	background: transparent url(../images/cclose_a.png) no-repeat right;
}





