body {
	margin: 0px 0;
	padding: 0;
	font: 74% Arial, Sans-Serif;
	/*color: #F8F8F8;*/
  color: #6A6A6A;
	background: #FCFCFC url(../img/web/bg.jpg) repeat-x;
	line-height: 1.4em;
}

 table, tr, td, input {
  font: 100% Arial, Sans-Serif;
	color: #6A6A6A;
}

 .content {
  background: #FFF url(../img/web/bgmain.jpg) repeat-y center;
  width: 1000px;
  position: absolute;
  left: 50%;
  margin: 0 0px 0px -500px;
  padding: 0;
	/* background: #FFF url(../img/web/bgmain.jpg) repeat-y center;
	color: #6A6A6A;
	margin: 0 auto;
	padding: 0;
	width: 1000px; */
}

.quote {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 15px 15px 35px;
	background-image: url(../img/web/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	color: #0066CC;
	font-style: italic;
}

.quote2 {
	border-top: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 15px 15px 35px;
	color: #454545;
	font-weight: bold;
}

/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/
#header {
	width: 1000px;
	background: White url(../img/web/header.jpg) no-repeat center top;
	height: 100px;
	color: #FFF;
	}
#header div {
  display: inline}
#header .logo {padding: 30px 0 0 18px; position: absolute; z-index: 2;}

#header .title {padding: 42px 0 0 147px; position: absolute; z-index: 1;}

#header h1 {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 23px; font-weight: bold; color: #009ddc}

#header .hmenu {
		 position: absolute;
		 z-index: 1;
		 padding: 3px 10px 10px 625px;}

#header .hmenu a {
  display: block;
  float: left;
	padding: 12px 13px 2px 11px;
	text-decoration: none;
	color: White;
	background: #009ddc url(../img/web/hmenuarrow.gif) no-repeat top center;
	margin: 0 0 3px 1px;
	border-bottom: 4px solid #f1f1f1;
}

#header .hmenu a:hover {
	background: #f1f1f1 url(../img/web/hmenuarrowhover.gif) no-repeat top center;
	color: #009ddc;
	border-bottom: 4px solid #2ebf2e;
}

#header .f_search {position: absolute; padding: 49px 0 0 814px; }
#header .f_search .f_search_input {width: 115px; font-size: 95%}

/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#subheader {
	background: Gray ;
	width: 1000px;
	height: 105px;
	color: #FFF;
}
#subheader .padding {padding: 10px 15px 10px 15px; }
#subheader h2 {color: #FEAB06; }
#subheader a {color: #00BFFF;}



/* NAVIGATION
---------------------------------------------------------------------------------------------------------------------------------------------------*/
/*.nav {
  margin: 0 0 5px 0px;
  text-align: left; 
  color: #7D8085; 
  padding: 10px 10px 10px 0px;
  background: url(../img/web/li.png) no-repeat left;
}
.nav a {
  color: #546078; 
  text-decoration: none;  
  padding: 2px 0 0 10px;
  display: block; 
  height: 25px;
}
.nav a:hover {
	color: #FFF;
	text-decoration: none;
	background: #009ddc;
}
.subnav {
  margin: 0 10px 4px 10px;
  color: #7D8085; 
  padding: 10px 10px 10px 0px;
  background: url(../img/web/comment.gif) no-repeat left;
}
subnav a {
  color: #546078; 
  text-decoration: none;  
  padding: 2px 0 0 12px;
  display: block; 
  height: 20px;
}*/
.nav {
  display: block;
  text-align: left; 
  color: #7D8085; 
  padding: 1px 0 0 0px; 
  width: 200px;  
	margin: 0 0 5px 0px; 
	border-bottom: 1px solid #ccc; 
	height: 25px; 
  background: url(../img/web/li.png) no-repeat left;
}
.nav a {
  color: #546078; 
  text-decoration: none;
  font-weight: bold;
  padding: 2px 0px 0 10px;
  display: block; 
  height: 25px;
}
.nav a:hover {
	color: #FFF;
	text-decoration: none;
	background: #009ddc;
	display: block;
	height: 25px;
}

