/* ----- ALGEMEEN ----- */

a {
	color: #efefef;
}

body, table {
	font-family: arial;
	font-size: 14px;
}

body {
	padding: 0;
	margin: 0;
	text-align: left;
}

.left { float: left; }
.right { float: right; }
.none{ display: none }
.clear_left { float: left; clear: left; }
.clear_right { float: right; clear: right; }

/* Standaard Styling Layout Website */
* {
  margin: 0;
  outline: 0;
  padding: 0;
}
html {
  background:#F5F1E8;
  background: url('/public/site/images/bg.png') top center;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 85%;
  cursor: default;
}
body {
  background: url('/public/site/images/bgtop.png') top center repeat-x;
  height: 800px;
}
html > body {
  min-height: 800px;
  height: 100%;
}
#outer {
  background-image:url('/public/site/images/mid.png');
  margin: 0 auto;
  width: 950px;
  position:relative;
}
#top {
  background-image:url('/public/site/images/top.png');
  height: 545px;
}
#content {
  height: 252px;
  margin-top: -300px;
  padding: 10px 40px;
  padding-left: 233px;
}
html > body #content {
  min-height: 525px;
  height: 100%;
}
#content p, #content ul, #content ol, #content form, #content h3 {
  padding-bottom: 1em;
}
#content h1 {
  font-size: 20px;
  padding-bottom: 10px;
}

#content ul, #content ol {
  margin-left: 20px;
}

#quicklinks{
	position:absolute;
	top: 300px;
	left: 22px;
	height: 150px;	
}

#quicklinks img{
	cursor: pointer;
}	
#voet {
  background-image: url('/public/site/images/voet.png');
  height: 37px;
}
#voet #proximedia {
  display: block;
  float: right;
  height: 22px;
  margin-right: 16px;
  margin-top: 10px;
  width: 72px;
}
tt, .hidden, .type {
  display: none;
}
img {
  border: 0;
}
td, th {
  vertical-align: top;
}

/* FORM DESIGN */
label {
  float: left;
  width: 175px;
}
fieldset {
  border:0;
  padding: 2px 5px;
  margin-bottom: 1em;
}
legend {
  color: #fff;
  font-weight: bold;
}

/* MENU */
#menu {
  margin-right: 13px;
  margin-top: 203px;
  list-style: none;
  height: 25px;
  text-align: right;
  z-index: 101;
  float :right;
}

#menu li {
  display: inline;
  float: left;
  text-align: left;

}
#menu li a {
  display: block;
  height: 25px;
  color: white;
  font-weight: bold;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration: none;
}

#menu ul {
  background: #606060;
  border: 1px solid #000;
  display: none;
  position: absolute;
  margin-left: 5px;
  margin-top: -1px;
  padding-bottom: 3px;
  width: 117px;
}
#menu ul li {
  float: none;
  text-align: left;
  height: 14px;  
}
#menu ul li a {
  color: #efefef;
  display: block;
  font-size: 12px;
  height: 100%;
  padding: 2px 5px;
  text-decoration: none;
}
#menu ul li a:hover {
  background: #909090;
}

/* CSS3 - LINK INFORMATIE */
a[target="_blank"] {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAFVBMVEVmmcwzmcyZzP8AZswAZv////////9E6giVAAAAB3RSTlP///////8AGksDRgAAADhJREFUGFcly0ESAEAEA0Ei6/9P3sEcVB8kmrwFyni0bOeyyDpy9JTLEaOhQq7Ongf5FeMhHS/4AVnsAZubxDVmAAAAAElFTkSuQmCC") center right no-repeat;
  padding-right: 13px;
}
.hdownload .url {
  background: url('/public/site/images/icon-hcard-download.png') right center no-repeat;
  line-height: 20px;
  margin: -6px 0 0 6px;
  padding-right: 26px;
  position: absolute;
  text-decoration: none;
}

/* vCard */
#contactgegevens {
  border: 0
}
#contactgegevens legend {
  display: none;
}
.vcard .fn {
  font-weight: bold;
}

.tekstblok {
  width: 665px;
}
.tekstblok .tekstblok_top {
  background: url('/public/site/images/tekstblok_top.png');

  height: 9px;
  font-size: 1px;
}
.tekstblok .tekstblok_mid {
  background: url('/public/site/images/tekstblok_mid.png');

  height: auto;
}
.tekstblok .tekstblok_midtop {
  background: url('/public/site/images/tekstblok_midtop.png') no-repeat;

  color: white;
  height: 151px;
  padding: 0 10px;
}
html > body .tekstblok .tekstblok_midtop {
  min-height: 151px;
  height: 100%;
}
.tekstblok .tekstblok_voet {
  background: url('/public/site/images/tekstblok_voet.png') no-repeat;
  height: 9px;
  font-size: 1px;
  margin: 0;
  padding:0;
}


#contactgegevens {
  margin-left:30px;
  margin-top:-270px;
  position:absolute;
  width:200px;
}

#Info {
  display: block;
  margin-bottom: 1em;
}
