table {
    background-color: #DFC8B5; 
}

.hlavnimenu {
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14pt; 
    font-style: normal; 
    color: #000000; 
    text-decoration: none; 
    text-align: right; 
    padding-top: 10px; 
    padding-bottom: 5px; 
    padding-right: 10px;
    border-bottom: 1px dotted #972E2A;
}

.hlavnimenu a {  
    color: #000000; 
    text-decoration: none; 
    margin-right: 10px; 
    margin-left: 10px;
}

.hlavnimenu a:hover {  
    color: #7C060B;
}


.vedlemenu {
	background-color: #972E2A;
	vertical-align: top;
	padding: 15px;
	text-align: right;
}

.vedlemenu a {
	color: #DFC8B5;
	font-weight: bold;
	text-decoration: none;
}

.vedlemenu a:hover {
    color: #7C060B;
}


.telo {  
    font-family: "Times New Roman", Times, serif; 
    color: #000000; 
    text-decoration: none; 
    padding-top: 5px; 
    padding-right: 18px; 
    padding-bottom: 30px; 
    padding-left: 18px; 
    font-size: 12pt; 
    text-align: justify; 
    vertical-align: top;
}

.telo a {
    color: black;
    font-weight: bold;
}

.telo a:hover {
    color: #7B0408;
    font-weight: bold;
    text-decoration: none;
}


.telo table, .telo tr, .telo td, .telo th{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 3px;
}

h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	background-color:  #972E2A;
}

.co { color: #ff00ff;}
.sta { color: #804040; font-weight: bold; }
div.code { color: #000000; background-color: #ffffff; font-family: Courier, monospace; text-align: left; }
.ide { color: #008080; }
