/*
	Zakladni definice stranky
*/
body 
{
	width: 890px;
	margin: auto;
	padding: auto;
	font: .75em/1.3em sans-serif, Arial;
	background: #D7CFCF;
	color: #000000;

}

a, a:active, a:visited
{
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-style: none;
}

a:hover
{
	font-weight: none;
}


#back 
{

	width: 890px;
	background: url('../img/vsrr_back.png') repeat-y center;
	color: #000000;
 
}

#top
{
 
	width: 890px;
	height: 15px;
	background: url('../img/vsrr_top.png') no-repeat top;
	color: #000000;
 
}
#bottom
{
 
	width: 890px;
	height: 15px;
	background: url('../img/vsrr_bottom.png') no-repeat bottom;
	color: #000000;
 
}

#page 
{

	width: 850px;
	background: #FFFFFF;
	color: #000000;
	margin-left: 20px;
 
}

h1, h2, h3, h4, h5, h6
{
	color: #800000;
}


/*
	HEADER
*/
#header
{
	/*width: 100%;*/
	width: 850px;
	height: 155px;
}

#header_spacer
{
	/*width: 100%;*/
	width: 850px;
	height: 5px;
}

#vsrr_logo
{
	float:left;
	width: 132px;
	height: 150px;

	background: url('../img/vsrr_logo.png') no-repeat;

	/*margin-left: 86px;*/
}

#vsrr_header_text
{
	float:left;
	width: 618px;
	/*height: 100%;*/
	height: 150px;
}

#vsrr_text_co
{
	width: 490px;
	height: 80px;
	font-size: 34px;
	font-weight: bold;
	color: #736061;
	margin-top: 40px;
	padding-top: 5px;
	padding-bottom: 12px;
	margin-left: 20%;
	/*border: 1px solid black;*/
}

#reg_rozvoj_text{
	color: #800000;
}

#language_header
{
	width: 100px;
	height: 125px;
	float: left;

	padding-top: 30px;

}

/*
	FOOTER
*/

#footer
{
	width: 100%;
	height: 20px;
	border-top: 1px solid #736061;
	border-right: 1px solid #800000;
}



/*
	CONTENT
*/

#content
{
	width: 100%;
	height: 100%;
	background-color: white;
}

#aktuality
{
	width: 100%;
	height: 40px;
}

#aktuality_img
{
	background: url('../img/aktuality.png') 100% 100% no-repeat;
	width: 15px;
	height: 30px;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#aktuality_text
{
	float: left;
	margin-top: 5px;
	font-weight: bold;
	width: 90%;

}

#content_text
{
	width: 100%;
	height: 100%;
 
}
/*
#content_page
{
	width: 70%;
	height: 100%;
 
}
*/

#inforect
{
	float: right;
	width: 235px;
	height: auto;

  margin-left: 3px;
	padding-right: 2px;
	padding-left: 5px;
	border: 0px solid #800000 ;
}
.inforect_nadpis
{
	background: #800000 ;
	font-weight: bold; 
	color: white;
	FONT-SIZE: 14px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-top: 5px;
	
}
  .inforect_obsah
{
	background: #ecebeb;
	font-weight: none; 
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 5px;
	text-align: center;
}

/*
	OBECNE DEFINICE
*/

a img {
	border: 0;
}

/*
	MENU
*/

#menu
{
	width: 100%;
	height: 30px;
}

/*
	Definice menu polozek
*/

.menu_base
{
	height: 30px;
}

#menu ul 
{
	list-style-type: none;
	padding: 0;
	margin: 0;

	float:left;


	text-align:center;
}


#menu .nolink, #menu a, #menu a:active, #menu a:visited {
	color: white;
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 12px;
	font-style: normal;

	display: block;
	padding: 2px 5px;

	background: #800000;
	text-align: left;

}

#menu .external
{
	 background: #800000; 
}

#menu .highlight
{
	color: white;
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 12px;
	font-style: normal;

	display: block;
	padding: 2px 5px;

	background: #800000;
	text-align: left;
}


#menu a:hover {
	color: black;
	background: #ecebeb;
}

#menu li
{
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 100;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	border-left: 1px solid black;
}


div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul, 
div#menu ul ul li:hover ul, 
div#menu ul ul ul li:hover ul
{
	display: block;
}

/*******************
 * Uvodni stranka
 *******************/
.greyBox
{
	width: 70%;
	background: #ecebeb;
	float: left;
	padding: 5px;
}

.headInfoDiv
{
	width: 26%;
	float: left;
	margin-left: 10px;
}

