body {
    background-color: #e4e4e4;
    margin: 0;
    text-align: center;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #004857;
}

h1 {
    font-size:16px;
    margin: 0;
}

h2 {
    font-size:14px;
}

a {
    text-decoration: none;
}

img {
    border-style:none;
}

div.headerContainer{
    text-align: center;
    background: #ffffff url(images/header_bg.jpg) repeat-x;
    border-bottom: 5px solid #004857;
    color: #004857;
}

div.header {
    width: 960px;
    height: 120px;
    background: url(images/iPlug-logo.jpg) 34px 0 no-repeat;
    margin: 0 auto;
    text-align: right;
}

div.header a{
    color: #004857;
    font-size: 9px;
}

div.header a:hover{
    color: #f18e00;
}

div.header a.active{
    color: #f18e00;
}

div.header img{
    vertical-align: text-bottom;
    margin-right: 5px;
}

div.headerMenu{
    text-align: center;
    margin-top: 50px;
    float: right;
    width: 100px;
}

div.container {
    position: relative;
    margin: 0 auto;
    width: 1100px;
    text-align: center;
    background: url(images/container_bg.jpg) no-repeat center 0;
}

div.inner_container{
    width: 970px;
    margin: 0 auto;
    background: #ffffff url(images/inner_container_bg.jpg) repeat-y;
    padding: 0 0 30px 0;
}

div.inner_container_bottom{
    width: 970px;
    height: 23px;
    margin: 0 auto;
    background: #ffffff url(images/inner_container_bottom_bg.jpg) no-repeat;
}

div.menu {
    background: #ffffff url(images/menu-background.jpg) no-repeat;
    height: 105px;
    margin: 0 auto;
    width: 900px;
    position: relative;
}

div.menuItems{
    position: absolute;
    right: 0;
}

div.menuItem {
    width: 198px;
    height: 100px;
    background: #1e7684;
    float: left;
    border-left: 5px solid #ffffff;
}

div.active {
    background: #f18e00;
}

div.menu a {
    color:#ffffff;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
}

div.menu img{
    margin-bottom: 3px;
}

div.menu a:hover {
    color:#f18e00;
}

div.bodyContainer {
    width: 900px;
    margin: 0 auto;
    background: #004857;
    text-align: left;
}

div.contentContainer{
    background: #ffffff url(images/content_bg.jpg) right bottom no-repeat;
    width: 609px;
    margin: 0 0 0 291px;
}

div.title{
    font-family: Verdana;
    font-size:16px;
    background: #004857;
    color: #ffffff;
    font-weight: lighter;
    line-height: 40px;
    padding: 0 0 0 20px;
    margin: 0 0 0 5px;
}

div.content{
    margin: 0 0 0 5px;
    padding: 20px;
}

div.content a, td.readmore a {
    text-decoration: underline;
    color: #004857;
}

div.columnContainer{
    width: 900px;
    margin: 29px auto 0 auto;
}

div.columnContainer table{
    width: 900px;
}

td.column_header{
    text-align: left;
    border-bottom: 1px solid #004857;
    font-size: 20px;
}

td.column{
    text-align: left;
    color:#FFFFFF;
    line-height:18px;
    width: 300px;
    padding: 0 12px 0 8px;
    vertical-align: top;
}

td.readmore{
    background: url(images/column-footer.gif) no-repeat;
    height: 49px;
    vertical-align: top;
}

div.footer{
    width: 902px;
    margin: 0 auto 10px auto;
    clear: both;
    color: #AEAEAE;
}

div.footer a{
    color: #AEAEAE;
}

div.home{
    background: #004857 url(images/stock1.jpg) no-repeat;
}

div.oplossingen, div.diensten, div.partners, div.contact{
    background: #004857 url(images/stock2.jpg) no-repeat;
}