/*
colors:
#3399ff - tmave modra bledsi (223st., sytost 87, jas 100)
#3366ff - tmave modra syta
#33cccc - svetle modra az modrozelena
#ff9933 - doplnek: oranzova
*/

BODY {
 background   : #3399ff;
}

A {
 color: black;
 font-weight: bold;
}

TD { 
 text-align: left; 
 vertical-align: top; 
}

TR { 
 text-align: left; 
 vertical-align: top; 
}

H2 { 
 text-align: center; 
}

H4 { 
 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;
 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: bold;
 background: #3366ff;
 text-align: left;
}

.answ {
 display:block;
 margin-top:10px;
}

.noframe {
  border:0;
}
