/*SESSION JADRO*/
/* CSS Document */
img.vyrobek	{
  border: 1px solid #666666;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

img.nahled {
  border: 1px solid #666666;
  float: left;
  margin-right: 5px;
  /*width: 200px;*/
}

.aktivni {
  background-color:#dfe0ee;
}
.form_input_text {
  width: 300px;
}
.form_input_textarea {
  width: 550px;
  height: 200px; 
}

.form_input_select {
  width: 300px;
}

.form_input_text_povinny {
  width: 300px;
  background-color: #fff0f0;
}

.form_input_select_povinny {
  width: 300px;
  background-color: #fff0f0;  
}

body {
	background: #ccc;
	font-family: verdana, arial, trebuchet, lucida;
	margin: 0px auto;
	font-size: 80%;
	color: #666666;
}

/*** Obecné ***/
#head a,
ul a  {
	color:#333399;
	text-decoration: none;
}
a,
#footer ul li a  {
	color:#CC6600;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.noBorder {
	border: none !important;
}
h1 {
	color:#6666CC;
	font-size:135%;
	font-weight:bold;
}
h2 {
	color:#6666CC;
	font-size:115%;
	font-weight:bold;
}
form input {
	border: 1px solid #999;
	margin-right: 15px;
	width: 119px;
	height: 15px;
}
button {
	border: 1px solid #da862b;
	background: #e7b684;
	color: #333399;
	font-weight: bold;
	margin: 0px;
	height: 20px;
	cursor: pointer;
}
#rightCol .rightColInner div form button {
height:20px;
}

/***** COntent ******/
#coverPage {
	width: 1100px;
	margin: 0px auto;
}
#head {
	width: 100%;
	height: 87px;
	background: url(images1/head-bg.jpg) repeat-x;
	position: relative;
}
#head #leftSite {
	background: url(images1/head-corner-left.jpg) no-repeat left bottom;
	float: left;
	height: 87px;
}
#head #leftSite #logo {
    display: block;
    background: url(images1/logo.png) no-repeat;
    width: 126px;
    height: 63px;
    margin:8px 0 0 32px;
}
#head #rightSite {
	background: url(images1/head-corner-right.jpg) no-repeat right bottom;
	float: right;
	height: 87px;
}
#head #rightSite div {
	margin: 10px 20px 0px 0px;
}
#head #rightSite div img {
	float: right;
	margin: 0px 12px 0px 10px;
	border: 0px;
}

#head #rightSite div form {
  margin:31px 25px 0;
}
#head #rightSite div form button{
  float:none;
  margin: 0px;
  width: auto;
  height: auto;
}
#head #leftSite img {
	margin: 8px 0px 0px 32px;
}
#head #menu {
  background:url("images1/bg-menu-right.jpg") no-repeat scroll right -2px transparent;
  bottom:0;
  height:20px;
  left:200px;
  padding-right:9px;
  position:absolute;
}

#head #menu ul {
  background:url("images1/bg-menu-left.jpg") no-repeat scroll 0 -2px transparent;
  height:21px;
  margin:0;
  padding:0 0 0 9px;
}

#head #menu ul li {
	float: left;
	border-top: 1px solid #9797b1;
	list-style: none;
	padding: 1px 0px 4px 5px;
	font-weight:bold;
}
#head #menu ul li+li:before{
	content:"|";
	margin-right: 5px;
}

#content {
	background: #fff url(images1/bg-layout.jpg) repeat-x;
	padding: 22px 0px 0px 0px;
}

/************* Main col ***************/

#mainCol {
	width: 715px;
	margin: 0px 23px;
	float:left;
}

#mainCol div {
	padding-bottom: 15px;
	/*background: url(images1/news-hr.jpg) no-repeat left bottom;*/
}


/********** Left Col ******************/


#leftCol {
	width: 166px;
	float: left;
}
#leftCol strong,
#leftCol a strong  {
	width: 136px;
	height: 22px;
	background: url(images1/bg-li-head-left.gif) no-repeat;
	display: block;
	padding: 5px 0px 0px 30px;
}
#leftCol .leftColInner {
     background: url(images1/bg-li-footer-left.gif) no-repeat left bottom;
     padding-bottom: 13px;
     margin: 0px 0px 30px;

}
#leftCol .leftColInner div {
     background: url(images1/bg-submenu.jpg) repeat-y;
	padding: 0px 10px;
}
#leftCol .leftColInner div a.nadpis {
	display: block;
	padding: 10px 0px;
}
#leftCol .leftColInner div a.nadpis:hover {
	color: black;
	text-decoration: underline;
}
#leftCol .leftColInner img {
 	border: 1px solid #666666;
	margin: 10px 0px;
}
#leftCol ul {
	padding: 0px;
	margin: 0px 0px 0px -10px;
}
#leftCol ul li {
	width: 150px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px dotted #a9a9a9;
	padding-left: 10px;
}

