body {
    background-color: silver;
    line-height: 1.25em;
    font-weight: normal;
    font-size: 100%;
    font-variant: normal;
    font-style: normal;
    margin: 0.5ex;
    font-family: Verdana;  
}

/* Main div, includes all, unused */
#allContent {
	background-color:white;
	border:1px solid black;
	color:inherit;
	margin:2ex 5ex;
	padding:0;
	width: 950px;
   position:relative; 
}


.uvod {
margin: 8px 8px 15px 16px;
}

#arial {
	font-family: Verdana;
}

img {
	border: none;
}
.logo {
    /**width: 500px;*/
    background-color: white;
    clear:both;
    margin:1ex 1ex;
    padding:0;
    padding-bottom: 10px;
    border-bottom:1px solid silver;
    text-align: center;
}


td.mainBody {
   vertical-align: top;
	display:table-cell;
	width: 680px;
   margin:0 2ex;
    
}

table.data {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	vertical-align: top;
	padding: 10px;
	width: 700px;
}

td.topAlignment	{
	padding-left: 1ex;
	vertical-align: top;
	color: yellow;
}

#center {
	text-align: center;	
}

p.menu {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ol {
	text-align: justify;
}

p {
	text-align: justify;
}

p.little {
	font-family: Arial;
	font-size: 90%;
}

td.navigationPanel {
    vertical-align: top;
    width: 210px;	
	 /*width: 120px;*/
   /* padding: 0.5em; */
}

.footer {
    border-top:1px solid silver;
    margin:1ex;
    padding:1ex;
    text-align: center;
}

h2.nowrap {
	display: inline;
}

h3.nowrap {
	display: inline;
	color: yellow;
}

h4.nowrap {
	display: inline;
	color: yellow;
}


h3.data {
	display: block;
	margin-bottom: 5px;
	color: yellow;
	font-weight: bold;
}

h2.data {
	display: block;
	margin-bottom: 5px;
	color: yellow;
	font-weight: bold;
}

h2.title {
	text-align: center;
}

/* Links */
a {
    text-decoration: none;
    text-align:justify;
    
}

a.cdr:link, a.cdr:visited, a.cdr:active {
	 color: #228a22;
}
/* button-like links - normal */
.buttonLink:link, .buttonLink:visited, .buttonLink:active {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 0.1em;
    margin: 0em 0em 5px 7px;
    border: 1px solid black;
    color: yellow;
    text-decoration: none;
    line-height: 1.5em;
    width:185px;
}

/* button-like links - under cursor */
.buttonLink:hover {
    color: #ffffe7;
}


