/*layout*/
body
	{
	background-color: #ffffd3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #573b37;  
	}
	
/*blok pro vystredeni stranky*/
#center
	{
   text-align: center;
	margin:0px 0px 0px 0px;
	width:100%;
	}
/*hlavni cast stranky*/
#main-part
	{
   width: 750px;
	margin: 0px;
   margin-left: auto;
	margin-right: auto;
   background: url('../images/bg-left.gif'); 
   background-repeat: repeat-y;
  }

#head {
   width: 750px;
   height: 121px;
   display: block;
}

#head-line {
   display: block;
   width: 750px;
   height: 34px;
}

#left-column {
   width: 138px;
   float: left;
}
div.left-box {
   font-weight:bold;
   font-size:15px;
   text-align: left;
   margin-top:15px;
   margin-right: auto;
   width: 105px;
   padding:5px;
   padding-left:5px;
   padding-right:10px;
   border: 1px solid #fbdb9c;
   background: #ffffd3;
}

#main-text {
   width: 612px;
   float: left;
   background: #ffffd3 url('../images/bg.gif'); 
   background-position: top right;
   background-repeat: repeat-y; 
   display: block;
}

#main-text-top {
   width: 612px;
   height: 22px;
}

#real-text {
   margin-left: 5px;
   margin-top: 10px;
   width: 245px;
   float: left;
   text-align: left;
}

#big-pic {
   text-align: center;
   padding-bottom: 5px;
   padding-top: 10px;
   float: right;
   background: #FEFEB3;
}

#copyright {
   display: block;
   text-align: right;
   clear: both;
   height: 16px;
   width: 750px;
   background: #ffffd3 url('../images/sv_30.gif');
   background-position: right;
   background-repeat: no-repeat;
   border-top: 1px solid #cdbfa7;
   border-bottom: 1px solid #cdbfa7;
}

#copyright-text {
   color: #b8a899;
   padding-top: 2px;
   padding-right: 3px;
   text-align: left;
   vertical-align: middle;
}

/* ************************************* */

.dark-blue {
  color: #20136d;
}

table.ref tr.table-head td {
   color: white; 
   background: #40338d;
}

table.ref tr.sec td {
   background:  #ebedf6; 
}
/* menu */
.line-pic {
   display: block;
   border: none;
   margin-bottom: 10px;
   margin-top: 3px;
}

a {
   /* text-decoration: none;*/
   color: #472b27;
}

a:hover {
   text-decoration: underline;
   color: black;
}

a.copy {
   text-decoration: none;
   color: #b8a899;
}

a.copy:hover {
   color: #988879;
}

.noborder {
   border: none;
}

.display-block {
   display: block;
   border: none;
}

.margin-bottom {
   margin-bottom: 30px;
}

h1.title {
   color: #919191;   
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 5px;
}

li {
   list-style-image: url('../images/sv_xx.jpg');
   margin-bottom: 5px;
}

hr {
   margin: 0px;
   margin-bottom: 5px;
   color: #9f9b9a;
}

hr.title {
   text-align: left;
   height: 1px;
   color: #919191;
   width: 290px;      
}

.clear {
   clear: both;
}

input, textarea {
   border: 1px solid #061f96;
   background: #fffeef;
}

fieldset {
   width: 430px;
}

.red {
   color: red;
}

table.ref td {
   background: #dbdde6; 
  padding: 10px;
}

table.ref td img {
   margin-bottom: 5px;
}

.pic {
   width: 523px;
   margin-left: auto;
   margin-right: auto;
}

/*styly pro tabulky***********************************************************/
/*default tabulka*/
table
	{	
	font-family : Verdana,arial, Helvetica, sans-serif;
	font-size : 11px;
	}
td
	{
	font-family : Verdana,arial, Helvetica, sans-serif;
	font-size : 11px;	
	padding:3px 3px 3px 3px;
	}
	
/*tabulka urcena vyhradne pro formatovani text pokud neni zbyti*/
table.formation 
{
	border-collapse : collapse;
}

table.formation td
{
	padding:0px 0px 0px 0px;
}

/*tabulka bez mrizky s 1px rameckem*/
table.no-grid
{
	border: 1px solid #3d5929;
	border-collapse : collapse;
	margin-bottom : 4px;
}

