/*layout*/
body
	{
	background-color:  #f6802e;  /*#f6600e; *//* #bac5d9; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #253000;
	}
	
/*blok pro vystredeni stranky*/
#center
	{
	text-align: center;
	margin:0px 0px 0px 0px;
	width:100%;
	}
/*hlavni cast stranky*/
#main-part, #main-part-intro
	{
   width:749px;
	margin: 0px;
   margin-left: auto;
	margin-right: auto;
	background: #bac5d9;
  }

#main-part {
   display: block;
   background: #ced4e2 url('../cz/images/sv_11.gif');
   background-repeat: repeat-y;
   border: solid 1px #7f8498;
}

#head {
   width: 749px;
   height: 140px;
}

#left-menu {
   float: left;
   margin: 0px;
   padding: 0px;
   width: 153px;
   background: #dae8f3 url('../cz/images/sv_11.gif');  
   background-repeat: repeat-y;
}

#main-text {
   float: left;
   text-align: left;
   width: 554px;
   padding-left: 20px;
   padding-right: 20px;
   padding-top: 15px;
}

#page-text {
   padding-left: 20px;
}

#pic-right {
   float: right;
   padding: 20px;
   padding-right: 0px;
}

#bottom-line {
   clear: both;
   width: 749px;
   height: 2px;
   background: #ced4e2 url('../cz/images/sv_11.gif');  
   background-repeat: repeat-y;
}

#copyright {
   clear: both;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   height: 24px;
   width: 749px;
   background: #f6802e; /*#f6600e;*/ /*#bac5d9;*/
}

#copyright-text {
   color: black; /* #505050; */
   padding-top: 5px;
   padding-right: 5px;
   font-size: 11px;
   text-align: right;
   vertical-align: middle;
}

#accom-menu {
   display: none;
}


/* ************************************* */

.frame_dark {
   color: #7f8498;
}

.darkblue {
   color: #a9b7d2;
}

.lightblue {
   color: #ced4e2;
}

.graytext {
   color: #505050;
}

/* menu */
.menu-pic {
   display: block;
   border: none;
}

a {
   text-decoration: underline;
   color: #303400;
}

a:hover {
   text-decoration: underline;
   color: #20476a;
}

.noborder {
   border: none;
}

.display-block {
   display: block;
}

.margin-bottom {
   margin-bottom: 30px;
}

.blue-title {
   color: #252758;
}

h1 {
   padding: 3px;
   color: #252758;
   font-size: 14px;
   font-weight: bold;
}

li {
   margin-bottom: 1px;
}

ul {
   margin-top: 5px;
   margin-bottom: 5px;
}

hr {
   margin: 0px;
   margin-bottom: 5px;
   color: #9f9b9a;
}

.clear {
   clear: both;
}

table {
   border: none;
}

td {
   padding: 3px;
   border: none;
}

.pic-right {
   float: right;
   padding: 10px;
   padding-right: 0px;
}

.pic-left {
   float: left;
   padding: 10px;
   padding-left: 0px;
}

.align-center {
   text-align: center;
}

.bold  {
   font-weight: bold;
}
