/*
    Document   : css styles
    Created on : 7.12.2008, 11:36:52
    Author     : Pavla Novakova
    Description: styles for print
*/

* { margin: 0; padding: 0; }
body {
    text-align: center; color: #000;
    font-size: 0.7em; font-family: Verdana, sans-serif;
}
/*ul, li { list-style-type: none;}*/
a img { border: none;}
a { color: #000; text-decoration: none; }
a:hover { color: blue; cursor: pointer; }
/* main content */
#main {
    width: 770px; margin: auto; text-align: left;
    position: relative; /* base for #main-inner-background */
    border: 1px solid #000;
}/* left margin */
#header, #menu-one, #main-content, #footer { margin-left: 4em; }
/* right margin */
#news, #header, #footer { margin-right: 4em; }
/* context width (to create space for news) */
#main-content { width: 44em; float: left; }
#main>div:nth-of-type(2) {
    width: 44.5em;
}
#menu-two, #text, h2 {
    margin-right: 2em;
}
/* lines */
.line {
    position: absolute; top: 0em; right: 0em;
    display: block; height: 100%; width: 1px;
    background-color:  #000;
}
#homepage-main-menu .line {
    right: -0.2em;
}
#menu-two .line {
    display: none;
}
/* --------------------------------------------------------------------
header
-------------------------------------------------------------------- */
#header {
    border-bottom: 2px solid #000;
    height: 12em;
    margin-bottom: 2em;
    position: relative;
}
#headline{
    position: relative; width: 489px; height: 70px;
    overflow: hidden;
    margin-top: 1em;
}
#header p {
    display: block;
    position: absolute; top: 1em; right: 0;
    width: 120px; height: 114px;
}
/* --------------------------------------------------------------------
footer
-------------------------------------------------------------------- */
#footer {
    clear: both;
    border-top: 2px solid #000; padding-top: 1em; padding-bottom: 2em;
}

#footer a {
    text-decoration: underline;
}

/* --------------------------------------------------------------------
news
-------------------------------------------------------------------- */
#news { margin-left: 49em; } /* 44em (text) + 4em (margin from left) + 1em (for space) */
#news dt { margin-bottom: 1.5em; letter-spacing: 3px; }
#news dd {
    margin-bottom: 1em;
    margin-left: 1em;
    line-height: 1.5em;
}

/* --------------------------------------------------------------------
main-content
-------------------------------------------------------------------- */
#main-content {
    position: relative;
    margin-bottom: 1em;
}
#main-content h2.pages {
    font-size: 1.5em;
    margin-bottom: 1em;
}
#text {
     padding: 2em;
}

#text p, #text dd, #text li {
    text-align: justify;
    margin-bottom: 1em;
    line-height: 1.5em;
    margin-left: 2em;
}
#text dt {
    font-weight: bold;
    margin-bottom: 1em;
}
#text h3 {
    font-size: 1em;
    margin-bottom: 2em;
}
#text ul {
    margin-bottom: 2em;
}
#text ol {
    margin-top: 1em;
}

.references #text li  {
    text-align: center;
    margin-bottom: 2em;
    background: none;
}

#text img {
    display: block;
    display: block;
    float: left;
    margin-right: 1em;
}

#text dl {
    margin-bottom: 3em;
}
#contacts-2 {
    margin-left: 220px;
}
/* --------------------------------------------------------------------
menu one
-------------------------------------------------------------------- */
#menu-one {
    position: absolute; top: 8.5em; left: 0;
    width: 49em; height: 2.7em;
}
#menu-one li { display: inline; line-height: 2.7em; margin: 0em 3em 0em 0em; }
#menu-one li a { font-weight: bold; }
/* --------------------------------------------------------------------
homepage main menu
-------------------------------------------------------------------- */



#homepage-main-menu div {
    width: 156px; /* pictures are of 150px width */
    float: left; position: relative; /* base for .line */
}
#homepage-main-menu div#spattering { margin-left: 1em; margin-right: 1em; } /* for spaces between li elems */
#homepage-main-menu h2 {
    font-size: 1em;
}
#homepage-main-menu h2 a {
    display: block;
    height: 3em;
    font-family: "Arial CE", Arial, sans-serif;
    border-bottom: 1px solid #000;
    padding-bottom: 0.5em;
    margin-right: 0.5em;
    
}
#homepage-main-menu ul {
    display: block;
    margin-right: 0.5em; padding-top: 1em; padding-bottom: 1em;
    height: 18.2em; /* becouse of backround stretch */
}
#homepage-main-menu li {
    display: block; margin-bottom: 1em;
    padding-left: 0.5em; padding-right: 0.5em;
    line-height: 1.3em;
}
#homepage-main-menu a.image-wrapper {
    display: none;
}

/* --------------------------------------------------------------------
menu two
-------------------------------------------------------------------- */
#menu-two li { 
        display: inline; padding-right: 0.5em; padding-left: 0.5em;
        text-transform: uppercase; font-weight: bold;
        border-right: 1px solid #000;
}

#menu-two li.last {
    border: 0;
}
    
#menu-two {
    border: 1px solid #000; padding: 1em; margin-bottom: 2em;
}

#translate {
    display: none;
}