/* CSS Document nastylovani layoutu */
body {
	background: url('/css/img/layout2/body.gif')	center 0 repeat-y;
	font-family: 'Arial CE',Arial,'Helvetica CE',Helvetica,sans-serif;
	font-size:76%;
}

#page {
	margin: 0 auto;
	width: 978px;
	position: relative;
}

#head {
	background: url('/css/img/layout2/head2.gif') 0 0 no-repeat;
	height: 85px;
	margin-bottom: 55px;
	position: relative;
}

	#head .logo {
		display: block;
		width: 200px;
		height: 75px;
		position: absolute;
		top: 10px;
	}


#headnew {
	height: 102px; 
	text-align: center; 
	background: url(/css/img/layout2/new-header.png) top center no-repeat;
}

	#headnew .logo {
		display: block;
		width: 200px;
		height: 85px;
	}

	#headnew .mail {
		display: block;
		width: 140px;
		height: 30px;
		position: absolute;
		top: 30px;
		right: 50px;
	}

	#headnew .searchfrm {
		display: block;
		width: 282px;
		height: 42px;
		position: absolute;
		top: 60px;
		left: 736px;
		text-align: left;
	}
	
	
/*	#headnew .searchfrm label {
		background: url('/css/img/layout2/lupa.gif') 0 0 no-repeat;
		display: block;
		float: left;
		width: 25px;
		height: 25px;
		margin-right: 7px;
	}*/
	
		#search_text_new {
			background:  url('/css/img/layout2/search-bg-exact.png') left top no-repeat;
			border: 0px;
			/*border: 1px solid #fffa99;*/
	/*		background-color: #EE7B3F;*/
			height: 18px;
			width: 146px;
			margin-top: 12px;
		}
	
		#btn-search-submit {
			border: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			position: relative;
			top: 4px;
			left: 4px;
		}

#flash { margin-bottom: 15px; }
	
#search {
	background: url('/css/img/layout2/search_body.gif') 0 0 no-repeat;
	width: 100%;
	height: 47px;
	position: absolute;
	top: 82px;
	left: 0px;
}
	
	#search form {
		margin-top: 12px;
		margin-left: 14px;
	}
		
	#search label {
		background: url('/css/img/layout2/lupa.gif') 0 0 no-repeat;
		display: block;
		float: left;
		width: 25px;
		height: 25px;
		margin-right: 7px;
	}
	
	#search #search_text {
		border: 1px solid #F7BEA3;
		background-color: #EE7B3F;
		height: 16px;
		width: 100px;
		position: relative;
		top: 3px;
	}
	
	#search .submit {
		xbackground:  url('/css/img/layout2/search_button.gif') right 0 no-repeat;
		background:#BF5217;
		border: 0px;
		padding: 3px 5px;
		color: #fff;
		font-weight: bold;
		font-size: 9px;
		cursor: pointer;
		position: relative;
		top: 2px;
	}
	
	#search .mailto {
		margin-top:24px;
		display: block;
		width: 130px;
		height: 15px;
		position: absolute;
		right: 12px;
	}
	
	body:last-child:not(:root:root) #search .submit {
		padding: 3px 9px;
		top: 3px;
	}

#head_links
{
	position: absolute;
	top: -135px;
	right: 2px;
}
	
	#head_links a
	{
		text-decoration: none;
	}	
	
	#head_links a:hover
	{
		text-decoration: underline;
		color: #ffffff;
	}	
	
	#head_links .printer,
	#head_links .servermap,
	#head_links .lang {
		padding-left: 24px;
		margin-left: 15px;
		color: #959595;
	}
	
	#head_links .printer { background:  url('/css/img/layout2/printer.gif') left center no-repeat; }
	#head_links .servermap { background:  url('/css/img/layout2/mapsite.gif') left center no-repeat; }
	#head_links .lang { background:  url('/css/img/layout2/lang.gif') left center no-repeat; }
	
	#head_links .sk { background:  url('/css/img/vlajky/sk.gif') left center no-repeat; }
	#head_links .uk { background:  url('/css/img/vlajky/uk.gif') left center no-repeat; }
	#head_links .hu { background:  url('/css/img/vlajky/hu.gif') left center no-repeat; }
	#head_links .de { background:  url('/css/img/vlajky/de.gif') left center no-repeat; }
	
