body {
text-align: center;
background-color: #F0E68C;
}

.obsah {
width: 760px;
margin: 0 auto;
font: 12px Tahoma;
/* background-color: white; */
}

.nadpis {
padding: 5px;
margin-bottom: 8px;
text-align: left;
background-color: #D25A0B;
color: rgb(255,255,204);
width: 710px;
font: bold 12px Tahoma;
filter: alpha(opacity=100, finishopacity=0, style=1);
}

.supernadpis {
padding: 5px 10px 5px 0;
text-align: right;
background-color: #D25A0B;
color: #FFFFCC;
width: 760px;
font: bold 25px Tahoma;
filter: Alpha(opacity=0, finishopacity=100, style=1);
}

.download {
font: bold 20px Tahoma;
text-align: center;
}

.chess {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 3px solid #D25A0B;
}

.solution {
margin: 10px;
padding: 10px;
width: 500px;
border: 1px solid #D25A0B;
background-color: rgb(240,230,140);
color: rgb(240,230,140);
text-align: left;
}

table {
font: 12px Tahoma;
}


.google {
width: auto;
padding: 3px;
text-align: center;
}

a {
text-decoration: none;
color: #D25A0B;
padding: 2px;
font-weight: bold;
}

a:hover   {
text-decoration: underline;
/* background-color: rgb(153,102,0); */
}

.kod {
background-color: white;
padding: 10px;
color: #505050;
font: 14px Courier New;
border: 3px gray double;
margin: 10px 0 10px 0;
width: auto;
}

.comment {
background-color: white;
color: green;
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
margin: 10px 0 10px 0;
width: 760px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Tahoma;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
background-color: #FFFFCC;
padding: 5px;
text-align: left;
width: auto;
font: 12px Tahoma;
}

@media print {
.tabcontent {
display:block !important;
}