/* CSS V1.0 */

html, body {
  margin:0px;
  padding:0px;
  height:100%;
  background:#98002e;
  text-align:center;
}

table.positioning,
table.positioning tr td {
  margin:0px;
  padding:0px;
  border:0px;
}

#contain {
  width:815px;
  height:auto;
  margin:0px auto;
  padding:0px;
  text-align:left;
}

/* Layout */

#header {
  float:left;
  width:758px;
  height:127px;
  margin:30px 0px 0px 0px;
  padding:0px;
  display:inline;
}
#PRnav {
  float:left;
  width:758px;
  height:38px;
  margin:89px 0px 0px 0px;
  padding:0px;
  display:inline;
  background:url('../gfx/bg_nav.gif') left bottom no-repeat;
}
#main {
    float:left;
    width:813px;
    height:auto;
    margin:0px;
    padding:0px;
    display:inline;
    background:url('../gfx/bg_main.gif') left top repeat-y;
}
#content {
  float:left;
  width:485px;
  height:auto;
  margin:0px;
  padding:0px;
  display:inline;
  background:url('../gfx/bg_content.gif') left top repeat-y #ffffd6;
}
#contact1 {
  float:left;
  width:273px;
  height:415px;
  margin:0px;
  padding:0px;
  display:inline;
  background:url('../gfx/contact1.jpg') 0px 30px no-repeat #ffffd6;
}
#contact2 {
  float:left;
  width:55px;
  height:415px;
  margin:0px;
  padding:0px;
  display:inline;
  background:url('../gfx/contact2.jpg') 0px 67px no-repeat;
}
#footer {
  float:left;
  width:758px;
  height:40px;
  margin:0px;
  padding:0px;
  display:inline;
  background:url('../gfx/footer.jpg') left top no-repeat;
}

/* Header */
body#header1 #header {background:url('../gfx/header1.jpg') left top no-repeat;}
body#header2 #header {background:url('../gfx/header2.jpg') left top no-repeat;}
body#header3 #header {background:url('../gfx/header3.jpg') left top no-repeat;}
body#header4 #header {background:url('../gfx/header4.jpg') left top no-repeat;}

/* PRnav */
a.on {
  float:right;
  width:119px;
  height:29px;
  padding:9px 0px 0px 0px;
  display:inline;
  text-align:center;
  font-family:verdana;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#98002e;
}
a.off {
  float:right;
  width:119px;
  height:29px;
  padding:9px 0px 0px 0px;
  display:inline;
  text-align:center;
  font-family:verdana;
  font-size:10px;
  font-weight:bold;
  text-decoration:none;
  color:#994c63;
}

#PRnav[id] a.off {background:url('../gfx/button.png') left top no-repeat;}
#PRnav[id] a.on {background:url('../gfx/button_on.png') left top no-repeat;}

img#contactCard {
	margin-top:30px;
}

/* Textstyle */

h1 {
  margin:20px 20px 10px 20px;
  font-family:verdana;
  font-size:0.9em;
  font-weight:bold;
  text-decoration:none;
  color:#98002e;
}
h2 {
  margin:20px 20px 0px 20px;
  font-family:verdana;
  font-size:0.7em;
  font-weight:bold;
  text-decoration:none;
  color:#98002e;
}
p {
  margin:0px 20px 10px 20px;
  font-family:verdana;
  font-size:0.7em;
  text-decoration:none;
  color:#98002e;
}
p.small {
    margin:15px 0px 0px 0px;
    text-align:center;
    font-size:0.55em;
    font-style:italic;
    color:#fff;
}
a {
    color:#333;
    text-decoration:none;
}
a:hover {text-decoration:underline;}

ul {
  margin:0px 20px 10px 20px;
  font-family:verdana;
  font-size:0.7em;
  text-decoration:none;
  color:#98002e;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- www.devosdesign.nl */

.hotspot{
	font-weight:bold;
	}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- www.devosdesign.nl */