html, body {
  height: 100%;
}
body {
  background: white url(/img/bg.gif) top center repeat;
  font: 11px/16px tahoma, arial;
  text-align: center;
  color: #7b7b7b;
  margin: 0;
}

img {
  border: 0;
}

a, a:link, a:active, a:visited {
  text-decoration: underline;
  color: #7b7b7b;
}

a:hover {
  color: #009ee0;
  text-decoration: underline;
}

h2 {
  font: 18px/16px tahoma, arial;
  letter-spacing: 1px;
  color: #009ee0;
  padding: 0;
  margin: 0;
}

input {
  color: #7b7b7b;
  background: white;
  border: 1px solid #7b7b7b;
}
input.button {
  background: #edf1f3;
  border: 1px solid #7b7b7b;
  padding: 0;
}
select { 
  color: #7b7b7b;
  background: white;
  border: 1px solid #7b7b7b;
}

#container {
  position: relative;
  min-height: 100%;
  height:auto !important;
  height:100%;
  width: 800px;
  margin: 0 auto;
  background:  url(/img/mainbg.gif) top center repeat-y;
  text-align: left;
  padding: 0 84px 0 84px;
}

#main {
  width: 800px;
  margin: 0 0 0 1px;
  background: url(/img/top.gif) top center no-repeat;

}

#top {
  margin: 0;
  padding: 12px 20px 0 0;
  font-size: 36px;
  font-weight: lighter;
  height: 60px;
  line-height: 60px;
  text-align: left;
  color: #009ee0;
}
#top a {
  color: #009ee0;
  text-decoration: none;
}
#logo {
  width: 223px;
  height: 122px;
  color: white;
  font-size: 10px;
  line-height: 10px;
  margin: 0;
  padding: 0;
  background: url(/img/suncorner_redirect.jpg) top left no-repeat;
  float: left;
  position: relative;
}

#logo_link { display: block; float: right; position: relative; width: 201px; height: 71px; padding: 0; }

#header {  
  background: white;
  float: right;
  position: relative;
  width: 575px;
  height: 122px;
}

#topbar {
  width: 800px;
  height: 17px;
  display: block;
  background: url(/img/topbar.gif) left top no-repeat;
  margin: 1px 0 0 0;
}

#left {
  width: 183px;
  padding: 27px 20px 183px 20px;
  float: left;
  position: relative;
  text-align: right;

}
#left a:link, #left a:active, #left a:visited {
  text-decoration: none;
}
#left a:hover {
  text-decoration: underline;
}
#right {
  width: 535px;
  padding: 20px 20px 200px 20px;
  float: left;
  position: relative;
}

#footer {
  position: absolute;
  bottom: 0;
  height: 163px;
  margin: -163px 0 0 1px;
  padding: 0;
  width: 800px;
  background: url(/img/footerbg.gif) right no-repeat;
}

#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
  color: #003b5a;
}

#fleft {
  width: 183px;
  padding: 34px 20px 20px 20px;
  float: left;
  position: relative;
  text-align: left;
}

#fright {
  width: 535px;
  padding: 40px 20px 0 20px;
  float: left;
  position: relative;
  text-align: justify;
}
#fright img {
  border: 3px solid #009ee0;
  width: 146px;
  height: 61px;
  margin: 0 5px 0 0;
}
#fright a {
  float: left;
  position: relative;
}
#fright a:hover {
  filter: alpha(opacity=70);
  opacity: .70;
  border-color: #00111a;
}

#content_rechts {
  width: 172px;
  float: right;
  text-align: justify;
}
#content_rechts img {
  border: 3px solid #009ee0;

}

#content_rechts a:hover {
  filter: alpha(opacity=70);
  opacity: .70;
  border-color: #00111a;
}

#footerbar {
  background: #c3c1c1;
  width: 760px;
  padding: 3px 20px 3px 20px;
  margin: 0;
  position: absolute;
  bottom: 10px;
  color: white;
  font-size: 10px;
  text-align: center;
}
#footerbar a {
  color: white;
  text-decoration: underline;
}

.menu { width:800px; height:26px; position:relative; z-index:97; margin: 0; background: #c3c1c1; font-size: 11px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:97px; height:26px; text-align:center; color: #ffffff; border: solid #ffffff; border-width: 0 0 0 1px; background: none; line-height:26px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}


.menu ul li:hover a {color:white; background:#009ee0;}
.menu ul li:hover ul {display:block; position:absolute; top:26px; left:0; width:97px;}
.menu ul li:hover ul li a.hide {background:#c3c1c1; color:#fff; }
.menu ul li:hover ul li:hover a.hide {background:#b88d0b; color:#fff; text-decoration: underline;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#c3c1c1; color:#fff; }
.menu ul li:hover ul li a:hover {background:#009ee0; color:#fff; text-decoration: underline;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:98px; top:0; }
.menu ul li:hover ul li:hover ul.left {left:-98px;}



.clear {
  clear: both;
}

.error {
	border: 1px solid #b88d0b;
}

#container_print {
  position: relative;
  min-height: 100%;
  height:auto !important;
  height:100%;
  width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 0 84px 0 84px;
}

#main_print {
  width: 800px;
  margin: 0 0 0 1px;

}
.linkover {
	background-color: #edeeee;
	cursor: hand;
}
.oudeprijs {
	TEXT-DECORATION: line-through
}
