body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 62.5%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/********************************* Typo & html elements ****************************/
p {
  margin: 0.5em 0;
}

a {
  text-decoration: underline;
  color: #2c5aa0;
}

a:hover {
  text-decoration: underline;
}

#header a, #footer a, .left a, .right a {
  text-decoration: none;
}

#header a:hover, #footer a:hover, .left a:hover, #top-box a:hover, .right a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1em 0 0;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 0.25em 0 0;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited {
  text-decoration: underline;
}

a img {
  border: 0px solid #fff;
}

acronym, abbr {
  font-size: 90%;
  letter-spacing: .07em;
}

fieldset{	
  border-width: 1px 0 0 0;
  padding: 1em;
  margin: 0 0 2em 0;
}

body[id] fieldset {
  width:auto;
  -moz-border-radius: 0;
  margin: 0 0 1em 0;
}

legend{
  padding:0 0.5em;
  font-size:140%;
  font-weight:bold;
  color: #000;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  height:1px;
}

fieldset label span {
  display: block;
  width: 15em;
  float: left;
}  

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}  

div.error {
  color: #d00;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0 1em;
}
div.message {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0;
  text-align: right;
}
div.warning {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0;
}
/****************************** basic layout elements *************************/
#all {/* obalujici element s pozadim pro levy sloupec*/
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  border: 0;
  font-size: 115%;
}

#wrapper { /* obalujici element s pozadim pro pravy sloupec*/
  margin: 0;
  padding: 0;
  background: url('../images/wrapper-bg.png') no-repeat 50% 0;
}

#header {
  margin: 0;
  padding: 0;
}

.left {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 190px;
  margin: 0;
  padding: 0;
}

.right {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 435px;
  margin: 0;
  padding: 0;
}

.middle {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 440px;
  float: left;
}

#footer {
  background: #fff url('../images/footer-bg.png') no-repeat 0 0;
}

.column-in {/* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding: 0.5em 1em;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
}

.hidden {
  position: absolute;
  left: -1500px;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
#header {
  height: 120px;
  background: url('../images/header-bg.png') no-repeat top left;
}

#header .column-in {
  margin: 0;
  padding: 0;
  position: relative;
}

#header h1 {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
	padding-top: 20px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	width: 35em;
}

#header h1 a {
	text-decoration: none;
  background: url('../images/h1-mobilit-bg.png') no-repeat top left;
  display: block;
  width: 425px;
  height: 47px;
  margin-left: 211px;
}
.work #header h1 a {
  background: url('../images/h1-staze-bg.png') no-repeat top left;
}

.study #header h1 a {
  background: url('../images/h1-bg.png') no-repeat top left;
}

#header h1 a:hover {
	text-decoration: none;
}

#header h1 span {
  display: none;
}

/*** radkova navigace  ****/
#row-site-navigation {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	height: 20px;
}

#row-site-navigation ul {
	display: inline;
	padding: 0 0;
}

#row-site-navigation ul li {
	list-style-image: none;
	display: inline;
}

#row-site-navigation ul {
  margin:0 0 0 -4em;
}

#row-site-navigation ul li {
	list-style-type: square;
	display: inline;
	margin: 0 0 0 3em;
	padding: 0 0 0 3em;
	text-align: center;
}

#row-site-navigation ul li a {
	margin: 0 auto;
}

#row-site-navigation a {

}



/******** preskoceni navigace ********/
a.hidden-nav {
	position: absolute;
  margin-left: -1000px;
	background: #fff;
	color: #000;
	padding: 0.5em;
	z-index: 0;
}
a.hidden-nav:active,a.hidden-nav:focus { 
	z-index: 2000;
	margin-left: 0;
}

/****** breadcrumb a vyhledavani *******/
#top-box {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
}

#top-box .left .column-in, #top-box .middle .column-in, #top-box .right .column-in {
	min-height: 40px;
	height: 40px;
}

#top-box .column-in {
	padding: 1em 1em 1em;
	overflow: hidden;
}

#top-box .left .column-in {
  text-align:center;
}

#top-box .middle {

}

#top-box .middle .column-in {

}

#top-box .right .column-in {
	padding: 1em 1em 1em;
	font-size: 100%;
}

#top-box .right .column-in form {
	padding: 0;
	margin: 0;
}

#top-box .right .column-in form input {
	padding: 0;
	margin: 0;
	height: 21px;
	float: left;
}


/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
  position:relative;
  width:100%;
  margin:0;
  padding:0;
}
#main .innerwrap {
  margin:0;
  padding:0 30px;
}

#top-box {
  position:absolute;
  top:65px;
  left:0;
  z-index:200;
}

