﻿body {
    font: normal 0.9em Calibri, sans-serif;
    background: #000000;
}
div#header {
    width: 1000px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

div#logo {
    width: 271px;
    float: left;
    padding-left: 20px;
    position: fixed;
}

    div#logo img {
        height: 76px;
        display: block;
        margin-left: 0;
        margin-right: auto;
    }

div#main {
    width:960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

div#content {
    width:780px;
    margin-left: 20%;
    font-weight: bold;
    top: 80px;
}

div#menu {
    background:#eeeeee;
    border:solid 2px #666666;
    width:175px;
    max-height:575px;
    float: left;
    padding-left:10px;
    font-weight: bold;
    top: 88px;
    position: fixed;
    overflow: hidden;
    overflow-x:hidden;
}
div#menu:hover
{
    overflow-y: auto;
}

#navlist {
    color: white;
    background: black;              /* Background κενών menu άσπρο */
    /*border: 0.2em solid #aaa;
    border-right: 0.2em solid #aaa;*/
    padding: 0 1px;
    margin-left: 0;
    width: 13em;
    font: normal 0.9em Verdana, sans-serif;
}

    #navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
    }

    #navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: antiquewhite;
        background: black;              /* Background menu (πίσω απ τα γράμματα) */
        border-width: 1px;
        border-style: solid;
        border-color: #fff #fff #fff #fff;
        border-bottom: 3px solid #a00;
        border-left: 1em solid #a00;
        padding: 0.25em 0.5em 0.4em 0.75em;
    }

        #navlist a#current {
            background: #a00;
            border-color: #fff #fff #fff #999;
        }

    #navlist a {
        width: 90%;
        /* only necessary for Internet Explorer */
    }

    #navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 9.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
    }

#menu > #navlist a {
    width: auto;
    /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
    background: #aaa;
    border-color: #444 #444 #444 #fff;
    padding: 0.4em 0.35em 0.25em 0.9em;
}

#navlist a:active, #navlist a#current:active {
    background: #999999;
    border-color: #444 #444 #444 #444;
    padding: 0.4em 0.35em 0.25em 0.9em;
}

.item {
    position:relative;
    width:100px;
    height:80px;
    left:0px;
    top:0px;
    /* Apply a CSS3 Transition to width, height, top and left properties */
    transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
    -webkit-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
    -o-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
    -moz-transition: width 0.3s ease,height 0.3s ease,left 0.3s ease,top 0.3s ease;
}
    .item:hover {
        width:400px;
        height:400px;
    z-index:9999;
    }

div#news {
    overflow:auto;
}
    div#news#dd {
        font-weight:900;
        color:red;
}