body {
	font: 75%/150% Tahoma, Arial, Helvetica, sans-serif;
	color: black;
}

.large {
	font-size: 1.1em;
}
.medium {
	font-size: 0.9em;
}
.small {
	font-size: 0.8em;
}

/* anchors */

a	{
	color: #0066ba;
	text-decoration: underline;
}

a:hover	{
	color: #019aea;
	text-decoration: underline;
}


/* set margins and paddings for various elements */
address, blockquote, dl, fieldset, form, hr, ol, p, pre, table, ul {
	margin: 0 0 1em 0;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0; padding: 0;
}

h1 {
	font-size: 2em;
	color: #000000;
}

h2 {
	font-size: 1.5em;
	color: #0066ba;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1.4em;
	color: #00a046;
	margin-bottom: 0.25em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}


/* images */

img {
	border: none;
}


/* lists */

#content ul {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 1em;
}
#content ul li {
	padding-left: 1.5em;
	background: url(bullet.png) no-repeat 0.4em 0.65em;
	margin-bottom: 0.5em;
}


/* forms */

input, 
select, 
textarea {
	/* make sure these elements get the same fonts */
	font: 100%/110% Tahoma, Arial, Helvetica, sans-serif;
}

input,
textarea {
	border: 1px solid #333;
	background: white;
	padding-left: 3px;
	width: 220px;
	background: url(../images/interface/input_back.png) repeat-x left top;
}

input.check,
input.radio,
input.button {
	border: none;
	width: auto;
	background: none;
}

#wrapper .button {
	display: block;
	width: auto;
	border-top: 1px solid #e8eef2;
	border-left: 1px solid #e8eef2;
	border-bottom: 1px solid #013e53;
	border-right: 1px solid #013e53;
	background: #00506c;
	padding: 2px 8px;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: white;
}
a.button {
	padding: 4px 8px;
}
* html input.button {
	padding: 2px 2px 1px 2px;
}
#wrapper .button:hover {
	border-top: 1px solid #f5f9e8;
	border-left: 1px solid #f5f9e8;
	border-bottom: 1px solid #718f00;
	border-right: 1px solid #718f00;
	background: #b4d82b;
	text-decoration: none;
	color: #00506c;
}

.required {
	color: #9ec119;
	font-weight: bold;
}

/* tables */

table {
	border-collapse: collapse;
	border: none;
}
th, 
td {
	vertical-align: top;
	text-align: left;
	padding: 0.25em;
}

/* contact form table */

form table {
	border-collapse: collapse;
	border: none;
}

form table td {
	vertical-align: top;
	padding: 0.25em;
}

form table td.label {
	width: 16em;
}

form #fc_postcode {
	width: 60px;
	margin-right: 9px;
}

form #fc_woonplaats {
	width: 145px;
}

/* SCREEN */

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#header,
#content {
	float: left; display: inline;
}

#content {
	padding: 1em;
}

#header h1 {
	background: url(emmaus.png) no-repeat left top;
	width: 150px; height: 193px;
}
#header h1 a {
	display: block;
	width: 150px; height: 193px;
	text-decoration: none;
	text-indent: -999em;
}

#content #logos li {
	padding: 0;
	background: none;
	font-weight: bold;
	font-size: 1.1em;
}
#content #logos li img {
	display: block;
	margin: 0 0 0.3em 0;
}

#content ul li strong {
	color: #005ab2;
}


#content p em {
	color: #8575b8;
}