/* CSS Document */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/bg_navigace.jpg) top center repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #585858;
}

#navigace
{
	
	font-size: 12px;
	height:45px;
	padding:0;
	margin:0;
	font-weight: bold;
	background: #fff url(images/bg_navigace.jpg) top center repeat-x;
}

#navigace li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navigace li a
{
	height: 45px;
	padding-top: 10px;
	color: #cccccc;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration: none;
	float: left;
	border: 0;
	/*margin-right: 1px;*/
	background: url(images/menu_separator.gif) no-repeat right top;
}

#navigace li a:link, #navigace li a:visited { 
	color: #cccccc; 
}

#navigace li a:hover {
	color: #ffffff;
	background: url(images/menu_hover.gif) center top no-repeat;
}

#navigace li a#current, #navigace li a:hover#current
{
	color: #ffffff;
	background: url(images/menu_active1.gif) no-repeat center top;
}

#container {
	margin: 0 auto;
	width: 768px;	
}

#bg_container {
	float: left;
	background: url(images/bg_bottom.gif) center bottom no-repeat;
	padding-bottom: 200px;
	width: 768px;
}

#header {
	height: 90px;
	width: 100%;
	margin-top: 10px;
	clear: both;
}

#header #right {
	float: right;
	text-align: right;
	font-size: 12px;
	line-height: 1.4em;
	width: auto;
	clear: right;
	/*display: block;*/
	/*border-left: 1px solid #CCCCCC;*/
	color: #959595;
	background: url(/images/left-top-corner-box1.jpg) top left no-repeat;
	padding: 12px 15px;
}

#content {
	float: left;
	width: 510px;
	/*padding-top: 250px;*/
	/*background: url(images/bg_right.jpg) no-repeat right top;*/
}

#right_box {
	float: left;
	width: 210px;
	/*height: 89px;*/
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 10px;
	background: url(images/bg_right1.jpg) top left no-repeat;

}

#right_box h2 {
	display: block;
	padding-left: 55px;
	padding-top: 7px;
	margin-left: 15px;
	color: #9C9C9C;
	font-size: 16px;
	background: none;
	
}

#right_box h2.news {
	background: url(images/news.jpg) left top no-repeat;
	height: 43px;
	margin-bottom: 0;	
}

#right_box p {
	margin-bottom: 10px;
}

#footer{
 	width: 100%;
	height: 120px;
	clear: both;
	font-size: 8pt;
	color: #FFFFFF;
	background: #1c1c1e url(images/bg_trava.gif) center top repeat-x;
	text-align: left;
	padding-top: 75px;
}

#f_container {
	width: 1006px;
	margin: 0 auto;
}

ul#flinks	{
	list-style: none;
	padding:0;
	margin-top: 10px;
	margin-left: 100px;
}
	
ul#flinks li	{
	font-size: 8pt;
	display: inline;
	padding: 3px 8px;
	margin-right: 3px;
	font-weight: bold;
	background-color: #000;
}

#footer a	{
	color: #fff;
	text-decoration: none;
	border: 0;
}

#footer a:hover	{
	/*color: #0099FF;*/
	text-decoration: underline;
}

#footer p	{
	margin:3px 0 0 100px;
	padding:3px 5px;
	font-weight:bold;
	color: #fff;
}


h1#logo {
	/*display: block;*/
	/*background: url(images/logo.jpg) left top no-repeat;*/
}

h1#logo span {
	display: none;
	visibility: hidden;
}

a {
	color: #0099FF;
	border-bottom: 1px dotted #AED7FF;
	text-decoration: none;
}

a:hover {
	color: #0099ff;
	border-bottom: 1px solid #0099ff;
}

h2 {
	font-size: 24px;
	color: #9FCF3D;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight:bold;
	text-transform: uppercase;
	display: block;
	text-align: left;
	background: url(images/line.jpg) left bottom no-repeat;
	padding-top: 3px;
	padding-bottom: 5px;
}

h3 {
	font-size: 20px;
	color: #9FCF3D;
	margin-top: 5px;
	padding-bottom: 5px;
	background: url(images/line.jpg) left bottom no-repeat;
}

.clear {
	clear: both;
}

.portfolio {
	width: 100%;
	text-align: left;
	border: 0;
}

.portfolio img {
	margin: 10px 10px 30px 0px;
	border: 0;
	clear: left;
}

.portfolio a, .portfolio a:hover ,.portfolio a img, .portfolio a:hover img { border: none; }

.portfolio h3 {
	font-size: 20px;
	font-weight: bold;
}

p { margin: 5px 0; text-align: justify; }

p.signature { font-style: italic; text-align: right; border-top: 1px solid #E8E8E8;}

ul.arrow {
	margin: 10px 0px 10px 0px;
	list-style: none;

}

ul.arrow li { padding-left: 25px; background: url(images/arrow.gif) top left no-repeat; margin-bottom: 5px;}

a img {border:none;}



