html
{
  overflow: auto;
}
body
{
  background: #53447D url('./../afbeeldingen/body_bg.jpg') repeat-x top left;
  margin: 0px;
}
#outerwrap
{
  position: relative;
  display: block;
  margin: 0px auto;
  width: 1000px;
  height: 590px;
  background-color: #FFFFFF;
}
#content
{
  position: absolute;
  display: block;
  top: 265px;
  right: 0px;
  width: 1000px;
  background-color: #FFFFFF;
}
#pagetext
{
  position: relative;
  width: 420px;
  margin: 0 25px 50px 555px;
  font-family: arial, verdana;
  font-size: 10px;
}
#pagetext a
{
  color: #ED008C;
  text-decoration: none;
}
#pagetext a:hover
{
  color: #ED008C;
  text-decoration: underline;
}
ul
{
    list-style-image: url('./../afbeeldingen/roze.gif');
    margin-top: 0px;
}
p ul
{
  margin-left: -30px;
  padding-left: -30px;
}
#cb
{
  clear: both;
}

h1
{
  font-size: 21px;
  color: #ED008C;
  margin-bottom: 0px;
}
h2
{
  font-size: 16px;
  color: #ED008C;
  margin-top: 12px;
  margin-bottom: 0px;
}
h3
{
  font-size: 14px;
  color: #ED008C;
  margin-bottom: 0px;
  margin-top: 7px;
}
p
{
    margin-bottom: 0px;
}
h1+p, h2+p, h3+p
{
    margin-top: 0px;

}
h3+p
{
    margin-bottom:21px;

}
#hr
{
  position: relative;
  display: block;
  height: 1px;
  overflow: hidden;
  border-top: 1px solid #000000;
}
#balk_10
{
  position: relative;
  display: block;
  width: 470px;
  height: 10px;
  background-color: #53447D;
  margin: 0 0 0 530px;
}
#ar
{
  position: relative;
}
#logo_small
{
  float: right;
  display: block;
  width: 33px;
  height: 45px;
  margin: 10px;
  background-image: url('./../afbeeldingen/ZorgPlusTwente_logo_33.png');
}
#btn
{
  float:right;
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 0 10px 10px;
}
a#pb
{
  float: right;
  color: #53447D;
  text-decoration: none;
  font-family: arial, verdana;
  font-size: 10px;
  margin: 25px 0 0 10px;
}
a#pb:hover
{
  text-decoration: underline;
}
#btn a img
{
  border: 0px;
}
#top-left
{
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 290px;
  height: 50px;
  background-color: #53447D;
}
#top-middle
{
  position: absolute;
  display: block;
  top: 0px;
  left: 290px;
  width: 240px;
  height: 50px;
  background-color: #413364;
}
#top-right
{
  position: absolute;
  display: block;
  top: 0px;
  left: 530px;
  width: 470px;
  height: 50px;
  background-color: #53447D;
}
#logo
{
  position: absolute;
  display: block;
  top: 75px;
  left: 30px;
  width: 230px;
  height: 109px;
  background-image: url('./../afbeeldingen/ZorgPlusTwente_mensen_voor_mensen_logo_230.jpg');
}
#menu
{
  position: absolute;
  display: block;
  top: 50px;
  left: 290px;
  width: 240px;
  height: 265px;
  background-color: #ED008C;
}
#menu a
{
  position: relative;
  display: block;
  width: 200px;
  font-size: 14px;
  font-family: arial, verdana;
  color: #FFFFFF;
  text-decoration: none;
  margin: 12px 0px 0px 20px;
}
#menu a:hover, #menu a.active
{
  text-decoration: none;
  color: #F899D1;
}
#submenu
{
  position: absolute;
  display: block;
  top: 319px;
  left: 240px;
  width: 290px;
  height: 265px;
}
#submenu a
{
  position: relative;
  display: block;
  width: 250px;
  text-align: right;
  font-size: 11px;
  font-family: arial, verdana;
  color: #ED008C;
  text-decoration: none;
  margin: 12px 0px 0px 20px;
}
#submenu a:hover, #submenu a.active
{
  text-decoration: underline;
}
#lijn
{
  position: absolute;
  display: block;
  top: 319px;
  left: 528px;
  width: 2px;
  height: 178px;
  background-image: url('./../afbeeldingen/lijn.jpg');
}
#balk
{
  position: absolute;
  display: block;
  top: 315px;
  left: 0px;
  width: 530px;
  height: 4px;
  background-color: #53447D;
}
#logo_wit
{
    position: absolute;
    display: block;
    top: 65px;
    left: 474px;
    width: 111px;
    height: 150px;
    z-index: 10;
    background-image: url('./../afbeeldingen/ZorgPlusTwente_logo_roze_wit.png');
}
#slide_bg
{
    position: absolute;
    top: 50px;
    left: 530px;
    width: 470px;
    height: 200px;
    opacity:0;
    filter:alpha(opacity=0);
    z-index: 1;
}
#slide_fg
{
    position: absolute;
    top: 50px;
    left: 530px;
    width: 470px;
    height: 200px;
    opacity:1;
    filter:alpha(opacity=100);
    display: none;
    z-index: 2;
}
#slide_fg img,
#slide_bg img
{
    background-color: transparent;
}
.vb
{
    width: 292px;
}
.right
{
  float: right;
}