/*styl pro tabulku vkladanou  wysiwyg editorem*/
/*tabulka s wysiwyg editoru*/
table.dynamic
	{
     background-color:#FFF3BD;	
	border:none;
	line-height : 100%;		
	border-collapse : collapse;
	}
	
/*tabulka z wysiwyg editoru*/
table.dynamic td
	{
	border: 1px solid #3d5929;
	padding : 2px 2px 2px 2px;
	}

tr.table-header
	{
	background-color:#658eab;
	font-weight: bold;
	color:#303400;
	}

tr.tr-odd
	{
	background-color:#c4d4da;
	}

tr.tr-even
	{
	background-color:#ecf1f7;
	}
/*konec stylu pro table editoru*/

/*konec stylu pro tabulky*/
	
/*styly pro text*/	
/*odstavec s odsazenim*/
p.static
{
	margin-bottom:15px;
}

/*odstavec generovany editorem, nesmi mit margin*/
p
{
	margin-bottom:0px;
	margin-top:0px;
}

/*nahrada pro nevalidni align=*/
.align-left
	{
	text-align : left;
	}

/*nahrada pro nevalidni align=*/
.align-center
	{
	text-align : center;
	}

/*nahrada pro nevalidni align=*/
.align-right
	{
	text-align : right;
	}

/*nahrada pro nevalidni align=*/
.align-justify
	{
	text-align:justify;
	}

/*nahrada pro nevalidni valign=*/
.valign-top
{
	vertical-align : top;
}

/*nahrada pro nevalidni valign=*/
.valign-middle
{
	vertical-align : middle;
}

/*nahrada pro nevalidni valign=*/
.valign-baseline
{
	vertical-align : baseline;
}

/*nahrada pro nevalidni valign=*/
.valign-bottom
{
	vertical-align : bottom;
}

/*nahrada pro nevalidni align=, pouziti u tabulek a bloku*/
.left
{
	float:left;
}

/*nahrada pro nevalidni align=, pouziti u tabulek a bloku*/
.right
{
	border: none;
   float:right;
}

/*skryty text*/
.hid
{
	visibility : hidden;
}

.full-width
{
	width : 100%;
}

/*slouzi pro vystredeni vnitrnich bloku v IE*/
.full-width-center
{
	width:100%;
	text-align : center;
}

/*vystredeni bloku v mozille*/
.inner-center
{
	margin-left:auto;
	margin-right:auto;
}

/*vodorovna cara, nefunguje v mozille*/
hr
	{
   color: #3d5929;
   height:1px;
	margin-bottom:0px; 
	margin-top:0px; 
	}

/*nadpis prvni urovne*/
h1
   	{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right:20px;
	}

/*nadpis druhe urovne*/
h2
	{
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
	}

/*nadpis treti urovne*/
h3
  	{
	font-size:13px;	
	margin-top: 5px;
	margin-bottom: 15px;
	display: block;
	padding: 3px;
	background: #eaeaf1;
   }

/*nadpis ctvrte urovne*/
h4
  	{
	font-size : 10px;
	margin-bottom : 10px;
	}

/*maly text*/
.small
{
	font-size : 9px;
	padding-bottom : 5px;
	padding-top : 5px;
}

/*preskrtnuty text*/
.striked
{
	text-decoration : line-through;
}
/*tucny text*/
.bold
{
	font-weight : bold;
}
/*kurziva*/
.cursive
{
	font-style : italic;
}
/*nahrada za nevalidni br clear=, ukonci obtekani*/
br.clear
	{
	clear : both;
	}
 /*zvyrazneny text, vkladany z editoru*/
.highlight
	{
   color:  #003f52;
	font-weight:bold;
	}


/*seznamy, bacha na mozillu a obrazkove odrazky*/	
ul
	{
	margin-left: 20px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style: square;
	/* line-height: 120%; */
	}

ul.menu {
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 20px;
}
	
ol	
{
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*styly pro obrazky*/	
img
  	{
	border: none;
	}
/*obrazek doprava*/
img.right
  	{
	float:right;
	border: none;
	margin-top : 5px;
	margin-left : 20px;
	margin-bottom : 5px;
	}
/*obrazek doleva*/
img.left
  	{
	float:left;
	border: none;
	margin-top : 5px;
	margin-right : 5px;
	margin-bottom : 5px;
	}
/*obrazek vodorovne linky*/
img.hr
	{
	margin-top:7px;
	margin-bottom:7px;
    }
 /*konec stylu pro obrazky*/