body {
    padding:0;
    margin:0;
    font-size: 13px;
    font-family: "Helvetica CE", Helvetica, Arial, sans-serif;
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
    color: black;
    font-family: serif;
    /*color: yellow;*/
}

a {
    color: black;
    text-decoration:none;
}

a:visited {
    color: black;
}

a:hover {
    /*font-weight: bold;*/
    text-decoration: underline;
}


a img { border: 0;  }

ul {
    list-style: none;
}

.clear {
    clear: both;
}


div#archive {
    margin-right: 100px;
}

div#archive input {

    width: 75%;
    padding: 10px;
    margin: 5px;
}

div#archive ul {

        padding: 0;
        margin: 0;
}

div#archive ul li {
    float: left;
    margin: 15px;
}

div#archive ul li img {
    width: 150px;
    height: 150px;
}


div#archive ul li span {
    visibility: hidden;
    font-weight: bold;
}

div#archive ul li:hover span {
    visibility: visible;
}

div#archive ul li:hover a {
    visibility: visible;
    text-decoration:none;
}



div#shop {
    padding: 15px;
    
}

div#shop ul {

        padding: 0;
        margin: 0;
}

div#shop span {
    visibility: hidden;
    font-weight: bold;
}

div#shop li:hover span {
    visibility: visible;
}

div#shop span.price {
    font-weight: bold;
}




div#shop ul li {
    float: left;
    margin: 15px;
}


div#projects {
    margin-top: 50px;
    text-align: center;
}

img#logo {
    width: 75px;
   height: 75px;
   margin-bottom: 30px;
   position: absolute;
   right: 15px;
   top: 15px;

    /*margin-top: 20px;*/
   /*position: fixed;*/

}

p.text {
    width: 500px;
    /*text-align: left;*/
    /*background-color:red;*/
    font-style: normal;
}

div.content a {
    color: inherit;
}

div.content {
    position: relative;
    padding-top: 25px;
}

div.links {
    position: absolute;
    right: 15px;
    top: 22px;
}


ul#menu a, ul#news a {
    /*text-decoration: none;*/
    /*font-family:sans;*/  
}

/*ul#menu a:hover, ul#news a:hover {*/


ul#menu, ul#menu-detail {
    position: fixed;
    top: 120px;
    right: 15px;
    text-align: right;
    z-index: 10000;
    /*font-weight:bold;*/
    
}


ul#menu li a, ul#menu-detail li a{
    color: silver;
}

ul#menu li.selected a, ul#menu-detail li.selected a {
    color: black;
    font-weight: bold;

}

span.date {
    color: silver;
    color: black;
    font-style:normal;
    /*display: inline-block;*/
    /*width: 60px;*/
    /*font-weight:bold;*/
}

/*********************************/
/* Items */

div.items {
    position: relative;
    /*background-color:  red;*/
    width: 800px;
}

div.items div.item {
    position: absolute;
}
div.items div.item:hover {
}

div.items div.itemText {
    padding: 5px;
    /*background-color: silver;*/
    background-color:white;

}

div.items p.text {
    text-align:left;
}


div.items span.label {
    /*position: relative;*/
    /*top: -20px;*/
    /*color: orange;*/
}

/*********************************/

ul#news a {
    color: silver;
    /*color: gray;*/
    /*color: aqua;*/
}

ul#news li.selected a {
    color: black;
    font-weight:bold;
    }

ul#news {
    position: absolute;
    top: 210px;
    right: 15px;
    text-align: right;
    z-index: 10000;

}

div.project {
    margin-bottom: 130px;

}

div.project .reference {
    /*color: red;*/

}

h2 {
    display: inline;
    font-size: 1.8em;
    /*font-size: 100%;*/
    font-weight: bold;
    margin: 0.83em 0px;
}

.date, .author {
    /*font-style: italic;*/
}

div.header {
    margin-bottom: 20px;
}

/*
div.header em, div.header span {
    visibility: hidden;
}

div.header:hover em, div.header:hover span {
    visibility: visible;
}
*/

div.project div.header em, div.project div.header span {
    visibility: hidden;
}

div.project:hover div.header em, div.project:hover div.header span {
    visibility: visible;
}


a.link {
    position: absolute;
    right: 15px;
    color: black;
}


/*
div#shop {
   width: 1000px;

}

div#shop div.product {
    float: left;
    width: 250px;
    height: 250px;
    margin: 35px;
    margin-bottom: 70px;
    background-color: gray;
}

div#shop div.product:hover span.product-price, div#shop div.product:hover span.product-name {
    visibility: visible;
}

div#shop div.product span.product-price, div#shop div.product span.product-name {
    visibility: hidden;
}

div#shop span.product-name {
font-size: 18px;
font-weight: bold;
font-family: sans;
text-align: center;
}

div#shop span.product-price {
font-size: 26px;
font-weight: bold;
font-family: sans;
text-align: center;
}
*/

div#detail {
 position: absolute;
 right: 230px;
 width: 450px;
 top:120px;

    text-align: right;
}

img.detail {
    position: absolute;
    left: 0px;
}

div#detail p.detail-text {
    /*font-size: 18px;*/
/*font-weight: bold;*/
/*font-family: sans-serif;*/
text-align: right;
position: absolute;

/*right: 210px;
top: 120px;
width: 450px;
*/
}


