/** basis **/

body {
	background-color: #676767;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background-image: url(images/back.gif);
}
td{
	font-size: 11px;
}
.top {
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 143px;
	background-position: center;
	vertical-align:top;
}
.main {
	background-image: url(images/center.png);
	background-repeat: repeat-y;
	background-position: center;
	vertical-align:top;
}
.bottom {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 20px;
}
.menu {
	width:173px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align:top;
}
.content{
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align:top;
	text-align:justify;
	float: right;
}
.bezoek, a.bezoek:link, a.bezoek:visited, a.bezoek:active{
	display:block;
	width:140px;
	height:90px;
	text-align:center;
	vertical-align:middle;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:0px;
	margin-top:20px;
	border: 1px solid #EEEEEE;
	font-size: 10px;
	color: #999999;
}
a.bezoek:hover {
	background-color:#f9f9f9;
	color:#666666;
	text-decoration:none;
}

.vereniging, a.vereniging:link, a.vereniging:visited, a.vereniging:active {
	display:block;
	width:100%;
	color:#444444;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
}
a.vereniging:hover {
	background-color:#f9f9f9;
	color:#000000;
	text-decoration:none;
	background-image:url(images/bezoek.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.trainer {
height:20px;
}
.right {
display:block;
width:70px;
float:right;
}
.left {
display:block;
width:15px;
float:left;
text-align:left;
}

/** splash pagina 

.splash1, a.splash1:link, a.splash1:visited, a.splash1:active{
	display:block;
	width:511px;
	height:159px;
	background-image: url(images/gr-sch1.png);
	background-repeat: no-repeat;
}
a.splash1:hover {
	display:block;
	width:511px;
	height:159px;
	background-image: url(images/gr-sch2.png);
	background-repeat: no-repeat;
}
.splash2, a.splash1:link, a.splash2:visited, a.splash2:active{
	display:block;
	width:511px;
	height:159px;
	background-image: url(images/gr-aca1.png);
	background-repeat: no-repeat;
}
a.splash2:hover {
	display:block;
	width:511px;
	height:159px;
	background-image: url(images/gr-aca2.png);
	background-repeat: no-repeat;
}
**/



/** contact formulier **/

.invulregel{
	background-color: #efefef;
	font-size: 11px;
	height: 20px;
	width: 380px;
	margin-bottom: 15px;
	border: 1px solid #FFFFFF;
}
.invulveld{
	background-color: #efefef;
	font-size: 11px;
	height: 100px;
	width: 380px;
	border: 1px solid #FFFFFF;
	margin-bottom: 15px;
}
.invul{
	background-color: #efefef;
	font-size: 11px;
	width: 380px;
	border: 1px solid #FFFFFF;
	margin-bottom: 15px;
	padding-top:8px;
	padding-bottom:8px;
}
.center{
text-align:center;
}
.rood{
	font-weight: bold;
	color: #FF0000;
	padding-left: 5px;
}
.small{
	font-size: 10px;
}
.subrood{
	font-size: 11px;
	color: #FF0000;
}