/****************************** levy sloupec ***********************************/
.left .column-in {
	padding: 20px 0 0;
}


/* leve menu */
.left .column-in #menu ul {
  margin: 0;
  padding: 0;
}

.left .column-in #menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.left .column-in #menu li a {
  text-decoration: none;
  width: 99%;
  height: 99%;
}

.left .column-in #menu li a:hover {
  text-decoration: none;
}


/******************************* stredovy sloupec ******************************/

#main h2 {
  color: #2c5aa0;
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 1.6em;
}


#main .column-in {
	padding: 0;
	/*position: relative;*/
}

#content{
  font-size:112%;
}

.middle img {
	max-width: 100%;
	width: auto;
}

.middle h3 {
	font-weight: bold;
}

.middle a:hover {

}
.to-right {
	clear: right;
	margin-top: 0;
	padding-top: 0;
	float: right;
	color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
	padding: 0;
	display: block;
	float: right;
	text-align: right;
}
a.to-top:hover {
	color: #000;
}
p.box {
	border: 1px black solid;
	padding: 4px;
	margin-right: 6px;
}
.middle table {
	border: 1px solid gray;
	border-collapse: collapse;
	width: auto;
	max-width: 99%;
	padding: 0 0;
	margin: 0 0;
}
.middle table th {
	border: 1px solid gray;
	padding: 5px;
}
.middle table th {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td p {
	padding: 0;
	margin: 0;
}
.article-perex {
	font-weight: bold;
	padding: 0 0 0;
	margin: 0.5em 0 1em 0;
}
.inline-nav {
	color: #3B3B3B;
	padding: 0.5em 1em;
}

.middle ul {
  list-style-position: outside;
  padding-left: 40px;
  margin-left: 0;
}
.middle ul li {  
  list-style-type: disc; 
  margin:0;
  padding:0;
}
.middle ol li {  
  list-style-type: decimal; 
}
.article-footer{
  text-align:right;
  font-style:italic;
  border-top:1px solid #f2f2f2;
}
.article-info{
  padding:0.15em 0.25em 0 0.5em; 
  margin:0.5em 0 0 0; 
  text-align:left;
  height:20px;
  vertical-align:middle;
}

.full-story{
  vertical-align:middle;
  display:block;
  float:right;
  padding:0  30px 0 0;
  height:24px;
}

hr.separator{
  visibility:hidden;
}
.pager{
  padding:0.5em;
  display:block;
  text-align:center;
}
div.detail{
  border:1px solid #f2f2f2;
  margin-left:0;
  padding:0.5em 1em;
}
.res-head-title {
	color: #fff;
	margin: 0;
	padding: 0.25em 1em;
}
.res-head-title a{
  padding:0.25em;
  color:#fff;
}
.res-head-title a:hover{
  background:#fff;
  color:#000;
}

.nobg a{
  padding:0.25em;
}
.current{
  padding:0.25em;
  background:#fff;
}
.res-head-title .current{
  background:#dee;
  color:#000;
}

.arrow-right{
	background: transparent url('../images/ico_pred.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;
}
.arrow-right span,.arrow-left span{
  visibility:hidden;
}
.arrow-left{
	background: transparent url('../images/ico_dale.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;  
}
.center{
  text-align:center;
}
.to_right{
  text-align:right;
  display:block;
}
.r-marg{
  background: transparent url('../images/ico_pred.gif') right top no-repeat;
  padding-right:25px;
  margin-left:0;
}
.l-marg{
  float:left;
  display:block;
  background: transparent url('../images/ico_dale.gif') left top no-repeat;
  margin-left: 0;
  padding-left:25px;
}
.errorMsg{
  background:#feddda;
  border:1px solid red;
  color:red;
  font-weight:bold;
  padding:2em;
}
.img-to-right{
  float:right;
  padding:0 0 0.5em 0.5em;
}
.img-to-left{
  float:left;
  padding:0 0.5em 0.5em 0;
}
.photo {
  float: left;
  background: #e0e0e0;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 168px;
  height: 185px;
  text-align: center;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}

/************* inline ***********/
#inlinetoolbar {
	border: 1px solid #aaa;
	background: #eee;
	margin: -20px;
	padding: 5px;
}
#inlinetoolbar p.inlinetitle {
	color: black;
	font-weight: bold;
}
#article_edit label table{
  width:99%;
}

/* vysledky vyhledavani */
#results {
  margin-top: 2px;
}

#results table {
  border-collapse: collapse;
  width: 100%;
}

#results th {
  background: #0085b1;
  color: #fff;
  padding: 0 5px;
  border-right: 1px solid  #EDF4F9;
  line-height: 1.1em;
}

