/*stylování blokových elementů*/
#centrovac {
  margin: auto; 
  text-align: left; 
  width: 640px; 
  padding: 0px;
  position: relative; 
}

#top{
	left: 0px;
	top: 0px;
	width: 640px;
	height: 183px;
	background: url('../images/template_top.jpg');
	padding: 0px;
	margin: 0px;
}
#titlebar{
	height: 20px; 
        top: 183px;
        width: 640px;
	background-color: #000000; 
	color: white;
	font-size: 12pt;
        font-family: arial;
        font-weight: bold;
        text-align: right;
}

#main{
	left: 0px;
	top: 203px;
	background-color: #eaeaea;
	text-align: justify;
	padding: 0px;
	position: absolute; /* hack kvůli překreslovacímu bugu v IE*/
	width: 640px; /* hack kvůli překreslovacímu bugu v IE*/
}

#content{
margin-left: 20px;
margin-right: 20px;
}

#bottom{
	height: 30px; 
	background-color: #000000; 
	color: white;
	text-align: center;
}

#tothetop{
	height: 15px; 
	text-align: right;
	margin-right: 20px;
}
#pravysloupec{
	float: right;
	width: 190px;
	left: 20px;
	position: relative;
	background: White url('../images/template_menuback.gif') no-repeat top;
}


#obsahpravysloupec{
	margin-left: 5px;
	margin-top: 10px;
	width: 180px;
	text-align: left;
}
.correct{
	height: 0px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*stylování blokových elementů*/

body{
	padding: 0px;
	margin: 0px;
	font-family: Georgia, 'Hoefler Text', 'Times New Roman', 'Times', serif;
	font-size: 9pt;
	text-align: center;
	color: black;
	background: #404A53 url('../images/template_podklad.jpg') repeat-y center top;
}
td{
	font-family: Georgia, 'Hoefler Text', 'Times New Roman', 'Times', serif;
	font-size: 9pt;
}

.minihead{
	font-weight: bold;
}
.midihead{
	z-index: 1000;
	font-size: 16pt;
        font-family: arial;
        font-weight: bold;
}

A:Visited  {
	color : #c21d23;
	font-weight: bold;
	text-decoration: none;
}

A:Active{
	color : #f8182f;
	font-weight: bold;
	text-decoration: none;
}

A:Hover {
	color : #f8182f;
	font-weight: bold;
	text-decoration: none;
}

A {
	color : #c21d23;
	font-weight: bold;
	text-decoration: none;
}

A.menu:Visited  {
padding-left: 17px;
}

A.menu:Active{
padding-left: 17px;
background: url('../images/template_menu_in.gif') no-repeat left;
}

A.menu:Hover {
padding-left: 17px;
background: url('../images/template_menu_in.gif') no-repeat left;
}

A.menu {
padding-left: 17px;
}
.zvyraznit{
	background: #E7C9CA;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;

}

.sIFR-replaced {
	visibility: visible !important;

}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;

}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash .midihead {
	visibility: hidden;
	display: inline;
	z-index: 1000;
	letter-spacing: -1px;
    line-height: 12px; 

}
