body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  color: #959595;
  font-size:12px;
  text-align: left;
}

html { height: 100%; margin-bottom: 1px; }

body { overflow: -moz-scrollbars-vertical; }

a:link { color: #959595; text-decoration: none;  } a:visited { color: #959595; text-decoration: none; } a:hover { color: #000000; text-decoration: none; } a:active { color: #959595; text-decoration: none; }

.text_bold A:link { color: #959595; text-decoration: underline;}
.text_bold A:visited { color:#959595; text-decoration: underline;}
.text_bold A:active { color: #959595; text-decoration: underline;}
.text_bold A:hover { color: #000; text-decoration: none;}

img{
	border:0px;
}

h1 {
  font-size:22px;
  font-weight: bold;
  color: #000;
  margin: 10px 0px 10px 0px;  /*top right bottom left*/
}

h2{
  font-size:22px;
  font-weight: bold;
  color: #000;
  margin: 0px 0px 0px 0px;
}

h3{
  font-size:22px;
  font-weight: bold;
  color: #000;
  margin: 10px 0px 10px 0px;  /*top right bottom left*/
}

h4{
  font-size:16px;
  font-weight: bold;
  color: #845e22;
  margin: 10px 0px 10px 0px;  /*top right bottom left*/
}

.linespace {
	line-height: 20px;
}

.headertext {
  font-size:13px;
  font-weight: normal;
}

.topmenutext {
  font-size:15px;
}

.footertext {
  font-size:11px;
  text-align: center;
}

.black{
	color: #000;
}

.text {
  font-size:13px;
  color: #989898;
  line-height: 20px;
}

.text_bold {
  font-size:13px;
  font-weight: bold;
  color: #000;
}

.text_bold_16px {
  font-size:16px;
  font-weight: bold;
  color: #000;
}

.text_header {
  font-size:18px;
  font-weight: bold;
  color: #000;
}

.header_submenu {
  font-size:14px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0em;
}

.text_submenu {
  font-weight: normal;
  text-align: left;
}

#topmenu a {
  color: #959595;
  text-decoration: none;
}

#topmenu a:hover {
  text-decoration: none;
  color: #000000;
}

#topmenu .active a, #topmenu active a:hover {
  text-decoration: none;
  color: #000000;
}

.iframe {
width:100%;
min-height: 700px;
min-width: 900px;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

/* layout */

.sketch{
	position: absolute; z-index: -999;
	left: -400px; top: -40px;
	height: 590px; width: 585px;
	background: url(../images/sfeer-supremo2.png) no-repeat 0% 0%;
	}

.supremo{
	background: url(images/supremo.png) no-repeat bottom right;
	background-attachment: fixed;
}


/******* TOOLTIP ********/

/*
#tooltip {
    padding: 3px;
    background: #666;
    border: 0px solid #eee;
    text-align: center;
    font-size: 13px;
	color: #fff;
	padding: 15px 15x 15px 15px;
}

span.tip {
    border-bottom: 1px solid #eee;
}*/