/**
 * Stylesheet GOA INFRA GROEP
 *
 * Version		: 1.0
 * Author		: Jeroen Oosterlaar (jeroen.oosterlaar@marganza.nl)
 * Copyright	: 2006, Marganza Internet
 */

/**
 * ############################################################################
 *
 * Main page framework
 *
 * ############################################################################
 */

body {
    background-color: #9dcbed;
    margin: 0px;
    font-family: verdana, arial, sans-serif;       
}

#headerImage {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 722px;
    height: 124px;
    background-image: url("/images/page/InfraProjectHeaderImage.jpg");
}

#cornerImage {
    background-image: url("/images/page/InfraProject_CornerImage.jpg");
}

#logoImage {
    background-image: url("/images/page/InfraProject_projectuitvoering.gif");
}

#contentContainer {
    background-image: url("/images/page/InfraProjectContentBackground.gif");
}


/* #logoImage {
    position: absolute;
    left: 186px;
    top: 100px;
    width: 536px;
    height: 220px;
    background-image: url("/images/page/goaInfraLogo.gif");
}
*/

#colorRowImage {
    position: absolute;
    left: 0px; 
    top: 344px;
    width: 186px;
    height: 24px;
    background-image: url("/images/page/InfraProjectColorRow.gif");
}

/*#cornerImage {
    position: absolute;
    left: 722px;
    top: 304px;
    width: 278px;
    height: 396px;
    background-image: url("/images/page/goaInfraCornerImage.jpg");
}*/

/**
 * ############################################################################
 *
 * Submenu
 *
 */
 
#subMenuContainer {
    position: absolute;
    left: 0px;
    top: 260px;
    width: 186px;
    height: 150px;
    background-color: #9dcbed;
    background-image: url("/images/menu/subMenuBackgroundInfraProject.gif");
}

#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: ? */
}

#subMenuContainer .subMenuItem {
    float: left;
    width: 186px;
    height: 21px;
    font-size: 12px;
    font-weight: bold;
    color: #133C5A;
    text-align: right;
    line-height: 20px;
    background-image: url("/images/menu/subMenuItemBackgroundInfraProject.gif");
}

#subMenuContainer .subMenuItem a {
    color: #133C5A;
    text-decoration: none;
}

#subMenuContainer .subMenuItem a:hover {
    color: #FFFFFF;
}

/**
 * ############################################################################
 *
 * Content
 *
 * ############################################################################
 */
 



#contentContainer #content a {
    color: #FFFFFF;
}

#contentContainer #content a:hover {
    text-decoration: none;
}

/* print/contact/sitemap textvak: */
#contentContainer #footer {
    text-align: center;
    font-size: 12px;
    color: #133C5A;
    margin-bottom: 30px;
    margin-top: 0px
}

#contentContainer #footer a {
    color: #133C5A;
}

#contentContainer #footer a:hover {
    text-decoration: none;
}

th {
    vertical-align: top;
}

td {
    vertical-align: top;
    color: #FFFFFF;
    font-size: 12px;
}

#contentContainer {
    position: absolute;
    left: 187px;
    top: 124px;
    width: 535px;
    min-height: 576px;
    /**height: 576px;*/
    background-color: #c7e1f5;
    /* 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/subMenuItemBackgroundInfraProject.gif");
}

#subMenuContainer .subMenuItem a {
    color: #133C5A;
    text-decoration: none;
}

#subMenuContainer .subMenuItem a:hover {
    color: #FFFFFF;
}