#main {
	float: right;
	width: 764px;
}

	#main #body {
		float: left;
		width: 586px;
		overflow: hidden;
	}
	
		#body h1 {			
			padding-left: 15px;
			color: #fff;
			font-size: 1.33em;
			/*font-style: italic;*/
		}
		

		.h1box {
		  position:relative;
      width:100%;
      padding:5px 0px 5px 0px;
      margin-bottom:15px;
      background:#5A5758;
      overflow:hidden;
    }
    
    .h1box .lt {
      position:absolute;
      top:0px;
      left:0px;
      display:block;
      width:5px;
      height:5px;
      background: #5A5758 url('/css/img/wsw2/h1-lt.gif') left top no-repeat;
    } 
    .h1box .rt {
      position:absolute;
      top:0px;
      right:0px;
      display:block;
      width:5px;
      height:5px;
      background: #5A5758 url('/css/img/wsw2/h1-rt.gif') right top no-repeat;
    }
    .h1box .lb {
      position:absolute;
      bottom:0px; *bottom:-1px;
      left:0px;
      display:block;
      width:5px;
      height:5px;
      background: #5A5758 url('/css/img/wsw2/h1-lb.gif') left bottom no-repeat;
    } 
    .h1box .rb {
      position:absolute;
      bottom:0px; *bottom:-1px;
      right:0px;
      display:block;
      width:5px;
      height:5px;
      background: #5A5758 url('/css/img/wsw2/h1-rb.gif') right bottom no-repeat;
    }
		

		
		#body .navigator
		{
			padding-bottom: 12px;
			font-size:.92em;
		}
		
			#body .navigator a { color: #5A5758; }
			#body .navigator span { font-weight: bold; color: #5A5758; }

	#main #right_boxes {
		float: right;
		width: 165px;
		/**/
		overflow: hidden;
	}
	
	#main .update_right_boxes { margin-top: 26px; }

#left_boxes {
	float: left;
	width: 200px;
	overflow: hidden;
}

#footer
{
	margin-top: 25px;
	background:  url('/css/img/layout2/footer_body.gif') 0 0 no-repeat;
	padding: 18px 15px 10px 23px;
	*padding: 14px 15px 0px 23px;
}

	#footer .footer_copyright
	{
		float: left;
		width: 750px;
		color: #fff;
	}
	
	#footer .footer_links
	{
		float: right;
		width: 150px;
	}
	
		#footer .footer_links a
		{
			color: #666666;
			line-height: 1.5em;
			font-size: 0.92em;
			display: block;
		}
	
	#footer ul
	{
		list-style-type: none;
		margin-top: 2px;
	}
	
	#footer ul li
	{
		display: inline;
	}
	
	#footer ul li
	{
		padding-left: 8px;
	}
	
	#footer ul li.last
	{
		padding-right: 10px;
		padding-left: 12px;
		background:  url('/css/img/layout2/oddelovac.gif') right bottom no-repeat;
	}
	
	#footer ul li a
	{
		color: #C8C7C7;
		font-size: 0.92em
	}
	
#left_portlet
{
	float: left;
	width: 258px;
}

#right_portlet
{
	float: right;
	width: 258px;
}

/* strankovani */
#strankovani
{
	border-bottom: 1px solid #DEDDDE;
	text-align: right;
	margin-bottom: 20px;
	margin-top: 25px;
}

	#strankovani a.skok,
	#strankovani a.skok_2
	{
		padding: 6px;
		text-decoration: none;
		background: url('/css/img/reference/a_skip.gif') 0 0 no-repeat;
		position: relative;
		bottom: 5px;
	}
	
	#strankovani a.skok { color: #373936; }
	#strankovani a.skok_2 { color: #AAABAA; }
	
	#strankovani a
	{
		padding: 6px;
		text-decoration: none;
		position: relative;
		bottom: 5px;
		color: #5A5758;
	}
	
	#strankovani span
	{
		padding: 6px;
		text-decoration: none;
		background: url('/css/img/reference/active.gif') 0 0 no-repeat;
		position: relative;
		bottom: 5px;
		color: #fff;
		font-weight: bold;
	}
/* /strankovani */


#zpet { text-align: right; margin-bottom: 10px; }

#zpet a {
	background: url('/css/img/reference/back.gif') 0 0.3em no-repeat;
	padding-left: 15px;
	color: #5A5758;
}

/*GLOBALS*/
.clr {
  float:none;
  clear:both;
  height:1px;
  font-size:1px;
  line-height:1px
}

.invisible {
  display:none;
}



/* flash na titulce */
#c4_ap1 {
	position: absolute;
	top: -190px; left:0;
	z-index: 999999;
}