﻿html, body
{
  width: 100%;
  height: 100%;
}

body
{
  text-align:center;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  color:#666666;
  margin:0;
}

#wrapper
{
  width: 1000px;
  text-align:left;
  margin: 0 auto;
  background-color: #fff;
  position:relative;
  overflow:hidden;
}
#content
{
    width:1000px;
    height:715px;
    background:#fff url(../../Images/portalbg.png) repeat-x;
    overflow:hidden;
}
#header
{
    width:778px;
    height: 12px;
    margin:16px auto 3px auto;
}
#headerText
{
    background: transparent url(../../Images/top-text.png) no-repeat;
    width:778px;
    height: 12px;
}
#title
{
    margin:80px 0px 0px 110px;
    background: transparent url(../../Images/titleportal.png) no-repeat;
    width:620px;
    height:112px;
    float:left;
    display:block;
    text-indent:-99999px;
}
#enter a
{
    margin:220px 0px 0px 350px;
    width:140px;
    height:23px;
    background: transparent url(../../Images/enterbutton.png) no-repeat;
    display:block;
}
#portalContent
{
    margin:122px 0px 0px 32px;
}
.portalItem
{
    width:146px;
    float:left;
    margin-right:20px;
}
.portalItem-events,
.portalItem-shops,
.portalItem-fac,
.portalItem-news
{
    height:163px;
    width:140px;
    display:block;
    cursor:pointer;
}
.portalItem-events{background: transparent url(../../Images/evenementenbutton.png) no-repeat}
.portalItem-fac{background: transparent url(../../Images/voorzieningenbutton.png) no-repeat}
.portalItem-news{background: transparent url(../../Images/nieuwsbutton.png) no-repeat}
.portalItem-shops{background: transparent url(../../Images/winkelsbutton.png) no-repeat}

.portalItem img
{
    border:none;
}


#footer
{
    clear:both;
    background: #ccc url(../../Images/bottom-bg.png) repeat-x;
    color: #333;
    font-size: 10px;
    height:14px;
    padding: 5px 0 5px 32px;
}