
/*
LET OP! element selectors zijn case-sensitive in XHTML, aangezien dit een
steeds meer geaccepteerde standaard is, is het wijs hier rekening mee te houden.
Selectors moeten dus in dezelfde case staan als de elements in het (X)HTML
document zelf.
*/

body {
  margin:		              0px;
  scrollbar-face-color:		      #eaebee;
  scrollbar-highlight-color:          #FFFFFF;
  scrollbar-shadow-color:             #a4aeb6;
  scrollbar-3dlight-color:            #a4aeb6;
  scrollbar-arrow-color:	      #a4aeb6;
  scrollbar-darkshadow-color:	      #FFFFFF;
  scrollbar-base-color:		      #a4aeb6;
}

a         { text-decoration: none; }
a:hover   { text-decoration: none; }
a:link    { color: #00a3db; }
a:visited { color: #00a3db; }
a:active  { color: #00a3db; }

img {
	border:		  0px;
}

table.frame {
  border:           0px solid black;
  padding:          0px;
  font-size:        2px;
}

table.frame td {
	padding:          0px;
}

table.infobar {
  border:           0px solid black;
  padding:          0px;
}

table.infobar td, table.infobar a {
	padding:          0px;
	color:            #00a3db;
	font-size:        12px;
	font-family:      arial;
	font-weight:      600;
}


.menuitem {
	height:           21px;
}

.submenuitem {
	font-family:      arial;
	font-size:        12px;
	font-weight:      700;
	color:            #00a3db;
	height:           16px;
}

tr.submenuitem a {
  text-decoration:  none;
 	color:            #00a3db;
}

tr.submenuitem td {
	padding-left:		  4px;
}

.content {
	font-family:      Verdana, Arial;
	font-size:        11px;
	colsor:            #888888;
	color:            #000000;
	padding:          5px;
	margin:           5px;
	fsont-weight:      600;
        text-align:       justify;
}

.position {
	overflow:         auto;
	background-color: #FCFCFC;
	border:           0px solid red;
}

.title {
	color:            #00a3db;
	font-size:        16px;
	font-family:      arial;
	font-weight:      700;
	padding:          3px;
	padding-left:     0px;
}

.bedrijfsnaam {
	font-size:	  11px;
	font-weight:      600;
	padding-left:     10px;
}

.adresgegevens, .adresgegevens a {
	font-size:	  11px;
	color:            #888888;
	margin-top:       0px;
}

.menuadresgegevens, .menuadresgegevens a {
	font-size:	  11px;
	color:            #000000;
	margin:           0px;
}

.highlight {
	color:            #00a3db;
}

.resize {
  /*border: 					1 solid red;*/
}

.aanbod {
	padding:	  0px;
	margin:           0px;
}

.aanbod_label {
	color:		  #00a3db;
}

.input {
  background-repeat:    repeat-x;
  font-family:          verdana, Arial;
  font-Size:            11px;
  width:                150;
  height:               15;
  border:               #a4aeb6 1px solid;
  background-color:     #f6f6f7;
  /*background-image:     url(../images/input.png);*/
  background-position:  Bottom;
}

.input_error {
  background-repeat:    repeat-x;
  font-family:          verdana, Arial;
  font-Size:            11px;
  width:                150;
  border:               #00a3db 1px solid;
  background-color:     #f6f6f7;
  /*background-image:   url(../images/input.png);*/
  background-position:  Bottom;
}

.check_error {
  border:               #00a3db 1px solid;
}

.check {
}

.contact_form {
	font-family:      Verdana, Arial;
	font-size:        11px;
	coslor:            #777777;
	color:            #000000;
	fsont-weight:      700;
        vertical-align:   top;
}

.contact_form td {
        vertical-align:   top;
}

.contact_form_title {
	font-family:      Verdana, Arial;
	font-size:        11px;
	color:            #00a3db;
	font-weight:      700;
}

.info_td_left {
	background-color: #f4f4f5;
	color:            #00a3db;
}

.info_td_left_border {
	background-color: #f4f4f5;
	color:            #00a3db;
        border-top:       #888888 1px solid;
        border-bottom:    #888888 1px solid;
}

.info_font {
	color:            #00a3db;
	font-family:      Verdana, Arial;
	font-size:        11px;
	font-weight:      700;
}

.center {
        text-align:       center;
}

.border-bottom {
        border-bottom: #888888 1px solid;
}

.border-top {
        border-top: #888888 1px solid;
}

.border-top-bottom {
        border-top: #888888 1px solid;
        border-bottom: #888888 1px solid;
}

.actiecontent {
        font-family: Verdana, Arial;
        font-Size: 16px;
        font-Weight: 700;
        color: #ffffff;
}