.headInfoHalf1
{
	border-top: 4px solid #800000;
	border-left: 4px solid #800000;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

.headInfoHalf2
{
	border-top: 4px solid #736061;
	border-left: 4px solid #736061;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 5px;
}

.headInfoWhole
{
	border: 4px solid #800000;
	margin-bottom: 10px;
	padding: 5px;
}

/***********************
	Pomocne tridy	
************************/
.clear {
	clear: both;
}

#clear_bottom
{
	clear:both;
	width: 850px;
	height: 28px;

	background: url('../img/dolniPruh.png') 100% 100% no-repeat;
}

.td {
	COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: none
}
.nadpis {
	COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none; TEXT-ALIGN: center;
}
.td_center {
	COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: none; TEXT-ALIGN: center;
}
.td2 {
	COLOR: #800000; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-WEIGHT: bold; TEXT-DECORATION: none
}

 .aktuality_nadpis {
	FONT-WEIGHT: bold; 
  TEXT-DECORATION: none;
  COLOR: #800000;
  margin-left: 30px;
  
}

 .aktuality_text {
	FONT-WEIGHT: none; 
  TEXT-DECORATION: none;
  COLOR: black;
   margin-left: 30px;
  
}

.nadpis2 {
	background: #ecebeb; 
  COLOR: black; 
  FONT-WEIGHT: bold;
  FONT-SIZE: 14px;
  TEXT-DECORATION: none;
  border-bottom: 2px solid #800000;
	width: 100%;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 5px;
}

.prvni {
	COLOR: black; BORDER-BOTTOM: none; BORDER-LEFT: none; BORDER-RIGHT: none; BORDER-TOP: none; 
  background: #ecebeb; 
}
.druhy {
	COLOR: black; BORDER-BOTTOM: none; BORDER-LEFT: none; BORDER-RIGHT: none; BORDER-TOP: none; 
  background: white; 
}
/*
.nadpis_pravyroh  {
   background: url('../img/vyber_barvy1.png') 100% 100% no-repeat;
   position: absolute;
   left: 62%;
   width: 10px;
   height: 10px;
   margin-top: 2px;
}
*/
.aktualita_nadpis {
 FONT-WEIGHT: bold; TEXT-DECORATION: none; BORDER-BOTTOM: none; BORDER-LEFT: none; BORDER-RIGHT: none; BORDER-TOP: none; 
}
.aktualita_obsah {
	FONT-WEIGHT: none; TEXT-DECORATION: none; BORDER-BOTTOM: black 0px solid; BORDER-LEFT: nne; BORDER-RIGHT: nne; BORDER-TOP: none;  padding-LEFT: 20px; padding-right: 5px; 
}

.dulezite {
	BACKGROUND: #fe0000; COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-WEIGHT: bold; HEIGHT: 15px; BORDER-TOP: black 2px solid; BORDER-LEFT: black 2px solid; BORDER-RIGHT: black 2px solid;
}
.zaver {
	COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: none; BORDER-BOTTOM: black 2px solid; BORDER-LEFT: black 2px solid; BORDER-RIGHT: black 2px solid; BORDER-TOP: none;  PADDING-LEFT: 20px; PADDING-RIGHT: 5px;
}
.obor-rr {
HEIGHT: 35px; MARGIN-LEFT: 3px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 11px;
}
.obor-mn {
 HEIGHT: 35px; MARGIN-LEFT: 3px; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 11px;
}
.obor-rr-tab {WIDTH: 640px; height: 35px; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: none; TEXT-ALIGN: left;
}
.obor-rr-img {
	background-image: url('img/obor-rr.gif');
}	


.tabulka_podtrzene {
	COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; TEXT-DECORATION: none; BORDER-BOTTOM: black 2px solid; BORDER-LEFT: none; BORDER-RIGHT: none; BORDER-TOP: none;  
}
.tabulka_nepodtrzene {
	COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; TEXT-DECORATION: none; BORDER-BOTTOM: none; BORDER-LEFT: none; BORDER-RIGHT: none; BORDER-TOP: none;  
}
A.odkaz {
	COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: underline
}
A.odkaz:visited {
	COLOR: black; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: underline
}
A.odkaz:active {
	COLOR: #800000; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: underline
}
A.odkaz:hover {
	COLOR: #800000; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: underline
}
A.odkaz2 {
	COLOR: black; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: none;
	border-bottom: dotted 1px black; 
	
}
A.odkaz2:visited {
	COLOR: black; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: none;
		border-bottom: dotted 1px black; 
}
A.odkaz2:active {
	COLOR: #800000; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION:none;
		border-bottom: dotted 1px black; 
}
A.odkaz2:hover {
	COLOR: #800000; FONT-SIZE: 11px; FONT-WEIGHT: none; TEXT-DECORATION: none;
		border-bottom: dotted 1px black; 
}

