* {
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Tahoma, sans-serif;
  text-align: center;
}

table, tr, td {
  font-size: 1em;
} 

img {
  border: none;
}

h1 {
  color: #485D6E;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}

h2 {
  color: #0561B4;
  font-size: 14px;
}

h2.homepage {
  padding-left: 20px;  
  margin-bottom: 15px;
  color: #0561B4;
  font-size: 15px;
  background-image: url('../artwork/clip/bg-h2-homepage.gif');
  background-repeat: no-repeat;
} 

h2.content {
  margin-bottom: 10px;
}

p {
  text-align: justify;
}

p.content-p {
  margin-bottom: 10px;
}

#header {
  margin: auto; 
  margin-top: 12px;
  width: 770px; 
  height: 36px;
  background-color: #D0D5D9;
  text-align: left;
}
#header-inner {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 11px;
  color: #485D6E; 
} 

#menu-top {
  margin: auto;
  margin-top: 12px;
  width: 770px;
  background-color: #0561B4;
  text-align: left;
  font-weight: bold;
  color: #FFF;
}

/* proste hloupej IE */
#menu-top table {
  height: 26px;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
#menu-top td {
  padding: 5px;
}
#menu-top td.sep {
  border-left: solid 1px #FFF;
}

#theme-homepage {
  margin: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 770px;
  height: 167px;
  background-image: url('../artwork/theme/theme-homepage.jpg');
  background-repeat: no-repeat;
}

#theme-content {
  margin: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 770px;
  height: 97px;
  background-image: url('../artwork/theme/theme-content.jpg');
  background-repeat: no-repeat;
}

#menu-bottom {
  width: 770px;
  height: 39px;
  margin: auto;
  background-color: #FFF;
  text-align: left;
}

#menu-bottom table {
  font-size: 11px;
  color: #2F3233;
}
#menu-bottom td {
  padding: 5px;
}

#content {
  margin: auto;
  width: 768px;
  min-height: 350px;
  border: solid 1px #CCC; 
  text-align: left; 
  font-size: 0.7em; 
  color: #485D6E;
}

#content-inner-float {
  float: left;
  width: 565px; 
}

#content-menu-right {
  float: right;
  width: 160px;
  border-left: solid 1px #CCC;
} 
#content-menu-right a {
  color: #0561B4; 
  font-weight: bold;
  font-size: 10px;
  text-decoration: underline; 
}

#homepage-sloupec-levy {
  float: left;
  width: 458px;
  min-height: 320px;
  font-size: 11px;
}

.homepage-sloupec-levy-01 {
  float: left;
  width: 47%;
  font-size: 11px;
}

.homepage-sloupec-levy-02 {
  float: left;
  width: 47%;
  font-size: 11px;
  margin-left: 10px;
}


#homepage-sloupce-prostredni-pravy {
  float: right;
  width: 510px;
  border-left: solid 1px #CCC;
  min-height: 320px;
  font-size: 11px;
}
#homepage-sloupec-prostredni {
  float: left;
  width: 238px;
  min-height: 320px;
  font-size: 11px;
}
#homepage-sloupec-pravy {
  float: right;
  width: 252px; 
  min-height: 320px;
  border-left: solid 1px #CCC;
  font-size: 11px;
}

#searchbar {
  height: 150px;
  background-color: #EAF4FD; 
  padding: 4px;
}

#filtr {
  height: 70px;
  margin: 0px;
  padding: 0px;
  background-color: #EAF4FD;
}

#strankovani {
  margin-top: 20px;
  font-size: 11px;
  height: 35px;
  background-color: #EAF4FD;
  color: #485D6E;
} 


#men-behind {
  margin: auto; 
  margin-top: 15px;
  width: 770px;
  height: 25px;
  background-color: #0561B4;
  font-size: 11px;
  color: #FFF;
  text-align: left;
  line-height: 25px;
}

#men-behind a {
  color: #FFF;
  text-decoration: none;
}

.button-filtr {
  border: none;
  background-color: #0561B4;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  padding: 2px;
  cursor: pointer;
}

a.href-header:link, a.href-header:visited { 
  height: 14px; 
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #485D6E;
}

a.href-switch-lan:link, a.href-switch-lan:visited {
  height: 14px; 
  padding: 2px;
  font-weight: bold;
  text-decoration: none;
  background-color: #D0D5D9;
  color: #485D6E;
}
a.href-switch-lan:hover {
  height: 14px;
  padding: 2px;
  font-weight: bold;
  text-decoration: none;
  background-color: #485D6E;
  color: #FFF;
}
a.href-switch-lan-active:link, a.href-switch-lan-active:visited {
  height: 14px;
  padding: 2px;
	font-weight: bold;
  text-decoration: none;
	background-color: #485D6E;
  color: #FFF;
} 

a.href-menu-top:link, a.href-menu-top:visited {
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
} 

a.href-menu-bottom:link, a.href-menu-bottom:visited {
  font-size: 11px;
  font-weight: bold;
  color: #2F3233;
  text-decoration: none;
}

a.href-vice:link, a.href-vice:visited {
  color: #E2B13C;
  font-weight: bold;
  text-decoration: underline; 
  font-size: 10px;
}

a.href-strankovani:link, a.href-strankovani:visited {
  color: #0561B4;
  text-decoration: underline;  
}

a.href-blue:link, a.href-blue:visited {
  color: #0561B4; 
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline; 
}

a.href-navi:link, a.href-navi:visited {
	color: #485D6E;
	font-weight: normal;
	text-decoration: underline;
}

.normalRow {
	background-color: none;
	color: #485D6E;
}
.activeRow {
	background-color: #FFE7A3;
	color: #485D6E;
	cursor: pointer;
} 

.ikona {
  margin: 0px 4px 0px 4px;
} 

.table-head {
  padding: 2px;
  background-color: #0561B4;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
} 
.list-item1 {
  padding: 2px;
  background-color: #FFE7A3; 
  color: #485D6E;
}
