/*
colors:
#003333 - temne zelena (215st., sytost 100, jas 28)
#660000 - hnedocervena
#663300 - hneda (svetlejsi je 993300, prip. ne-web color 8d3e00
#99cccc - doplnek: svetle modra
*/

BODY {
 background   : #003333;
 color: #99cccc;
}

A {
 color: #8d3e00;
 font-weight: bold;
}

A.strong {
 color: #d25d00;
 font-weight: bold;
}

TD { 
 text-align: left; 
 vertical-align: top; 
}

TR { 
 text-align: left; 
 vertical-align: top; 
}

H2 { 
 text-align: center; 
}


#boxMenu {
 display:block;
 float:left;
 width:200px;
 margin-top:10px;
 text-align:center;
}

#boxMain {
 display:block;
 margin-left:205px;
 width:570px;
 margin-top:10px;
 text-align:left;
}

.menuitem {
 display:block;
 font-size: x-large;
 margin-top:20px;
 margin-left:25px;
 font-weight:bold;
 text-align: left;
}

.menuitemsmall {
 display:block;
 font-size: medium;
 margin-top:20px;
 margin-left:25px;
 color: black;
 font-weight:bold;
 text-align: left;
}

.wide { 
 width:100%; 
 text-align: left; 
 vertical-align: top; 
 border-width: thin; 
 border-style: solid; 
 border-color: black 
}

.quest {
 display:block;
 font-size: medium;
 margin-top:10px;
 color: black;
 font-weight:normal;
 background: #660000;
 text-align: left;
}

.answ {
 display:block;
 margin-top:10px;
}
