body {
	font: 85%/150% Verdana, Arial, Helvetica, Sans-serif;
}

/* text */
.large {
	font-size: 1.2em;
}
.larger {
	font-size: 1.1em;
}
.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}

/* anchors */
a	{
	color: #EF0E0E;
}
a:hover	{
	color: black;
}
.more {
	font-weight: bold;
	font-style: normal;
	color: #c00000;
}
a, h4 {
	text-decoration: none;
}

/* set margins and paddings for various elements */
address, blockquote, fieldset, form, hr, p, pre, table, ul, ol, dl {
	margin: 0 0 1em 0;
}


/* headers */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
}

h1 {
	font-size: 1.8em;
	color: #EF0E0E;
}

h2 {
	font-size: 1.5em;
	color: black;
	margin-bottom: 0.3em;
}

h3 {
	font-size: 1.3em;
	color: #EF0E0E;
}

h4 {
	font-size: 1em;
	color: #EF0E0E;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.85em;
}

/* lists */

ul {
	margin: 0 0 1em 0;
	padding-left: 2em;
}
ol {
	margin: 0 0 1em 3em;
	padding: 0;
}


dt {
	float: left;
	width: 12em;
	font-weight: bold;
}


/* images & alignment */

img {
	border: none;
}
.image {
	clear: both;
	margin: 0 0 1em 0;
}

.image img {
	border: 1px solid white;
}
.border img,
img.border {
	border: 1px solid #222;
}

.caption {
	font-style: italic;
	font-size: 0.9em;
	line-height: 130%;
	color: #666aad;
}
.caption img {
	margin-bottom: 0.3em;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}
.right {
	float: right;
	margin: 0 0 1em 1em;
}
.center {
	text-align: center;
}


/* tables */

table td,
table th {
	vertical-align: top;
	text-align: left;
	padding: 0.25em 0.3em;
}


/* forms */

fieldset {
	border: 1px solid #ffb500;
	padding: 10px 15px 10px 20px;
}
legend {
	color: #c00000;
	font-weight: bold;
}
* html legend {
	margin-bottom: 10px;
}

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font-size: 13px;
	font: 13px/120% "Trebuchet MS", Tahoma, Arial, Helvetica, Verdana, Sans-serif;
	/* width:311px; */
}

input,
textarea {
	border: 1px solid #333;
	background: white;
	padding-left: 3px;
	background: white url(../images/interface/input_back.png) repeat-x left top;
}

#registreerContent input{
	width: 131px;
}

.defaultWidth {
	width: 311px;
}
.selectOrganisatie {
	width: 316px;
}

input.button {
	width: auto;
}

#wrapper input.radio,
#wrapper input.check {
	background: none;
	border: none;
}

#wrapper .button{
	border-top: 1px solid #f75d5d;
	border-left: 1px solid #f75d5d;
	border-bottom: 1px solid #700000;
	border-right: 1px solid #700000;
	background: #EF0E0E ;
	color: #fff;
	display: inline-block;
	padding: 1px 8px 1px 8px;
	cursor: pointer;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: white;
}


* html #wrapper input.button {
	padding: 1px 2px 0 2px;
}
#wrapper .button:hover {
	border-top: 1px solid #fde09a;
	border-left: 1px solid #fde09a;
	border-bottom: 1px solid #bc8500;
	border-right: 1px solid #bc8500;
	background: #FFB40F;
	color: black;
}
#wrapper .button.disabled {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	background: #999;
	color: #ddd;
	cursor: default;
}

.publiced {
	color: #004861;
	font-weight: bold;
}
.required {
	color: #c00000;
	font-weight: bold;
}
.alert{
	color: #c00000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#loginfail {
	color: #c00000;
}
#loginfail fieldset {
	text-align: center;
	border: 1px solid #c00000;
	padding: 10px;
}
.success{
	text-align: center;
	border: 2px rgb(0,204,0) solid;
  background-color: lime;
	padding: 5px;
	color:black;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
form table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 0;
}

form table td,
form table th {
	vertical-align: top;
	padding: 0.25em;
}

form table td.label,
form table th {
	width: 12em;
	text-align: left;
}

form #titulatuur,
form #fc_nederlandWoonplaats,
form #woonplaats {
	width: 233px;

}
form #voorletters,
form #tussenvoegsel,
form #postcode {
	width: 65px;
}

form #geslacht {
	width: 238px;
}
form #inputMenuPHP {
	width: 100px;
}

form #burgerlijkestaat,
form #provincie,
form #nationaliteit,
form #kerkelijkegezindte,
form #team,
form #coach,
form #functie,
form #leiding,
form #kennisgebied,
form #kennisprecies {
	width: 316px;
}

form #wat {
	width: 155px;
}
form #waar {
	width: 155px;
}

form #titulatuur {
	margin-right: 2px;
}
form #postcode,
form #geslacht {
	margin-right: 2px;
}

form #postcode{
	margin-right: 7px;
}

form #zkrVerwijder{
	width: 20px;
}

.container{
	float: left;
	width: 300px;
	height: 150px;
	border: 1px solid #DDDDDD;
	padding-left: 5px;
}
/* POWERED BY*/
#powerdBy {

	text-align:center;
	margin-top:40px;
}

#powerdBy div {
	margin-top:40px;
}
#powerdBy .titelPowered {
	color:white;
	font-weight:bold;
	margin-top:10px;
}

#loginAls {
    padding-left:20px;
    font-size: 9px;
    margin-top:10px;
}
#loginAls select {
    height:18px;
}