@import url(navigation_.css);

html, body {
	height: 100%;
	font-family: Verdana;
}

body {
	background: #B7B2A8; /* ACHTERGRONDKLEUR LINKS RECHTS PAGINA */
	text-align: center;
	font-size: 76%;
	margin: 0;
	padding: 0;
}

#wrap {
	background: white;
	text-align: left;
	margin: 0 auto;
	width: 770px;
	position: relative;
	min-height: 520px;
	border-top: 20px solid #B7B2A8;
	border-bottom: 20px solid #B7B2A8;
}

#wrap img {
	display: block;
}

#header {
	width: 390px;
	height: 36px;
	padding: 18px 10px 0px 360px;
}

#header h1 {
	letter-spacing: 0.05em;
	font-size: 1em;
	color: #B6B2A7;
	margin: 0 0 0 102px;
	font-weight: normal;
}

#header h2 {
	letter-spacing: 0.05em;
	font-size: 1em;
	color: #B7B2A8;
	margin: .5em 0 0 102px;
	cursor: default;
}

#content {
	width: 606px;
	float: left;
}

img {
   behavior: url("css/pngbehavior.htc");
}

.left {
	font: .9em Verdana;
	font-weight: bold;
	float: left;
	width: 154px;
}

#footer {
	width: 140px;
}

address {
	font-family: Georgia;
	font-size: .8em;
	color: #B7B2A8;
	margin: 0 0 10px 10px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.05em;
}

div.clearer {
	clear: left;
	height: 10px;
}

.proj {
	background: #ccc;
	display: block;
	float: left;
	margin-top: 10px;
	padding: 5px;
	display: inline; /* IE... */
	color: #222;
}

.proj:hover {
	background: #ddd;
}

.proj.hor {
	width: 288px;
	height: 134px;
	
}

.proj.ver {
	width: 134px;
	height: 288px;
}

#content h1 {
	color: #6F6652;
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: .1em;
	margin-top: 1em;
	margin-bottom: .5em;
}

#content h2 {
	color: black;
	font-size: 1em;
	letter-spacing: .1em;
	margin-top: 1em;
	margin-bottom: .5em;
}

#content p {
	font-size: .85em;
	line-height: 1.5em;
	margin-top: 0;
}

#home #content a {
	font-size: .85em;
	line-height: 1.5em;
	margin-top: 0;
}

#content ul {
	line-height: 1.5em;
	margin-left: 0;
}

#content li {
	list-style: none;
	padding-left: 15px;
	background: url(../images/content_li_background.gif) no-repeat 0 5px;
}

a {
	color: #3399CC;
}

a:visited {
	color: #266788;
}

a:hover {
	color: red;
}

#vormgeving {
	display: none;
}

h2#vacature {
	font-size: 2.0em;
	margin-bottom: 2px;
}

input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.zoek {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width:80px;
}

/* additions TC - 2007 */

.padding { /* MT-200207 padding afbeeldingenreeks verticaal rechts */
	padding: 5px;
}

.padding_kader {
	padding: 5px;
	border: 1px solid #B7B2A8;
}

.content {  /* MT-200207 contentformat tabel met tekst en afbeeldingen */
	font-size: .9em;
	padding-left: 20px;
	margin-left: 10px;
}

.content2 {
	font-size: .9em;
	padding-left: 20px;
	margin-left: 10px;
	height: 200px !important;
}
