html{
	height: 101%;
}
body{
	text-align:center;
	margin: 0px;
}
body, td{
	font: 12px/14px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
}

td a, .displaygroup_nav a{
	font: 11px/15px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	text-decoration: none;
}
td a:hover, .displaygroup_nav a:hover{
	text-decoration: underline;
}

h1{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
}

/*Formulier velden*/
.form_oms{
	font: 12px/14px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	text-align: right;
	padding-right: 10px;
}
.losse_link{
	font: 12px/14px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
}
.form_oms-error{
	font: 12px/14px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #b12418;
	text-align: right;
	padding-right: 10px;
}
.error{
	color: #b12418;
}
.form_field{
	font: 12px/14px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	width: 370px;
	margin: 0;
	padding: 0;
}
.form_field_no_width{
	font: 12px/14px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	margin: 0;
	padding: 0;
}
.form_row_0{
	background-color: #bdd5e9;
	height: 30px;
}
.form_row_1{
	background-color: #ffffff;
	height: 30px;
}

/*Container waar alles in zit*/
.container{
	border: 1px none green;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/*Header met zoekveld*/
.header{
	position: relative;
	border: 1px none green;
	background: url(../gfx/studieclub-header.jpg) no-repeat;
	width: 970px;
	height: 164;
}
.headerBanner{
	position: absolute;
	left: 460px;
	top:  20px;
	z-index: 10;
}

.headerSearch{
	position: absolute;
	left: 660px;
	top:  110px;
	z-index: 20;
}

.headerLinksLeft{
	position: absolute;
	left: 30px;
	top: 144px;
	z-index: 30;
	color: white;
	font-size: 13px;
}
.headerLinksRight{
	position: absolute;
	left: 760px;
	top: 144px;
	z-index: 40;
	color: #ffffff;
	font-size: 13px;
}

.headerLinksRight a{
	color: #ffffff;
	text-decoration: none;
}
.headerLinksRight a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.headerSearchTextfield{
	font: 12px/14px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	margin: 0;
	padding: 0;
}
.headerSearchSubmit{
	font: 12px/14px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	margin: 0;
	padding: 0;
}
/*Hoofdnavigatie*/
.navigationBackground{
	border: 1px none blue;
	height: 32px;
	background: url(../gfx/nav_bg-2.jpg) repeat-x;
	position: relative;
}
.navigationButtons{
	position: absolute;
	left: 120px;
	font: bold 13px/38px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
}
/*Linker hoofdnavigatieknop*/
.navigationButtonLeft, .navigationButtonLeft_selected{
	float: left;
	width: 121px;
	height: 32px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}
.navigationButtonLeft a{
	display: block;
	height: 32px;
	background: url(../gfx/nav/left_deselected.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
}
.navigationButtonLeft a:hover{
	background: url(../gfx/nav/left_selected.jpg) no-repeat;
	color: #ffffff;
}
.navigationButtonLeft_selected a{
	display: block;
	height: 32px;
	background: url(../gfx/nav/left_selected.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
}

/*Middelste hoofdnavigatieknop*/
.navigationButtonMid, .navigationButtonMid_selected{
	float: left;
	width: 121px;
	height: 32px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}
.navigationButtonMid a{
	display: block;
	height: 32px;
	background: url(../gfx/nav/mid_deselected.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
}
.navigationButtonMid a:hover{
	background: url(../gfx/nav/mid_selected.jpg) no-repeat;
	color: #ffffff;
}
.navigationButtonMid_selected a{
	display: block;
	height: 32px;
	background: url(../gfx/nav/mid_selected.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
}

/*Rechter hoofdnavigatieknop*/
.navigationButtonRight, .navigationButtonRight_selected{
	float: left;
	width: 123px;
	height: 32px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}
.navigationButtonRight a{
	display: block;
	height: 32px;
	background: url(../gfx/nav/right_deselected.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
}
.navigationButtonRight a:hover{
	background: url(../gfx/nav/right_selected.jpg) no-repeat;
	color: #ffffff;
}
.navigationButtonRight_selected a{
	display: block;
	height: 32px;
	background: url(../gfx/nav/right_selected.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
}

/*Inhoud*/
.content{
	border: 1px none black;
	float: left;
}

/*hoofdindeling inhoud*/
.leftContainer{
	border: 1px none red;
	float: left;
	width:  170px;
}
.midContainer{
	border: 1px none blue;
	float: left;
	width:  624px;
}
.rightContainer{
	border: 1px none green;
	float: left;
	width: 170px;
	padding-top: 38px;
	text-align: right;
}

/*De kop van een tabblad*/
.tabHeader{
	border-bottom: 6px solid #005baa;
	height: 18px;
	margin-top: 20px;
	margin-right: 16px;
}
.tabHeaderLeft{
	float: left;
	height: 19px;
	width: 5px;
	background: url(../gfx/infoTabLeft.jpg) no-repeat;
	margin-left: 14px;
}
.tabHeaderRight{
	float: left;
	height: 19px;
	width: 5px;
	background: url(../gfx/infoTabRight.jpg) no-repeat;
}
.tabHeaderMid{
	float: left;
	height: 19px;
	background: url(../gfx/infoTabMid.jpg) repeat-x;
	font: bold 12px/13px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 20px;
}
/*De inhoud van een tabblad*/
.tabBodyNav, .tabBodyNav_selected{
	border-bottom: 2px solid #005baa;
	border-left: 2px solid #005baa;
	border-right: 2px solid #005baa;
	margin-right: 16px;
	font: 12px/22px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tabBody{
	border-bottom: 2px solid #005baa;
	border-left: 2px solid #005baa;
	border-right: 2px solid #005baa;
	margin-right: 16px;
	font: 12px/22px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tabIntro{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.tabIntro a{
	color: #192752;
}

.tabBodyNav, .tabBodyNav_selected{
	padding-left: 18px;
	background: url(../gfx/navArrow.jpg) no-repeat;
}

.tabBodyNav a{
	color: #192752;
	text-decoration: none;
}

.tabBodyNav a:hover{
	font-weight: bold;
}

.tabBodyNav_selected a{
	color: #192752;
	text-decoration: none;
	font-weight: bold;
}

/*Onderkant*/
.onderBalk{
	border: 1px none red;
	float: left;
	width: 970px;
	height: 27px;
	margin-top: 40px;
	margin-bottom: 20px;
	background: url(../gfx/onderBalk.jpg) repeat-x;
	color: #ffffff;
}
.onderBalkLinks{
	border: 1px none yellow;
	padding-left: 144px;
}
.onderBalk a{
	font: 11px/22px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	padding-right: 20px;
}

.onderBalk a:hover{
	text-decoration: underline;
}

.overzichtHeader{
	background-color: #005baa;
	font-weight: bold;
	padding-left: 10px;
	clear: both;
	color: #ffffff;
}

.ruler{
	border-bottom: 1px solid #bdd5e9;
	width: 100%;
	height:  1px;
}

.overzichtHeader a{
	font: 11px/22px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	text-decoration: none;
}

.overzichtHeader a:hover{
	text-decoration: underline;
}

.home_layer_txt{
	position: relative;
	background: url(../gfx/home_layer_txt.jpg) no-repeat;
	width: 309px;
	height: 267px;
}
.home_layer_vid{
	position: relative;
	background: url(../gfx/home_layer_vid.jpg) no-repeat;
	width: 309px;
	height: 267px;
}
.home_layer_txt_header{
	font: bold 12px/13px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	padding-left: 12px;
	padding-top: 6px;
}
.home_layer_txt_header2{
	font: bold 12px/13px Arial, Geneva, "Helvetica Neue", Helvetica, sans-serif;
	color: #192752;
	padding-left: 18px;
	padding-top: 6px;
}
.home_layer_txt_boven{
	padding-top: 16px;
	padding-left: 10px;
	padding-right: 22px;
}

.home_layer_txt_boven a, .home_layer_txt_boven2 a, .home_layer_txt_onder a, .home_layer_txt_onder2 a{
	color: #192752;
	text-decoration: none;
	font-weight: bold;
}

.home_layer_txt_boven a:hover, .home_layer_txt_boven2 a:hover, .home_layer_txt_onder a:hover, .home_layer_txt_onder2 a:hover{
	text-decoration: underline;
}

.home_layer_txt_boven2{
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 22px;
}
.home_layer_txt_onder{
	padding-left: 10px;
	position: absolute;
	left: 8px;
	
}

.clubleden{
	padding: 10px;
	width: 200px;
	border: 1px solid green;
	float: left;
}

.bericht_header{
	margin-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	line-height: 14px;
}

.bericht_content{
	display: none;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #bdd5e9;
}
.displaygroup_nav{
	padding-left: 10px;
	padding-top: 10px;
}
.kleiner{
	font-size: 11px;
}
.kleiner a{
	color: #192752;
	font-weight: bold;
	text-decoration: none;
}
.kleiner a:hover{
	text-decoration: underline;
}





