/* 
    Document   : color_blue
    Created on : 23.03.2010, 18:42:39
    Author     : erik
    Description: Sets the colors of the page to the red theme
*/

/**************************************************************************
*** Colors/Images
**************************************************************************/
div#pageHeader {
    background-image: url('../graphics/head-bg-red.jpg');
}

div#pageHeaderMiddle {
    background-image: url('../graphics/head-logo-red.jpg');
}

/*horizontal menu line*/
div#pageHeaderBottom {
    background-color:#e55631;
}

/*H2 and in-text hyperlinks*/
h2, div.middleContent a {
    color: #e55631;
}

/*all default horizontal navigation elements*/
ul#nav1 li a {
    background: #e8e7e5;
}

/*inactive horizontal links of the current page*/
ul#nav1 li a.active,
ul#nav2 li a {
    background:#fefefe;
}

/*active page and hover of horizontal elements*/
ul#nav2 li a.active,
div#t3Navigation-Main a:hover{
    background-color:#e5623f !important;
    color:black !important;
}


