/*
	Dit bestand is gemaakt door YolkNet Internetservices
		www.yolknet.nl
	
	Dit bestand is onderdeel van de website van Gymvereniging Best
		www.gvbest.nl
*/

/*
	Opmaakcodes voor de globale pagina
*/

html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #232323;
	background-color: #00b4ef;
	background-image: url(afb/achtergrond.gif);
	background-repeat: repeat-x;
}

h1 {
	font-size: 140%;
	color: #00a2e8;
	margin-top: 0;
	padding-bottom: 7px;
}

img {
	border: 0px;
}

input {
	padding: 3px;
	font-family: Arial, sans-serif;
}

textarea {
	padding: 3px;
	font-family: Arial, sans-serif;
}

a:link {
	color: #00a2e8;
	font-weight: bold;
}

a:visited {
	color: #00a2e8;
	font-weight: bold;
}

a:hover {
	color: #00a2e8;
	font-weight: bold;
}

.button {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
}

.kop {
	color: #00a2e8;
	font-weight: bold;
}

.logo {
	float: left;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 30px;
}

.melding {
	color: #ffffff;
	background-color: #f15c29;
	padding: 4px;
}

.paginatie {
	margin-top: 10px;
	text-align: center;
}

/*
	Opmaakcodes voor de div-frames
*/

.frame {
	width: 950px;
	margin: 0 auto;
}

.topbalk {
	height: 160px;
}

.midden1 {
	background-image: url(afb/achtergrond-midden2.gif);
	background-repeat: repeat-y;
}

.midden2 {
	background-image: url(afb/achtergrond-midden1.gif);
	background-repeat: no-repeat;
	padding-left: 90px;
	padding-right: 80px;
	padding-top: 47px;
	padding-bottom: 2px;
	min-height: 465px;
}

.menu {
	width: 165px;
	float: left;
	margin-top: 5px;
}

.tekst {
	float: right;
	width: 600px;
	min-height: 260px;
}

.voettekst {
	clear: both;
	text-align: center;
	color: #ffffff;
	font-size: 85%;
	padding-top: 40px;
	background-image: url(afb/achtergrond-voet.gif);
	background-repeat: no-repeat;
}

.voettekst a:link {
	color: #ffffff;
}

.voettekst a:visited {
	color: #ffffff;
}

.voettekst a:hover {
	color: #ffffff;
}

/*
	Opmaakcodes voor de 2 items op de homepage
*/

.homepage_leader {
	border: 1px solid #848484;
	margin-bottom: 15px;
	padding: 5px;
}

.homepage_leader_kop {
	color: #00a2e8;
	font-weight: bold;
	width: 430px;
	float: left;
}

.homepage_leader_datum {
	width: 155px;
	text-align: right;
	float: right;
}

.homepage_leader_leader {
	padding-top: 7px;
	clear: both;
}

.homepage_leader_leesverder {
	text-align: right;
}

/*
	Opmaakcodes voor het (contact)formulier
*/

.form_regel {
	clear: both;
}

.form_links {
	float: left;
	width: 130px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.form_rechts {
	padding-top: 8px;
	padding-bottom: 8px;
}

.form_text {
	width: 250px;
}

.form_textarea {
	width: 460px;
	height: 90px;
}

/*
	Opmaakcodes voor het onderdeel Agenda
*/

 .menu_agenda {
	font-weight: bold;
	padding-bottom: 2px;
}

.menu_agenda_item {
	padding-bottom: 2px;
}

.agenda_kop {
	color: #00a2f0;
}

.agenda_dag {
	float: left;
	width: 40px;
	font-size: 120%;
	font-weight: bold;
}

.agenda_tijd {
	text-align: right;
	color: #9098d8;
}

.agenda_tekst {
	margin-bottom: 20px;
}

/*
	Opmaakcodes voor het onderdeel Formulier
*/
.formulier_tabel td {
	
	padding-bottom: 10px;
}

.formulier_vraag {
	font-weight: normal;
	text-align: right;
	width: 160px;
}

.formulier_antwoord {

}

.formulier_instructie {
	
}

.fireFormTextarea {
	font-size: 100%;
}