.subnav {
  display: block;
  color: #7D8085; 
  width: 180px;
  padding: 0 0 0 0px;
	margin: 0 10px 4px 10px;
	height: 20px;
	margin-left: 20px;
	background: url(../img/web/comment.gif) no-repeat left;
}
.subnav a {
  color: #546078; 
  text-decoration: none; 
  font-weight: normal; 
  padding: 2px 0 0 12px;
  display: block; 
  height: 20px;
}
.subnav a:hover {
	color: #FFF;
	text-decoration: none;
	background: #2ebf2e;
	display: block;
	height: 20px;
}
/*.nav { text-align: left; color: #7D8085; padding: 1px 0 0 0px; width: 200px; }
.nav li { 
	font-weight: bold; 
	margin: 0 0 5px 0px; 
	border-bottom: 1px solid #ccc; 
	height: 25px; background: url(../img/web/li.png) no-repeat left;
}
.nav li a { color: #546078; text-decoration: none;  padding: 2px 0 0 10px; display: block; height: 25px;}
.nav li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #009ddc;
	display: block;
	height: 25px;
}

.subnav { color: #7D8085; width: 210px; padding: 0 0 0 0px; }
.subnav li { 
	margin: 0 10px 4px 10px;
	height: 20px;
	background: url(../img/web/comment.gif) no-repeat left;
}
.subnav li a { color: #546078; text-decoration: none;  padding: 2px 0 0 12px; display: block; height: 20px;}
.subnav li a:hover {
	color: #FFF;
	text-decoration: none;
	background: #2ebf2e;
	display: block;
}*/

/* MAIN
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#main {
	background: #FFF;
	width: 978px;
	margin: 0 10px 0 10px;
	color: #585858;
}  

#main h4 {
	font: 85% Arial, Sans-Serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #5f5f5f;
	background: inherit;
	border-bottom: 1px solid #2ebf2e;
}

#main .left_side { 
	padding: 20px 0 0 10px; margin:0;
	width: 210px; 
	background: url(../img/web/mright.png) no-repeat right; 
/*min-height: 505px;  */
}

#main .right_side { float: right; width: 729px; background: #FFF; padding:15px 15px 0 0; margin:0; text-align: justify; }

#main .right_side ul {
	margin: 5px 0 5px 0;
	padding: 0;
	list-style: none;
	border-bottom: 0px solid #eee;
	list-style-type: square;
	color: #009ddc;
}
	
#main .right_side li { 
	margin: 0 0 2px 15px;
	padding: 0 0 0 10px;
	color: #555;
}

#main .right_side_l 
{ 
float: left; 
width: 49%; 
margin:0; 
padding:0; 
} 

#main .right_side_l-obsah 
{ 
margin:0;
padding:0;  
text-align: justify;
} 

#main .right_side_m
{ 
width: 2%; 
margin:0; 
padding:0; 
} 

#main .right_side_m-obsah 
{ 
margin:0; 
} 

#main .right_side_r
{ 
	float:right; 
width: 49%;
margin:0; 
padding:0; 
} 

#main .right_side_r-obsah 
{
	margin: 0;
	padding: 0 0.9em;
	text-align: justify;
} 

/*#main h4 {
	font: 85% Arial, Sans-Serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #5f5f5f;
	background: inherit;
	border-bottom: 1px solid #2ebf2e;
}*/

#main .box  {	background: #efefef; padding: 5px; border: 1px solid #ccc;}


/* FOOTER
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer { 
	clear:both;
	height: 34px;
	color:#555;  
	background: #fff url(../img/web/footer.jpg) top no-repeat; 
	font-size:90%; 
	padding: 0; 
	text-align:center; 
}

#footer .padding { padding: 10px 0px 0px 0px; }
#footer .padding ul {display: inline}
#footer .padding ul li {display: inline}
#footer .right { 
	float:right; 
	clear:right; 
	text-align:right; 
}

#footer a {
	color: #009ddc;
	background: inherit;
	text-decoration: none;
}
#footer a:hover {
	color: #2ebf2e;
	background: inherit;
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------*/

input.search {
	width: 100px;
	border: 1px solid Gray;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
	color: #666;
}
input.submit {
	background: none;
	color: Gray;
	font: bold 0.9em Arial, Verdana, Helvetica, sans-serif;
	border: 0;
}