#results td {
  border-left: 1px dotted #c2daeb;
  border-right: 1px dotted #c2daeb;
  padding: 2px 5px;
}

#results .even td {
  background: #edf4f9;
}



#results .trhref:hover td {
  background: #c2daeb;
  cursor: pointer;
}

/* search-login */
#search-login {
  background: url(../images/sl-bg.png) no-repeat 0 0;
  width: 436px;
  height: 335px;
  color: #2d5ba1;
}

#search-login form {
  margin: 0;
  float: left;
  width: 430px;
}

#search-login .search {
  height: 210px;
  padding-right: 30px;
  background: url('../images/logo_search.png') no-repeat 390px 5px;
}


#search-login .search label {
  font-weight: bold;
  display: block;
  font-size: 1em;
}

#search-login .search p {
  margin: 0;
}

#search-login #country,
#search-login #school,
#search-login #homeSchool {
  width: 355px;
}

#search-login #year {
  width: 110px;
}

#search-login .search select {
  margin-bottom: 10px;
  font-size: 0.9em;
}

#search-login .search select option{
  font-size: 0.9em;
  margin-bottom: 4px;
  padding-bottom: 2px;
  border-bottom: 1px solid #f2f2f2;
}

#search-login span.floatleft {
  float: left;
  width: 125px;
}

#search-login .login {
  padding-right: 60px;
  background: url('../images/logo_login.png') no-repeat 400px 15px;
}

#search-login .login label {
  width: 110px;
  display: block;
  float: left;
  clear: left;
  font-size: 0.9em;
  line-height: 1.2em;
}

#search-login #login,
#search-login #pwd {
  width: 240px;
  _width: 235px;
  border-color: #b7bdc8 #c9d0d6 #c9d0d6 #b7bdc8;
  border-width: 1px;
  border-style: solid;
}

#search-login .submit {
  float: right;
  border: 0;
  width: 107px;
  height: 20px;
  text-transform: uppercase;
  color: #2d5ba1;
  font-size: 0.95em;
  padding-bottom: 2px;
  margin-right: 30px;
}

.vyhledat {
  background: url('../images/btn_vyhledat.png') no-repeat 0 0;
}

.prihlasit {
  background: url('../images/btn_prihlasit.png') no-repeat 0 0;
}

#search-login fieldset {
  border: 0;
  margin: 0;
  padding: 10px;
}

#main .navig {
  font-size: 1em;
  line-height: 1.7em;
  color: #2c5aa0;
  margin-top: 5px;
  &margin-top: 20px;
  text-align: right;
  width: 900px;
  display: block;
}
#main .navig a.help{
  background: url('../images/erasmus_otaznik.png') no-repeat right 5px;
  padding-right: 25px;
  padding-top: 8px;
}

#main .navig span.user-info {
  padding: 2px 4px;
}

#main .navig .user-info a {
  text-decoration: underline;
}

#main .navig .user-info a:hover {
  text-decoration: none;
}

#main .navig .user-info strong{
  font-size: 1.1em;
  font-weight: bold;
}

#main .navig a.report{
  background: #edf4f9 url('../images/report-bg.png') no-repeat left center;
  padding: 2px 10px 2px 20px;
  border: 1px solid #0085b1;
  text-decoration: none;
} 



.navig #login,
.navig #pwd {
  width: 240px;
  _width: 235px;
  border-color: #b7bdc8 #c9d0d6 #c9d0d6 #b7bdc8;
  border-width: 1px;
  border-style: solid;
}

.navig .submit {
  float: right;
  border: 0;
  width: 107px;
  height: 20px;
  text-transform: uppercase;
  color: #2d5ba1;
  font-size: 0.95em;
  padding-bottom: 2px;
  margin-right: 30px;
}


/* mapa */
#map-bg {
  background: url('../images/mapa-bg.png') no-repeat 0 0;
  height: 335px;
  width: 412px;
}

#map-bg h3 {
  color: #2d5ba1;
  font-size: 1.1em;
  height: 21px;
  padding-left: .5em;
  margin: 0;
}

#map-box {
  height: 289px;
  width: 412px;
  overflow: hidden;
  background: url('../images/mapa.gif') no-repeat 0 0;
}

#map-img {
  height: 289px;
  background: url('../images/mapa_celek.gif') no-repeat;
}

#map-text {
  height: 289px;
  width: 412px;
  background: url('../images/mapa_text.png') no-repeat 0 0;
  _background: url('../images/mapa_blank.gif') no-repeat 0 0;
}

#map-box .evropa {
  background-position: 0 290px;
}

