/*
   This stylesheet defines core attributes for the portal 
*/


#header {
        padding: 0px 0px 0px 0px;
        background-color: #fff; 
}

#header h1, #header h1 a {
        color: #000;
}

#header h1.etc {
        color: #000;
}

#header h2, #header h2, #header h2 a {
        color: #000;
}

body {
        background: #fffffd;
        /* background: #e7e7e7; */
        /* background: #fff; */ 
}

#container {
        background-color: #fff;
}

#navcont {
        /* background: #A2AAB1; */
         background: #D8E1C8;
}

/* Section headers */
h2.section {
        background: url(../images/arrow_icored.gif) no-repeat 2px 4px #E5E4E4;
}

#sidebar {
        background: #fff;
}

/* newsitems */
span.info {
        background: #92B0CA;
 
}

span.info a{
        background: #92B0CA;
}

span.info a:hover {

        background: #92B0CA;
}

.news_item {
}

.news_item A.element_name {
        color: black;
}

.news_item A.element_name:hover {
        font-weight: bold;
        color: blue;
}



/* dimensions for specific layouts */

#layout_1 #layout_area_1 {
        width: 100%;
}

#layout_2 #layout_area_1 {
        width: 200px;
}

#layout_2 #layout_area_2 {
        width: 600px;
}

#layout_3 #layout_area_1 {
        width: 600px;
}

#layout_3 #layout_area_2 {
        width: 200px;
}

#layout_4 #layout_area_1 {
        width: 200px;
}

#layout_4 #layout_area_2 {
        width: 400px;
}

#layout_4 #layout_area_3 {
        width: 200px;
}

#layout_5 #layout_area_1 {
        width: 250px;
}

#layout_5 #layout_area_2 {
        width: 300px;
}

#layout_5 #layout_area_3 {
        width: 250px;
}

#layout_6 #layout_area_1 {
        width: 480px;
}

#layout_6 #layout_area_2 {
        width: 240px;
}

#layout_6 #layout_area_3 {
        width: 240px;
}

#layout_6 #layout_area_3 {
        width: 200px;
}

