/**
 * Stylesheet for default content pages
 *
 * Version		: 1.0
 * Author		: Jeroen Oosterlaar (jeroen.oosterlaar@marganza.nl)
 * Copyright	: 2006, Marganza Internet
 */
 
/**
 * ############################################################################
 *
 * General page styling
 *
 * ############################################################################
 */
 
body {
    /* background-color: ? */
    margin: 0px;
    font-family: verdana, arial, sans-serif;   
    /* background-image: ? */ 
    background-repeat: no-repeat;
    font-size: 12px;
}

#cornerImage {
    position: absolute;
    left: 722px;
    top: 359px;
    width: 278px;
    height: 341px;
    /* background-image: ? */
}

#logoImage {
    position: absolute;
    left: 0px;
    top: 124px;
    width: 187px;
    height: 136px;
    /* background-image: ? */
}

#switchlanguage {
    position: absolute;
    left: 100px;
    top: 670px;
    width: 100px;
    height: 30px;
    /* background-image: ? */
}

#contentContainer {
    position: absolute;
    left: 187px;
    top: 124px;
    width: 535px;
    min-height: 576px;
    /**height: 576px;*/
    background-color: #9DCBED;
    /* background-image: ? */
    background-repeat: no-repeat;
    background-position: top left; 
}

#contentContainer #content {
    text-align: left;
    width: 400px;
    margin-left: 75px;
    margin-top: 57px;
}


#contentContainer #content h1 {
    margin: 0px;
    margin-bottom: 30px;
    color: #133C5A;
    font-size: 12px;
    font-weight: bold;
}

#contentContainer #content p {
    font-size: 12px;
    color: #133C5A;
    line-height: 20px;
    margin: 0px;
    margin-bottom: 30px;
}

#contentContainer #content a {
    color: #133C5A;
}

#contentContainer #content a:hover {
    text-decoration: none;
}

/**
 * ############################################################################
 *
 * Submenu
 *
 * ############################################################################
 */
 
#subMenuContainer {
    position: absolute;
    left: 0px;
    top: 260px;
    width: 187px;
}

#subMenuContainer .subMenuItem {
    float: left;
    width: 187px;
    height: 21px;
    font-size: 12px;
    font-weight: bold;
    color: #133C5A;
    text-align: right;
    line-height: 20px;
    background-image: url("/images/menu/subMenuItemBackground.gif");
}

#subMenuContainer .subMenuItem a {
    color: #133C5A;
    text-decoration: none;
}

#subMenuContainer .subMenuItem a:hover {
    color: #FFFFFF;
}