/*zakladni nastaveni*/
html{
  margin: 0px;
  padding: 0px;
}

body {
  font:12px "Verdana", "Arial CE", "Arial", sans-serif;
  text-align: center;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  background-color: #EEEEEE;
}

a {
  font-weight: bold;
  color: #666666;
}

a:hover{
  color: #000000;
}

td {
  font:12px "Verdana", "Arial CE", "Arial", sans-serif;
  text-align: left;
  padding: 0px;
}

/*chybove hlasky (snad jen...)*/
h3{
  font:16px "Verdana", "Arial CE", "Arial", sans-serif;
  font-weight: bold;
  text-align: center;
  color: red;
  border-style: solid;
  border-color: red;
  border-width: 2px;
  padding: 3px 15px 3px 15px;
}


/*layout hlavni tabulky*/
#table_main{
  background-color: #FFFFFF;
  border: 1px solid #666666;
  border-spacing: 0px;
  padding: 0px;
  width: 850px;
  margin: 0px auto 0px auto;
}

#td_logo{
  padding: 0px 2px 0px 5px;
  border-style: solid;
  border-color: red; 
  border-width: 0px 0px 3px 0px;
  vertical-align: bottom;
}

#td_title{
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  
  text-align: right; 
  vertical-align: bottom;
  
  border-style: solid;
  border-color: red; 
  border-width: 0px 0px 3px 0px;
  
}

#td_location{
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px 5px 5px 5px;
  border-style: solid;
  border-color: #666666;
  border-width: 0px 0px 1px 0px;
  text-align: left;
}

#td_flags{
  vertical-align: middle;
  padding: 1px;
  border-style: solid;
  border-color: #666666;
  border-width: 0px 0px 1px 0px;
  text-align: right;
}

#td_flags img{
  border: 0px;
}

#td_search{
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px 5px 5px 5px;
  text-align: right;
}
div.search{
  text-align: right;
}

#td_rest_of_the_page{
  padding: 0px;
  border-width: 0px;
}

/* deleni spodni casti webu*/
#td_left_menu{
  padding: 0px;
  vertical-align: top;
  border-style: solid;
	border-color:#666666;
	border-width: 0px 1px 0px 0px;
}

#td_main_body{
  padding: 2px;
  vertical-align: top;
  width: 100%;
}

#td_right_menu{
  padding: 0px;
  vertical-align: top;
  border-style: solid;
	border-color: #666666;
	border-width: 0px 0px 0px 1px;
}

/* nastaveni textu a odkazu navigace po webu */
a.pathway{
  color: black;
}

a.pathway:hover{
  color: #666666;
}

/* nastaveni tabulek modulu */
table.moduletable {
	width: 180px;
	margin: 2px 2px 5px 2px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 1px 1px 1px;
}

table.moduletable_front_page_banner{
 border-style: solid;
 width: 100%;
	border-color: #666666;
	border-width: 1px 1px 1px 1px;
	margin: 0px;
	padding: 0px;
}

table.moduletable th {
	background-color: #666666;
	color: white;
	padding: 4px 0px 4px 4px;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}

table.moduletable_front_page_banner th {
	background-color: #666666;
	color: white;
	padding: 4px 0px 4px 4px;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}

table.moduletable td {
	padding: 2px;
	margin: 0px;
	text-align: left;
}

table.moduletable_front_page_banner td {
	padding: 2px;
	margin: 0px;
	text-align: left;
}

table.moduletable_menu {
	width: 180px;
	margin: 2px 2px 5px 2px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	border-width: 0px 1px 1px 1px;
}

table.moduletable_menu th {
	background-color: #666666;
	color: white;
	padding: 4px 0px 4px 4px;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}

table.moduletable_menu td {
	padding: 0px;
	margin: 0px;
	text-align: left;
}

/* hlavni menu */
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/arrow.gif) 5px 5px no-repeat;
	
	color: #666666;
	text-align: left;
	padding: 4px 4px 4px 18px;
  

	text-decoration: none;
	border-style: solid;
	border-color: #666666;
	border-width: 1px 0px 0px 0px;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #333333;
	background-color:#CCCCCC;
}