#leftCol ul li:hover {
	background: url(images1/bg-li-submenu-hover.jpg) repeat-y;
}
#leftCol ul li a {
	background: url(images1/bg-li.jpg) no-repeat 0px 5px;
	display: block;
	padding: 1px 0px 1px 15px;
	color: #3333ab;
	font-weight: bold;
	font-size: 12px;
}
#leftCol ul li a:hover {
	background: url(images1/bg-li-hover.jpg) no-repeat 0px 5px;
}
#leftCol ul li ul {
	margin-left: 5px;
}
#leftCol ul li ul li {
	border: none;
	width: 140px;
}
#leftCol ul li ul li a,
#leftCol ul li:hover ul li,
#leftCol ul li:hover ul li a,
#leftCol ul li ul li:hover{
	background: none !important;
}
#leftCol ul li ul li a {
	font-weight: normal;
}
#leftCol ul li ul li a:hover{
	color: #CC6600;
}

/*****************/






/********** right Col ******************/


#rightCol {
	width: 166px;
	float: right;
}
#rightCol strong,
#rightCol a strong  {
	width: 136px;
	height: 21px;
	background: url(images1/bg-li-head-right.gif) no-repeat;
	display: block;
	padding: 5px 0px 0px 30px;
}
#rightCol .rightColInner {
     background: url(images1/bg-li-footer-right.gif) no-repeat left bottom;
     padding-bottom: 12px;
     margin: 0px 0px 30px;

}
#rightCol .rightColInner div {
     background: url(images1/bg-submenu-right.jpg) repeat-y;
	padding: 0px 10px;
}
#rightCol .rightColInner div a.nadpis {
	display: block;
	padding: 10px 0px;
}
#rightCol .rightColInner div a.nadpis:hover {
	color: black;
	text-decoration: underline;
}
#rightCol .rightColInner img {
 	border: 1px solid #666666;
	margin: 10px 0px;
}
#rightCol ul {
	padding: 0px;
	margin: 0px 0px 0px -10px;
}
#rightCol ul li {
	width: 150px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px dotted #a9a9a9;
	padding-left: 10px;
}
#rightCol ul li:hover {
	background: url(images1/bg-li-submenu-hover.jpg) repeat-y;
}
#rightCol ul li a {
	background: url(images1/bg-li-right.jpg) no-repeat 0px 7px;
	display: block;
	padding: 1px 0px 1px 15px;
	color: #3333ab;
	font-weight: bold;
	font-size: 12px;
}
#rightCol ul li span {
	color: #80808f;
}
#rightCol ul li a:hover {
	background: url(images1/bg-li-hover.jpg) no-repeat 0px 7px;
}

#rightCol ul li:hover.noMenu {
	background: none;
}
#rightCol ul li.noMenu {
	padding-left: 15px;
	margin-left: 10px;
     background: url(images1/bg-li-right.jpg) no-repeat 0px 5px;
     width: 135px;
}
#rightCol ul li.noMenu a:hover {
     background: url(images1/bg-li-right.jpg) no-repeat 0px 5px;
}

/* form */
#rightCol .rightColInner div form {
	padding: 26px 0px;
  margin: 0px;
}
#rightCol .rightColInner div form input {
  float:right;
  margin:0 0 4px;
  width:78px;
}

#rightCol .rightColInner div form button {
  float:right;
}
/*****************/




/**** Foooter ********/

#footer {
	width: 1100px;
	padding: 20px 0px;
	text-align: center;
}
#footer ul {
	background: url(images1/bg-footer.jpg) no-repeat 0px top;
	text-align: center;
	margin: 0px auto;
	margin-left: 220px;
	padding: 10px 0px 0px 150px;
	height: 10px;
}
#footer ul li {
	list-style: none;
	float: left;
	padding: 0px 0px 2px 5px;
}
#footer ul li,
#footer ul li+li:before {
	content: "|";
	margin-right: 5px;
}
#footer a:hover {
	color: black;
	text-decoration: underline;
}