input.search:hover {	background: #FFFFF4; }

ul { margin: 0 0 0px 0; padding : 0; list-style : none; }
i { 	margin: 0 0 2px 0; padding: 0 0 0 0px;	color: #555; }


p { margin: 0 0 5px 0; padding: 0; color: #808080; background: inherit; }
a {
	color: #2ebf2e;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #009ddc;
	background: inherit;
	text-decoration: none;
}

h1 {
	padding: 0px;
	margin: 5px 10px;
	background: inherit;
}

h1 a {
	color: #009ddc;
	background: inherit;
}


h2 {
	/*background: url(../img/web/h.gif) no-repeat left;*/
	color: #2ebf2e;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 5px 0px;
	padding: 5px 0 0 5px;
}

h2 a {
	color: #2ebf2e;
}
h2 a:hover {
	color: Gray;
}

h3 {
	color: #2ebf2e;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0 5px 0px;
	padding: 0 0 0 1px;
}

h3 a {
	color: #2ebf2e;
}
h3 a:hover {
	color: Gray;
}
h4 a {
	font-size: 135%;
	padding: 0 0 0 190px;
	color: Gray;
	font-weight: bold;
}

fieldset {
/*	border: 1px solid Gray;*/
	width: 180px;
	padding: 10px;
	text-align: justify;
}

fieldset a{
	color: #555; 
/*	font-size:96%;*/
}

fieldset a:hover{
	color: #2ebf2e
}

.fieldset-euractiv {
	width: 325px;
	padding: 10px;
	text-align: justify;
}

.fieldset-euractiv a{
	color: #555; 
	font-size:96%;
}

.fieldset-euractiv a:hover{
	color: #2ebf2e
}

textarea.text {
	height: 150px;
	width: 90%;
	border: 1px solid Gray;
	background: #FFF;
	color: #354D5F;
}

textarea.text:hover {
	border: 1px solid Gray;
	background: #FFFFF4;
	color: #000;
}

/*input.field {
	border: 1px solid Gray;
	background-color: #FFFFFF;
	width: 283px;
	color: #000;
}

input.field:hover {
	border: 1px solid Gray;
	background: #FFFFF4;
	color: #000;
}

input.text { 
   border: 1px solid Gray; 
	margin: 0; 
	width: 150px;
	background: inherit;
	color: #000; 
	padding: 4px;	
}

input.text:hover { 
	border: 0px solid Gray; 
}
*/
.date { 
	font-size: 95%;	
	color: #808080; 
	background: #ffffff;
	text-align: right;
	/*margin-right: 155px;*/ 
	margin: 0.5em  0 0 0;
/*	padding: 0.4em 1.5em 0 0; */
	border-top: 1px solid #eee;
}
.date a {
	color: #FF8C00;
	background: inherit;
	text-decoration: none;
}
.date a:hover {
	color: #2ebf2e;
	background: inherit;
	text-decoration: underline;
}

.rss-date {
  font-size: 95%;	
	color: #808080; 
	background: #ffffff;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #f8f8f8; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 
	background: #f4f4f4; 
	color: #000;
}

.link {
	color: #2ebf2e;
	background: inherit;
	text-decoration: none;
}
.link:hover {
	color: #009ddc;
	background: inherit;
	text-decoration: underline;
}

.exlink:link	{
	background:url(../img/web/exlink-green.gif) no-repeat 0;
	border-bottom: 1px dotted #2ebf2e;
}

.exlink:visited {
	background:url(../img/web/exlink.gif) no-repeat 0;
}

.exlink:hover {
	background:url(../img/web/exlink.gif) no-repeat 0;
	border-bottom: none;
}

.galeria {
	border: 1px solid #DCDCDC;
	padding: 2px;
	margin-left: 14px; /*	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 15px 15px 35px;
	color: #454545;
	font-weight: bold;*/
}

.galeria:hover {
	border: 2px solid #2ebf2e;
	padding: 1px;
	margin-left: 14px; /*	background-color: #f7f7f7;
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 15px 15px 35px;
	color: #454545;
	font-weight: bold;*/
}

.web-map {
  /*margin: 0 0 0 10px;*/
}

.web-map li{
  /*margin: 0 0 0 150px;*/
  /*padding-left: 220px;*/
  /*list-style-type: disc;*/
  list-style-image: url(../img/web/comment.gif);
}