/**
 * CSS -> Bluefithnue: page file
 */

body{ 
    background: #F1F1F1;
    font-family: arial;
    font-size: 14px;
    text-align: center;
}

h1{
    background: url("../images/h1.jpg") no-repeat scroll left top transparent;
    height: 16px;
    padding: 0px 0px 0px 10px;
    margin: 15px 0;
    font-weight: bold;
}

.clear-floet{ 
    clear: both; 
}

#wrapper-content{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper-content-header{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    height: 195px;
}

.clogo{ 
    position:relative; 
}

.wrapper{
    padding: 15px 0 0 0;
}

#header{
    background: #003366;
    border-top: solid #002040 5px;
    height: 195px;
}

#container{
    /*background: url("../images/bg-container.png") repeat-x scroll left 0 transparent;*/
    padding: 10px 0;
}

#logo{
    position: absolute;
    top: 5px;
    left: 20px;
}

#sologan{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

/**
 * Top menu:
 */
 
#top-menu{
    float: right;
    height: 49px;
    margin-right: 60px;
    margin-top: 40px;
    padding-left: 2px;
    background: url(../images/first.png) no-repeat scroll left 0 transparent;
}

#top-menu ul{
    float: left;
    background: url(../images/bk-top-menu.png) left 0px repeat-x;
    height: 49px;
}
#top-menu ul li{
    display: inline-block;
    _display: inline;
    height: 49px;
    padding: 15px 5px;
    vertical-align: middle;
    background: url(../images/middle.png) no-repeat scroll right 0 transparent;
}

#top-menu ul li a{
    color: #c1eeff;
    padding: 0px 10px 0px 10px;
    text-decoration: none;
}

#top-menu ul li a:hover{
    color: white;
}

#top-menu ul li.last{ 
    background: url(../images/last.png) no-repeat scroll right 0 transparent; 
}
    
#top-right-button{
    float: right;
    height: 60px;
    width: auto;    
}

#top-menu img{ 
    cursor: pointer; 
    border: medium none; 
    height: 49px; 
    width: auto;
}

/**
 * Content:
 */

#left-content{
    float: left;
    min-width: 190px;
    width: 190px;
    margin-right: 10px;
}

#content{
    background-color: white;
    border: solid #CCCCCC 1px;
    float: left;
    text-align: left;
    width: 790px;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 13px;
}

/**
 * Left menu:
 */
 
.navigation{
    padding: 0px;
    width: 180px;
    min-width: 180px;
    margin: 0px;
    text-align: left;
    font-size: 13px;
    
}

.navigation ul{
    list-style: none;
    border-bottom: solid #CCCCCC 1px;
}

.navigation ul li{
    width: 180px;
    height: 31px;
    border-right: solid #CCCCCC 1px;
    background: url(../images/navigation-back.png) left 0 repeat-x;
}

.navigation ul li p{
    background: url(../images/navigation-first.png) top left no-repeat;
    height: 31px;
    padding-left: 15px;
    padding-top: 10px;
}

.navigation ul li p.active{
    background: url(../images/navigation-active.png) top left no-repeat;
    height: 31px;
    padding-left: 15px;
}

.navigation ul li p.active a{
    font-weight: bold;
    color: #990002;
}

.navigation a{
    color: black;
    text-decoration: none;
    margin-left: 8px;
}

.navigation a:hover{
    font-weight: bold;
}