/* kostiadis.com site stylesheet */

*
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

body 
{
    font-size: 12px;
    font-family: verdana,helvetica,arial,sans-serif;
    color: #000000;
    background-color: #F7F7F7;
    margin: 0px 0px 100px 0px;
}

a
{
    text-decoration: none;
    color: #0000FF;
    border-bottom: 1px solid;
}

a:link
{ 
}

a:visited 
{ 
    color: #0000CC;
}

a:hover 
{
    color: #000088;
}

a:active 
{ 
    color: #000088;
}

h1
{
    font-size: 1.75em;
    padding: 5px 0px 5px 0px;
}

h2
{
    font-size: 1.25em;
    padding: 5px 0px 5px 0px;
}

h3
{
    font-size: 1.1em;
    padding: 5px 0px 5px 0px;
}

h4
{
    font-size: 0.8em;
    padding: 5px 0px 5px 0px;
}

hr
{
    color: #818181;    /* only works in IE */
    background-color: #808080; /* works with Opera/Mozilla/etc. */
    height: 1px;
    margin: 10px 0px 10px 0px;
}

#header
{
}

#logo
{
}

#navbar
{
    float: left;
    width: 127px;
    text-align: right;
    font-family: verdana,helvetica,arial,sans-serif;
    font-size: 12px;
    background: #EDEDFF;
    border-top: none;
    border-right: 3px solid #B3B3B3;
    border-bottom: none;
    border-left: 20px solid #B3B3B3;
}

#navbar ul
{
    margin: 0px 0px 70px 0px;
    padding: 0px 0px 0px 0px;
}

#navbar li
{
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#navbar a 
{
    font-weight: bold;
    color: #828282;
    display: block;
    padding: 5px 5px 5px 5px;
    border-bottom: none;
}

#navbar a:hover
{
    font-weight: bold;
    color: white;
    background: #B3B3B3;
}

#footer
{
    font-size: 0.9em;
    font-family: verdana,helvetica,arial,sans-serif;
    margin: 20px 20px 20px 20px;
    text-align: center;
    color: #838383;
}

#content
{
    background: white;
    font-family: verdana,helvetica,arial,sans-serif;
    width: auto;
    min-width: 150px;
    border: 1px solid #303030;
    margin: 0px 0px 0px 150px;
    padding: 10px 10px 10px 10px;
    text-align: justify;
}

#content p
{
    padding: 0px 0px 10px 0px;
}

#content ul
{
    list-style-type: square;
    padding: 10px 0px 10px 20px;
}

#content ol
{
    padding: 10px 0px 10px 30px;
}

#content li
{
    padding: 0px 0px 0px 0px;
}

#content dt
{
    padding: 10px 0px 10px 0px;
}

#content dd
{
    padding: 0px 0px 0px 30px;
}

.news-date
{
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #828282;
}

.news-par
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.imgcenter
{
    display: block;
    margin: auto;
}

.abstracttext
{
    font-size: 0.9em;
    color: #707070;
    padding: 0px 60px 0px 0px;
}