#map-box .rakousko {
  background-position: 0 -5px;
}

#map-box .belgie {
  background-position: 0 -304px;
}

#map-box .bulharsko {
  background-position: 0 -603px;
}

#map-box .cr {
  background-position: 0 -902px;
}

#map-box .nemecko {
  background-position: 0 -1201px;
}

#map-box .dansko {
  background-position: 0 -1500px;
}

#map-box .estonsko {
  background-position: 0 -1799px;
}

#map-box .spanelsko {
  background-position: 0 -2098px;
}

#map-box .finsko {
  background-position: 0 -2397px;
}

#map-box .francie {
  background-position: 0 -2696px;
}

#map-box .recko {
  background-position: 0 -2995px;
}

#map-box .madarsko {
  background-position: 0 -3294px;
}

#map-box .svycarsko {
  background-position: 0 -3593px;
}

#map-box .irsko {
  background-position: 0 -3892px;
}

#map-box .island {
  background-position: 0 -4191px;
}

#map-box .italie {
  background-position: 0 -4490px;
}

#map-box .litva {
  background-position: 0 -4789px;
}

#map-box .lotyssko {
  background-position: 0 -5088px;
}

#map-box .lucembursko {
  background-position: 0 -5387px;
}

#map-box .malta {
  background-position: 0 -5686px;
}

#map-box .nizozemi {
  background-position: 0 -5985px;
}

#map-box .norsko {
  background-position: 0 -6284px;
}

#map-box .polsko {
  background-position: 0 -6583px;
}
/*
#map-box .nevim {
  background-position: 0 -6882px;
}
*/

#map-box .portugalsko {
  background-position: 0 -7181px;
}

#map-box .rumunsko {
  background-position: 0 -7480px;
}

#map-box .svedsko {
  background-position: 0 -7779px;
}

#map-box .slovinsko {
  background-position: 0 -8078px;
}

#map-box .slovensko {
  background-position: 0 -8377px;
}

#map-box .turecko {
  background-position: 0 -8676px;
}

#map-box .vb {
  background-position: 0 -8975px;
}

#map {
  border: 0;
}

/* zaverecna zprava */
/*.report .due td {
  background: #fff6ef;
}*/

.report fieldset {
  border-top: 1px solid #0085b1;
}

.rep-display table {
  border-top: 1px solid #0085b1;
  border-collapse: collapse;
}

.rep-display table td {
  border-bottom: 1px dotted #b3dbe8;
}

.rep-display .label {
  font-weight: bold;
  color: #2c5aa0;
}

.report h3 {
  font-size: 1.4em;
}

.report h3, .report h4 {
  background: #edf4f9;
  padding-left: 5px;
}

.report .submit {
  text-align: right;
}

.report .text-input,
.report select,
.report textarea,
.report .file-input {
  width: 99%;
  border: 1px solid #c2daeb;
}

.report .date-input {
  width: 90%;
}

.report textarea {
  height: 100px;
}

.report table {
  width: 100%;
  border-collapse: collapse;
}

.report table td {
  vertical-align: top;
  padding-bottom: 10px;
  padding-right: 15px;
  border-bottom: 2px solid #fff;
}

.report .subsection td {
  background: #f7fafc;
}

.report .subsection td.label {
  padding-left: 15px;
}

.report .first_col {
  width: 50%;
}

/* user edit */
form#userinfo .formButton {
  display: block;
  clear: both;
}

form#userinfo label {
  clear: both;
  display: block;
}

form#userinfo label span.labeltext {
  float: none;
  width: auto;
}

form#userinfo label input {
  border: 1px solid #c2daeb;
}

/************************************ pravy sloupec ***************************/
.right .column-in {
	margin: 0;
	padding: 0;
}
.right h3, .right h4, .right h5 {
	font-weight: normal;
	margin: 1em 0 0;
	padding: 0;
}
.right h3 {
	padding: 0;
	clear: both;
	height: 2em;
	position: relative;
	font-size: 125%;
	font-weight: bold;
}
.right h3 span {
	margin: 0 0 0 35px;
	padding: 0 0.5em;
}
.right h3 span.img {
	position: absolute;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	display: block;
	left: 0;
	top: 0;
}