a.sublevel:link, a.sublevel:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/arrow.gif) 15px 5px no-repeat;
	
	color: #666666;
	text-align: left;
	padding: 4px 4px 4px 30px;
  

	text-decoration: none;
	border-style: solid;
	border-color: #666666;
	border-width: 1px 0px 0px 0px;
}

a.sublevel:hover {
	text-decoration: none;
	color: #333333;
	background-color:#CCCCCC;
}


/* clanky */
table.blog{
	border-width: 0px;
	padding: 0px;
}

table.contentpaneopen{
	/*border-width: 0px; */
	width: 100%;
	padding: 0px 0px 3px 0px;
	margin-bottom: 10px;
	border-bottom: 3px double #666666;
	/*border-style: solid;
	border-color: #666666;
	border-width: 0px 0px 1px 0px;*/

}


td.contentheading {
	padding: 5px 0px 0px 0px;
	background: url(../images/arrow.gif) 4px 9px no-repeat;
	color: #666666;
	text-indent: 15px;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	border-style: dotted;
	border-color: #666666;
	border-width: 0px 0px 1px 0px;
}

td.modifydate{
  font-weight: bold;
	font-size: 9px;
  color: #999999; 
}

td.createdate{
  font-weight: bold;
	font-size: 9px;
  color: #999999; 
  padding: 0px 0px 0px 1px;
}

span.small{
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

div.back_button{
  /*text-align:center;*/
  margin: 10px 10px 10px 2px;
}

/** stranky s prehledy */

table.contentpane{
  width: 100%;
  padding: 0px;
  margin: 0px;
}

td.contentdescription{
  width: 100%;
  font-weight: bold;
  padding: 2px;
}

td.sectiontableheader{
  background-color:#cccccc;
  border:solid 1px #666666;
  padding: 1px;
  margin: 1px;
}

tr.sectiontableentry1 td{
  padding: 1px;
  white-space: nowrap;
}

tr.sectiontableentry2 td{
  padding: 1px;
  white-space: nowrap;
}

tr.rem_sectiontableentry1 td{
  padding: 0px;
  border-style: dotted;
	border-color: #666666;
	border-width: 0px 0px 0px 0px;
}

tr.rem_sectiontableentry2 td{
  padding: 0px;
  border-style: dotted;
	border-color: #666666;
	border-width: 0px 0px 0px 0px;
}

td.sectiontablefooter{
  text-align: center;
}

.inputbox {
	padding: 1px;
	margin: 1px;
	border:solid 1px #666666;
	background-color: #ffffff;
}
.pagenav{
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  width: auto;
  padding: 0px 10px;
  color: #666666;
  margin: 1px;
}

a.blogsection{

}

/** nadpisy stranek */
div.componentheading{
	padding: 2px;
  margin: 0px 2px 10px 2px;
	background: url(../images/arrow.gif) 4px 4px no-repeat;
	color: #666666;
	text-indent: 15px;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	border-style: dotted;
	border-color: #666666;
	border-width: 0px 0px 1px 0px;
	width: 99%;
}

div.rem_componentheading{
	padding: 2px;
  margin: 0px 2px 10px 2px;
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	white-space: nowrap;
	width: 99%;
}

div.rem_componentheading a{
  text-decoration: none;
}

/** ankety */
table.pollstableborder td {
  padding: 2px;
}

/**** tabulka s obsahem clanku*/
table.contenttoc {
  border: 1px solid #666666;
  padding: 0px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px 4px 2px 4px;
  font-size: 11px;
}

table.contenttoc th {
	background-color: #666666;
	color: white;
	padding: 4px;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
}


input.button{
 margin: 5px 2px 5px 2px;
 padding: 2px;
 font-size: 11px;
 border:solid 1px #666666;
 background-color: #cccccc;
}

/** copyright */
div.copyright{
  padding: 6px;
  font-weight: bold;
	font-size: 12px;
  color: #666666;
}

ul{
	list-style-image: url("../images/arrow.gif");
}

.small {
  font-size: 10px;

}

table.languages {
	width: 180px;
	margin: 2px 2px 5px 2px;
	padding: 0px;
	border-style: solid;
	border-color: #666666;
	border-width: 1px 1px 1px 1px;
	background-color: #666666;
}

table.languages img{
  border: 0px;
}

table.languages a{
  color: white;
  font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

table.languages a:hover{
  color: #CCCCCC;
}


