
body
{
 margin: 0px;
 background-color: #333300;  
}

table.main
{
    width: 1000px;
    height: 700px;
    background-image: url("back.jpg"); 
    background-repeat: no-repeat;
}
table.menu
{
    border: none;
    height: 700px;
    width: 405px;
}
table.box
{
    border:none;
    width:365px;
    height:700px;
}
a.menu
{
    margin-left: 30px;
    font-size: 40px;
    font-family: Verdana;
    color: #E0E0E0;
    text-decoration: none;
}
a.kontakt
{
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana;
    color: white;
    text-decoration: none;                    
}

p
{
    margin-top:10px;
    margin-left:15px;
    margin-right:15px;
    font-family: Verdana;
    font-size:12px;
    color: #F0F0F0;
}

img.noteThumb
{
    float: left;
    margin-right: 10px;
    margin-bottom: 7px;
    border: solid;
    border-width: 1px;
    border-color: black;
}