.right ul li, .right p.standard{
  font-size:115%;
  list-style:none;
}
.rate_text{
  font-weight:bold;
}
.right h4, .right li{
	font-size: 105%;
	clear: both;
	margin-top: 0.75em;
}
.right h4 a, .right li span{
	padding-left: 1em;
	display: block;
}
.right h4 a:hover {

}
.right h4.dokumenty{
	background-image: none;	
  position:relative;
}
.right h4.dokumenty img {
  position:absolute;
  left:-20px;
  top:0.3em;
	padding:0;
}
body[id] .right h4.dokumenty img {
  left:-10px;
}
.right h4.dokumenty a{
	background-image: none;	
}
.right .detail {
	margin: 0;
	padding: 0;
	font-style: italic;
}
.right h5 {
	font-size: 110%;
}
.right ul {
	list-style-position: inside;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 0;
}
.right .article-perex {
	font-weight: normal;
	padding: 0 1em;
}

/****************************** paticka ***************************************/
#footer {
  margin-top: 20px;
  color: #666;
  padding-top: 25px;
  font-size: 0.95em;
}
#footer .loga,
#footer .adresa,
#footer .kontakt,
#footer .qcm {
  float: left;
  width: 220px;
}
#footer .loga {
  width: 300px;
}
#footer .loga img {
  padding: 0 35px 0 20px;
}
#footer .qcm {
  float: right;
  width: auto;
  padding-right: 20px;
}
#footer .qcm a {
  color: #444;
  text-decoration: none;
}
#footer .qcm a:hover {
  text-decoration:underline;
}
#footer a {
text-decoration:underline;
}
#footer .column-in {
	padding-bottom: 0;
}
#design{
  color:#000;
}
#actual-date{
  display:block;
  float:left;
  width:20%;
  text-align:center;
}

/****** search words plugin ******/
span.search_words{
  padding:0 0.25em;
  border:1px solid #0E3C66;
  background:rgb(255,204,102);
}

/************** chapters *********/
.article_chapter{
  padding:1em;
  position:relative;
}
.article_chapter h3{
  margin-top:0;
}
.article_chapter ul{
  margin-left:0;
  padding-left:0;
}
.article_chapter .prev{
  position:absolute;
  top:0;
  left:0;
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  display:block;
  float:left;
  padding-left:25px;
  margin:1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
  background: transparent url('../images/ico_dale.gif') right center no-repeat;
  position:absolute;
  top:0;
  right:0;
  float:right;
  display:block;
  padding-right:25px;
  margin:1em 1em 0 0;
}
.article_chapter .top{
  display:block;
  text-align:center;
}
.article_chapter ul li{
  padding:0.25em 0.25em 0.25em 1em;
  background-position: left center;
  background-image:none;  
}

.article_chapter ul .ch-1{
  padding-left:2em ;
}
.article_chapter ul .ch-2{
  padding-left:3em ;
}
.article_chapter ul .ch-3{
  padding-left:4em ;
}
.article_chapter ul .ch-4{
  padding-left:5em ;
}
.article_chapter ul .ch-5{
  padding-left:6em ;
}
.article_chapter ul .ch-6{
  padding-left:7em ;
}
.article_chapter ul .ch-7{
  padding-left:8em ;
}
.article_chapter ul .ch-8{
  padding-left:9em ;
}
.article_chapter ul .ch-9{
  padding-left:10em ;
}
.article_chapter ul .ch-10{
  padding-left:11em ;
}
.article_chapter ul .ch-12{
  padding-left:13em ;
}
.article_chapter ul .ch-13{
  padding-left:14em ;
}
/**************  Hodnoceni­ pod clankem  **********/
.rating{
  margin-top:2em;
  border-top: 1px solid #185B96;
  text-align:center;
}
.rating table{
  margin:0 auto;
  border:1px none #fff;
}
.rating table td{
  width:3em;
  background:transparent;
  border:1px none #fff;
}

/************** sitemap **********/
ul.sitemap {
  margin-left:-10px;
  padding-left:0;
}
ul.sitemap li{
  padding:0.25em 0.25em 0.25em 1em;
  background-position: left center;
}
ul.sitemap .lv-2{
  font-weight:bold;
  font-size:120%;
  margin-top:2em;
  background-image:none;  
  padding:.05em .5em .05em 1em ;

}

ul.sitemap .lv-3{
  font-weight:bold;
  font-size:100%;
  margin-top:1em;
  padding:.05em .5em .05em 35px;
}

ul.sitemap .lv-4{
  padding-left:20px;
}


/******** formatovani v editoru ***********/
.red{
  background:red;
  padding:5px;
}

.pul-doleva{
  width:46%;
  float:left;
  padding:5px;
  margin:1em 0;
}

.pul-doprava{
  width:46%;
  float:right;
  padding:5px;
  margin:1em 0;
}



/******** paginator  ***********/
.paginator{
  padding:5px;
}

.paginator .big{
  background-color:#C2DAEB;
  padding: 3px;
  margin: 0 3px;
}


