@charset "utf-8";
/*  ALGEMEEN  */
* {
  margin:0;
  padding:0;
}

html,body {
  height:100%;
  line-height: 1.5em;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.84em;
}

a {
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  text-decoration:underline;
}

#container {
  width:100%;
  text-align:left;
  position:relative;
  min-height:100%;
  height:auto !important;
  height: 100%; /* voor IE */
  background-image:url(../img/logo_stamp.png);
  background-position:right top;
  background-repeat:no-repeat;
  margin:0 auto;
}

#color_menu {
  height:9px;
  position:absolute;
  top:8px;
  right:15px;
  width:120px;
}

#color_menu img {
  margin-left:6px;
  text-align:right;
  border-color:#848383;
  border-style:solid;
  border-width:1px;
}

/*  HEADER/NAVIGATIE  */
#header {
  width:900px;
  height:100px;
  text-align:right;
  margin:auto;
}

#headerbalk {
  border-bottom:solid;
  border-bottom-width: 1px;
  position:absolute;
  top:0;
  left: 0;
  width:100%;
  background:#000000;
  height: 25px;
}


#menu {
  width:600px;
  margin:72px -10px 0  0;
  float:right;
}

#menu a {
  font-weight:bold; 
  padding-left:10px;
  border-left:solid 1px #ffffff; 
  padding-right:10px;
}

.menuitem {
  height: 11px;
  text-decoration:none;
}

.menuitem:hover {
  height: 11px;
  text-decoration:underline;
}

.menuitem_active {
  text-decoration:none;  
  height: 11px;
}

.menuitem_active:hover{
  text-decoration:underline;
  height: 11px;
}

/*  CONTENT  */
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 10px;
}

#content {
  width:100%;
  background-repeat:repeat-y;
  background-position:right;
  margin:auto;
}
#content2 {
  width:100%;
  margin:auto;
}


#maincolumn {
  width:600px;
  float:left;
  padding:25px;
}

#maincontent {
 padding-top:25px;
}
.maincontent {
 padding-top:25px;
}

#flash_anim{
  width: 590px;
  border-style:solid; 
  border-width:5px;
}
.flash_anim{
  width: 590px;
  border-style:solid; 
  border-width:5px;
}
#flash_anim1{
  width: 590px;
  border-style:solid; 
  border-width:5px;
}
.ruler{
  border:none;
  height:1px;
  width: 100%;
  background-repeat:repeat-x;
  margin-top:25px;
  margin-bottom:15px;
}

#subcolumn {
  width:250px;
  float:right;
  margin:0;
}

#subcolumn h2 {
  font-size:1.2em;
  font-weight:bold;
  line-height:12px;
  padding:14px;
}

#subcolumn .item { 
padding-top: 3px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 15px;
}

#subcolumn .item h3 {
  font-weight:bold;
  font-size:1em;
  margin-bottom:5px;
}

#subcolumn .item a {
  font-weight:bold;
}



/* FOOTER */
#footer {
  border-top:solid;
  border-top-width: 1px;
  position:absolute;
  bottom:0;
  width:100%;
  background:#000000;
  height:31px;
  color:#a5a4a4;
  font-size:11px;
  line-height:15px;
}

.footer_menu { 
  float:right;
  margin-top:7px;
  padding-right:15px;
}

.footer_menu a {
  color:#a5a4a4;
  text-decoration:none;
}

.footer_menu a:hover {
  color:#a5a4a4;
  text-decoration:underline;
}

#footer img {
  margin-left:5px;
  cursor: pointer;
}

.copyright {
  float:left;
  margin-top:7px;
  padding-left:15px;

}
#maincolumn2 {
  width:850px;
  float:left;
  padding:25px;
}


/*  FORMULIEREN  */

form{
  padding: 13px;
  margin: 0px;
}
.formfont {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;	
}
input{
  height: 18px;
  border:none;
  padding-top: 3px;
  padding-left: 5px;
  font-size: 11px;
  text-align: left;
}

.label{
  width: 110px;
  height: 24px;
  text-align: left;
}

.bttn{
  text-align:right;
  padding-bottom: 4px;
  padding-right:10px;
  font-weight:bold;
  border: none;
  height: 21px;
}
.formelement_multi{
  height: 50px;
  border:none;
  padding-top: 3px;
  padding-left: 5px;
  font-size: 11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
}


/*  GOOGLEMAPS  */

#directions{margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -32px;
}

#map{
  overflow:hidden;
}
li {
	margin-left: 15px;
}