@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html,body {
	height: 100%;
	background-color: #535D63;
	
}

#main {
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -383px;
	width: 766px;
	height: 600px;
	background-image: url(../img/bg2.jpg);
	background-repeat: no-repeat;
	
}

/*#content {
	float:left;
	overflow: hidden;
	height: 350px;
	position: relative;
	margin-top: -350px;
	width: 200px;
	left: 300px;
	
}*/
#content1{
	height: 330px;
	width: 415px;
	float:left;
	overflow:auto;
	margin-top: -180px;
	margin-left: 320px;
}

#formulier table{
	width: 200px;
	
}

.sensei{
	behavior: url("iepngfix.htc");
	background-image: url(../img/takakage_sensei.png);
	height: 218px;
	width: 158px;
}

.scrollbar-vert{
	background-image:url(../img/scrollbalk.jpg);
	position: relative;
	margin-top: -180px;
	background-color: #d2e8ff;
	height: 300px;
	width: 20px;
	float:left;
	left: 0px;
	behavior: url("iepngfix.htc");
}

.handle-vert{
	background-image: url(../img/handle.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 20px;
	behavior: url("iepngfix.htc");
	
}

#nav{
	position: relative;
	background-image: url(../img/nav.jpg);
	width: 287px;
	height: 189px;
	background-position:center;
	background-repeat: no-repeat;
	float: left;
	padding-top: px;
}

#navmain{
	margin-top: 15px;
	margin-left: 60px;
}

.navinner a{
	
	padding-top: 0px;
	height: 23px;
}

/*headers*/

#home{
	background-image: url(../img/headers/home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 230px;
	width: 766px;
	position: relative;
	top: 0px;
}

#training{
	background-image: url(../img/headers/training.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 230px;
	width: 766px;
	position: relative;
	top: 0px;
}

#geschiedenis{
	background-image: url(../img/headers/geschiedenis.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 230px;
	width: 766px;
	position: relative;
	top: 0px;
}

#links{
	background-image: url(../img/headers/links.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 230px;
	width: 766px;
	position: relative;
	top: 0px;
}

#contact{
	background-image: url(../img/headers/contact.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 230px;
	width: 766px;
	position: relative;
	top: 0px;
}
