﻿body 
{
    margin:0;
    padding:0;
    font-family:Verdana;
    font-size:11px;
    height:100%;
}

#login_div
{
    width:250px;
    height:150px;
    margin: 20px auto;
    text-align:center;
    border: solid 1px #0066FF;
    font-family: Verdana;
    font-size: x-small;
}

#login_table
{
    margin-top:5px;
}

#logo_div
{
    width:100%;
    text-align:center;
    margin-top:200px;
}

#menu_div
{
    position:absolute;
    float:left; 
    width:230px;
    min-height:500px;
    background-color:#6699FF;
    color:White;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
}
#odsazeni_obsahu
{
    position:absolute;
    margin-left:231px;
}
#text_obsahu
{
    margin-left:20px;
    margin-top:20px;
}

a
{
    color:Black;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}

.vnorenemenu
{
    margin-left:20px;
    float:left;
    width:170px;
}