@charset "utf-8";
/* CSS Document */

.logo_fit_sports {
	text-align: left;
	vertical-align: top;
}

P {
 padding-top: -3px;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    color: #20272f;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #424d5b;
    line-height: normal;
    font-variant: normal;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3a4959;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-variant: normal;
    text-align: left;
    padding-top: -5px;
    margin-top: -10px;
    padding-left: 4px;
} 
h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    border-top-style: 20;
    color: #B2B2B2;
}
h7 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    text-align: left;
    border-top-style: 20;
    color: #B2B2B2;
}

/* Schaduw om content heen, thema wit */
.vlak_top_wit {
	background-image: url(/img/vlak_top_wit.png);
	width: 750px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left 12px;
}
.vlak_top_grijs {
	background-image: url(/img/vlak_top_donker.png);
	width: 750px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: left 12px;
}
.vlak_midden_wit {
	background-image: url(/img/vlak_midden_wit.png);
	width: 750px;
	height: 50px;
	background-repeat: repeat-y;
	padding-left: 17px;
	padding-right: 17px;
	background-position: left;
	text-align: left;
	vertical-align: top;
}
.vlak_midden_grijs {
	background-image: url(/img/vlak_midden_donker.png);
	width: 750px;
	height: 50px;
	background-repeat: repeat-y;
	padding-left: 17px;
	padding-right: 17px;
	background-position: left;
	text-align: left;
	vertical-align: top;
}

.vlak_onder_wit {
	background-image: url(/img/vlak_onder_wit.png);
	height: 20px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.vlak_onder_grijs {
	background-image: url(/img/vlak_onder_donker.png);
	height: 20px;
	background-repeat: no-repeat;
	padding-top: 20px;
}

input:focus, select:focus {
    background-color:#FFFFFF;
    border-color:#423724;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
 }

label {
    cursor: pointer;
    cursor: hand;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
} 
 
.vbtxtform {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
    font-weight: bold;
    color: #CCCCCC;
}
 
fieldset {
    padding:0 0 10px 5;
    text-align:left;
    float:left;
    display:inline;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    margin: 5px;
    width: 400px;
    border-top: 0px 0;
    border-right: 0px 0;
    border-bottom: 0px 0;
    border-left: 0px 0;
}
.fieldsetkop {
    background:none;
    color: #CCCCCC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
}
.datum_nieuws {
    margin-left: 0px;    
    background:none;
    color: #0053ab;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;     
}
.publicatie{
    margin-left: 0px;    
    background:none;
    color: #424d5b;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal; 

}
.foutmelding
{
	 color: #FF002A;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold; 
}
