﻿html
{
    width: 100%;
    height: 100%;
}

body 
{
    width: 100%;
    height: 100%;
    margin: 0px;
    text-align: center;
}

form
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

div.Page
{
    margin: 0px auto 0px auto;
    width: 780px;
    height: 100%;
    text-align: left;
    padding: 0px 10px 0px 10px;
    border-left: solid 2px #ccc;
    border-right: solid 2px #ccc;
}

div.Header
{
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

img.logo
{
    margin-top: 60px;
}

/* Menus */

.Header .MenuItem
{
    display: inline;
    padding-right: 8px;
    padding-left: 8px;
    border-right: solid 1px #888;
}

    .Header .MenuItemFirst
    {
        padding-left: 0px;
    }
    
    .Header .MenuItemLast
    {
        padding-right: 0;
        border-right: none 0px;
    }

.Header .MenuItem a
{
    font-size: 11pt;
    color: #000;
    text-decoration: none;
    text-transform: lowercase;
}

.Header .MenuItem a:hover
{
    text-decoration: underline;
}

.Header .MenuItemActive a
{
    text-decoration: underline;
}

.menurollout
{
    border: solid 1px #ccc;
    background: #fff;
}

.menurolloutitem
{
    padding: 5px 10px 5px 5px;
    color: #000;
}

.Submenu .MenuItem
{
    width: 140px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.Submenu .MenuItem a
{
    color: #000;
    text-decoration: none;
}

.Submenu .MenuItem a:hover
{
    color: #ccc;
}

.Submenu .MenuItemActive a
{
    color: #ccc;
}

/* Content */

img.pageimage-left
{
    margin-right: 10px;
    float: left;
}

.pageimage-right
{
    float: right;
    width: 241px;
}

div.Submenu
{
    position: relative;
    top: -10px;
    float: left;
    width: 140px;
}

div.content
{
    border: solid 1px #ccc;
    padding: 20px 30px 15px 30px;
    margin-bottom: 10px;
}

div.content-home
{
    height: 276px;
    overflow: auto;
    font-size: 13pt;
    text-align: center;
    padding-top: 40px;
    
}

div.content-submenu
{
    margin-left: 150px;
}

div.content-fotorechts
{
    margin-right: 251px;
}

/* Footer */

div.footer
{
    clear: both;
    text-align: right;
}
