


body {
    background-image: none;
  
    background-attachment: scroll;
    position: static;
    z-index: 0;
    box-sizing: border-box;
}

/*.container {
    max-width: 1260px;    
    background-color: rgba(255,255,255, .9);
    padding: 20px ;
    margin: 0 auto;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}*/

header, #content, #boxMsg {
    /*width: 95%;*/
    max-width: 1600px;
    margin: 0 auto;
    background: white;
    padding: 10px 3%
}

header {
   position: relative;
}

header img {
    display: block; clear: both;
    height: 30px
}

.wrapper {     padding: 0px }


#topmenu {   
 position: absolute;
 right: 180px; 
 top: 5px
 
}

.loggedHidden {display: none!important}


#boxLogin {display: none}
#boxLogout {display: block;}


#usermenu {
    display: block;
    margin: 15px 0 15px -50px;; 
    padding: 0;
    clear: both;
}



#usermenu li {
    background: #0088cc;
    border-radius: 0px; 
    padding: 0;
    margin: auto 2px;
    width: 214px;   
}

#usermenu a { 
    border-radius: 0;
    color: white; 
    display: block;
    margin: 3px 10px;
    height: 29px; line-height: 29px; 
}



#usermenu ul.nav-child {
    width: 214px;
    background: #f5f5fa;
    border: 1px solid #ccc;
    list-style: none;
    margin: 0px; 
    padding: 0px; 
    position:absolute;
    z-index: 99;
    display: none;
}

#usermenu .nav-child li {
    background: none;
    display: list-item; 
    float: none;
    width: auto; 
    text-align: left;
    padding: 0px; 
    margin: 0px 2px;
}

#usermenu .nav-child a {
    font-size: 15px;
    color: #0088cc; 
    padding: 4px 6px;
    margin: 0;
    width: auto;
    display: block;
    height: auto;
    line-height:20px; 
    border-bottom: 1px dotted #ccc;
}

#usermenu .nav-child a:hover { 
    background: white;
    border-bottom: 1px solid white;
    font-weight: bold;
}

#usermenu li.current{background: #0066aa}
#usermenu li.parent li.current{background: #e5e5e5}



#content { 
    padding: 180px 3% 60px 3%
}



xx.blogArticle {    padding: 2% 0;}


.logged #content { 
    padding-top: 10px
}



#boxMsg {
    padding: 0px 40px 15px 40px; margin: 0 auto; width: 100%
}




/*
.container {
    max-width: 1260px;    
    background-color: rgba(255,255,255, .9);
    padding: 20px ;
    margin: 0 auto;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}*/




nav, .navigation {clear: both; display: block;}

ul.nav { list-style-type: none; margin: 0;}
ul.nav li {
    display: inline-block;
    padding: 2px 8px;
    margin: 10px 2px;
}



.navigation .nav-child {
    position: absolute;
    top: 95%;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
}
.navigation .nav-child.pull-right {
    right: 0;
    left: auto;
}
.navigation .nav-child .divider {
    *width: 100%;
    height: 1px;
    margin: 8px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}

.navigation .nav-child a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #333;
    white-space: nowrap;
}


.navigation .nav > li {
    position: relative;
}

.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child {
    display: block;
}
.navigation .nav-child:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;

}
.navigation .nav-child:after {
    position: absolute;
    top: -6px;
    left: 10px;

}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
    text-decoration: none;
    color: #fff;
    background-color: #08c;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top,#08c,#0077b3);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
    background-image: -webkit-linear-gradient(top,#08c,#0077b3);
    background-image: -o-linear-gradient(top,#08c,#0077b3);
    background-image: linear-gradient(to bottom,#08c,#0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}







.container {box-shadow: 0 0 10px rgba(0,0,0, .1)}



tr.sum td {border-top: 2px solid #aaa;
           border-bottom: 1px double #aaa;
           background: #dddde5;
           font-weight: bold;
           padding: 6px;
}

.currency {text-align: right}
.currency:after {content: '.-'}

.nofloat {float: none; display: block; clear: both;}


#previewLogo img {margin-bottom: 10px; max-height: 100px; width: auto}
.imagebox1 { background: white; border-radius: 1px; border: 1px solid #ccc; padding: 2px 2px 3px 2px; cursor: pointer; width: 16px; margin: 0 auto}
.imagebox2 { background: black; padding: 2px; font-size: 9px; color: white; text-align: center}

table.data {
    width: 100%;
}


#imagelist { padding: 6px; }



