/* ********* definice obecnych HTML znacek ********* */
body {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 0.8em;
    background-color: white;
    background-image: url('');
    color: black;
}



/********************* page **********************/


#header {
    position: relative;
    text-align: left;
    height: 80px;
    background-color: white;
}

#logo {
    display: none;
}

#webTitle {
    top: 40px;
    left: 0px;
    font-size: 200%;
    color: black; 
    z-index: 0;   
}

#webTitle a {
    text-decoration: none;
    color: white;
}
#webTitle .claim {
    display: block;
    font-size: 60%;  
    line-height: 12px; 
}

#languages {
     display: none;
}


/* ******************************************* */
/* ************ menu top *********** */
/* ******************************************* */

#menuTop {
    display: none;
}


/* ******************************************* */
/* ************ menu left*********** */
/* ******************************************* */

#menuLeft {
    display: none;
}


/********************* main content **********************/

#leftColumn {
    display: none;
}

#mainContent {
    float: none;
    width: 100%;
    height: auto;
    background-image: url('');
    padding: 15px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    
}

#rightColumn {
    display: none;
}



/* ******************************************* */
/* ************ article *********** */
/* ******************************************* */

.sectionTitle {
    color: rgb(150,150,150);
    font-size: 150%;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
}

.articleTitle {
    font-size: 140%;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}

/* ******************************************* */
/* ************ login *********** */
/* ******************************************* */

.loginBox {
    display: none; 
}
/********************* footer ****************************/

#footer {   
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    font-size: 88%;
    border-top: solid 1px rgb(128,158,181);
}

#footer .copy .copyright {
    color: rgb(128,158,181);
}

#footer .copy .developer a {
    text-decoration: none;
    color: rgb(128,158,181);
}

#footer .copy .developer a:hover {
    text-decoration: underline;
}





