/**
 * Voorhuys Mijn Theater css
 * powered by peppered -> http://www.peppered.nl
 * @author: arjen
 *
 */

@import url("base.css");

body.login h2 span {
	background: transparent url(../images/kop_inloggen.gif) no-repeat 100% 50%;
}
body.nieuwAccount h2 span {
	background: transparent url(../images/kop_nieuw_account.gif) no-repeat 100% 50%;
}

body.home h2 span {
	background: transparent url(../images/kop_persoonlijke_instellingen.gif) no-repeat 100% 50%;
}

#content #block-gegevenswijzigen h2 span {
	background: transparent url(../images/kop_gegevens_wijzigen.gif) no-repeat 100% 50%;
}

h3 {
	font-size: 1.09em;
	color: #000000;
	font-weight: bold;
	
}

body.login #content div.block {
	padding: 0 0 11px 0;
	margin-bottom: 22px;
	background: transparent url(../images/stippel_lgrey.gif) repeat-x 0 100%;
}

body.login #content div.blockLast {
	background: none;
}
body.login #content a.button {
	float: right;
}

body.nieuwAccount input.submit {
	font-size: 1.45em;
}

#content p.notice {
	background: #FFE7A0;
	color: #000000;
	border: 1px solid #F7B120;
	padding: 2px 4px;
}

#kaartenForm label span {
	font-weight: bold;
}
