body
{
  background: #4F4F4F;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #2E72B8;
}

#uithangbordRechts
{
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: 310px;
  width: 200px;
  height: 200px;
  padding: 15px 15px 15px 15px;
  background: none;
}

#uithangbordLinks
{
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left: -720px;
  width: 200px;
  height: 200px;
  padding: 15px 15px 15px 15px;
  background: none;
}


#centercontainer{
  position: relative;
  float: left;
  top: 0px;
  bottom: 0px;
  left: 50%;
  margin-left: -415px;
  width: 770px;
  min-height: 800px;
  padding: 0px 15px 50px 15px;
  background: #FFFFFF;
}

#header{
  position: absolute;
  top: 70px;
  left: 0px;
  width: 800px;
  height: 230px;
  background: url(../webimages/backgr_header.jpg) no-repeat top left;
  overflow: hidden;
}

#headertop{
  position: absolute;
  top: 25px;
  right: 15px;
  width: 800px;
  height: 20px;
  font-family: "MS Sans Serif", sans-serif;
  font-size: 14px;
  text-align: right;
  color: #2E72B8;
}

#headertop a, a:visited{
    color: #2E72B8;
    text-decoration: none;
    margin-right: 15px;
}

#headertop a:hover{
  text-decoration: underline;
}

#headertop img{
  border: none;
}

a
{
    color: #2E72B8;
    text-decoration: none;
}

a:hover
{
    color: #2E72B8;
    text-decoration: underline;
}

#footer{
  position: absolute;
  bottom: 0px;
  height: 25px;
  width: 800px;
  background: #285D93;
  color: #FFFFFF;
  left: 0px;
}


#innerbody{
  position: relative;
  padding: 300px 30px 30px 30px;
}


#infoboxcbw{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  background: #FFFFFF;
  border: solid 3px #3366FF;
  width: 150px;
  padding: 10px;
  margin: 5px;
  visibility: hidden;
}

#footershadow{
  position: absolute;
  bottom: -15px;
  left: 15px;
  right: 15px;
  background: url(../webimages/backgr_bottom.jpg) repeat-x;
}

.frontpageInfoBlok
{
    position: relative;
    float: left;
    margin: 0px 0px 10px 27px;
    padding: 0px;
    border: none;
    width: 160px;
    height: 350px;
    color: #666666;
}

.floatingbox
{
    position: absolute;
    top: 680px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    border: solid 1px #CCCCCC;
    background: #FFFFFF;
    padding: 30px 5px 5px 5px;
    visibility: hidden;
}

.floatingboxHeader
{
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    min-height: 10px;
    background: #2E72B8;
    color: #FFFFFF;
    padding: 4px;
}

.floatingboxClose
{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 4px;
    cursor: pointer;
}

.cursorPointer
{
    cursor: pointer;
}

p.centerbold
{
    text-align: center;
    font-weight: bold;
}

#map_canvas
{
    border: 1px solid #CCCCCC;
    float:none;
    width:770px;
    height:400px;
    position: relative;
}

#directionsPanel
{
    float:none;
    width:770px;
    height:auto;
    position: relative;
}

