body{
margin:0;
padding:0;
line-height: 1.5em;
background: #EAEAEA;
FONT-FAMILY: Arial, sans-serif;
font-size: 11pt;
}

a{text-decoration: none}
a:hover   {color: red; text-decoration: underline}

b{font-size: 110%;}
em{color: red;}

#header{
clear: left;
width: 100%;
background: RoyalBlue;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}


#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: #EAEAEA;
height: 700px;
}

#contentwrapper{
float: left;
width: 100%;
background: WhiteSmoke;
}

#contentcolumn{
position: relative;
margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
height: 600px;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #EAEAEA;
height: 700px;
}

#footer{
clear: left;
width: 100%;
background: RoyalBlue;
color: #FFF;
text-align: center;
padding: 4px 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.udalost
{
/*text-indent: 30px; margin: 0px;*/
FONT-FAMILY: Arial, sans-serif;
font-weight: bold;
font-size: 10pt;
}

.priloha
{
FONT-FAMILY: Arial, sans-serif;
font-weight: bold;
font-size: 8pt;
padding-left: 15px;
}


.zverejneno
{
FONT-FAMILY: Arial, sans-serif;
font-weight: bold;
font-size: 7pt;
font-style:italic
padding-left: 60px;
}
