/*
 *  CSS - zakladni casti indexu
 *  Copyrighted by LTweb s.r.o. - www.LTweb.cz
 */

#page {
  width: 1200px;
  margin: 0 auto;
}

/* ZAHLAVI ------------------------------------------------------------------ */
#header {
  height: 145px;
  position: relative;
}

#header .logo {
  display: block;
  position: absolute;
  float: left;
  left: 8px;
  top: 18px;
}
#header .logo img {
	border: none;
}

#header .srdce {
  display: block;
  position: absolute;
  left: 250px;
  top: 20px;
}
#header .srdce img {
	border: none;
}

#header .login {
  position: absolute;
  top: right;
  right: 0;
  top: 0;
  padding: 15px 20px 10px 0;
  background-color: #e7e7e7;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0 0 12px #404040;
  -moz-box-shadow:    0 0 12px #404040;
  box-shadow:         0 0 12px #404040;
}
#header .login a {
	padding: 5px 3px 0 35px;
	margin-left: 15px;
	background-position: center left;
	background-repeat: no-repeat;
}
#header .login a.prihlasit {background-image: url(/img/ico-user.png);}
#header .login a.registrace {background-image: url(/img/ico-user-plus.png);}
#header .login a.jmeno {background-image: url(/img/ico-user.png);}
#header .login a.mojekurzy {background-image: url(/img/ico-user.png);}
#header .login a.odhlasit {background-image: url(/img/ico-user-minus.png);}
#header .login a:link, #header .login a:visited {
	color: #707070;
	text-decoration: none;
}
#header .login a:hover, #header .login a:active {
	color: #303030;
	text-decoration: underline;
}

#header .kontakt {
  display: block;
  position: absolute;
  right: 5px;
  top: 50px;
  color: #eeeeee;
  font-style: italic;
  text-align: right;
  line-height: 1.4em;
}


#menus {
}

#topmenu {
  height: 36px;
}
#topmenu .topmenu {
	display: block;
	position: relative;
	float: left;	
	background-color: #e7e7e7;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
  -webkit-box-shadow: 0 0 20px #404040;
  -moz-box-shadow:    0 0 20px #404040;
  box-shadow:         0 0 20px #404040;
}
#topmenu .topmenu-right {
	margin-left: 10px;
} 

#topmenu .topmenu a {
	text-transform: uppercase;
}
#topmenu .topmenu-active {
	top: 0;
}
#topmenu .topmenu-active a {
	padding: 11px 10px 11px 10px;
	line-height: 36px;
	font-size: 0.95em;
}
#topmenu .topmenu-inactive {
	top: 10px;
}
#topmenu .topmenu-inactive a {
	padding: 7px 8px 7px 8px;
	line-height: 26px;
	font-size: 0.8em;
}

#topmenu .topmenu-active a:first-child {
	padding-left: 20px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
#topmenu .topmenu-active a:last-child {
	padding-right: 20px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}
#topmenu .topmenu-inactive a:first-child {
	padding-left: 16px;
	-webkit-border-top-left-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
#topmenu .topmenu-inactive a:last-child {
	padding-right: 16px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
}

#topmenu .topmenu a:link, #topmenu .topmenu a:visited {
	text-decoration: none;
	color: #606060;
}
#topmenu .topmenu a:hover, #topmenu .topmenu a:active {
	background-color: #b4b4b4;
	text-decoration: none;
	color: #505050;
}
#topmenu .topmenu a.active:link, #topmenu .topmenu a.active:visited,
#topmenu .topmenu a.active:hover, #topmenu .topmenu a.active:active {
	background-color: #9d1f5f;
	text-decoration: none;
	color: #ffffff;
}



#submenu {
	clear: both;
	width: 100%;
	height: 36px;
	margin-top: 6px;
	text-align: left;
	background-color: #cdcdcd;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0 0 20px #404040;
  -moz-box-shadow:    0 0 20px #404040;
  box-shadow:         0 0 20px #404040;
}
#submenu a {
	text-transform: uppercase;
	padding: 11px 20px 11px 20px;
	line-height: 36px;
	font-size: 0.95em;
}
#submenu a:first-child {
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
#submenu a:link, #submenu a:visited {
	text-decoration: none;
	color: #4d4d4d;
}
#submenu a:hover, #submenu a:active {
	text-decoration: none;
	color: #ffffff;
}
#submenu a.active:link, #submenu a.active:visited,
#submenu a.active:hover, #submenu a.active:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #a0a0a0;
}

/* MAINPART ----------------------------------------------------------------- */
#mainpart {
	margin-top: 12px;
	padding: 5px 20px 20px 20px;
	background-color: #ffffff;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0 0 20px #404040;
  -moz-box-shadow:    0 0 20px #404040;
  box-shadow:         0 0 20px #404040;
}

/* LEVE MENU ---------------------------------------------------------------- */
#leftmenu {
  width: 245px;
  float: left;
}
#rightmenu {
  width: 245px;
  float: right;
}

.menu-block .head strong {
  display: block;
  padding: 15px 0 10px 0;
  color: #a0a0a0;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 2px solid #c8c8c8;
}

.menu-border {
	margin: 15px auto;
	padding: 10px 3px;
	border: 2px solid #9d1f5f;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.menu-form .input-text {
	font-size: 0.9em;
	font-style: italic;
	color: #b5b5b5;
	border: none;
	width: 130px;
}
.menu-form .input-submit {
	color: #b5b5b5;
	font-weight: normal;
	border: 1px solid #d0d0d0;
	background-color: #ffffff;
	padding: 4px 5px 3px 5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.menu-neprehlednete {
	text-align: left;
}

.menu-mailing .menu-border {
	padding-left: 60px;
	background: url(/img/ico-menu-mailing.png) no-repeat center left;
}
.menu-search .menu-border {
	padding-left: 60px;
	background: url(/img/ico-menu-search.png) no-repeat center left;
}

.menu-facebook .menu-border {
	height: 394px;
}
.menu-facebook .social {
	margin: 15px auto;
}


/* termíny v menu */
.body-terms a {
	display: block;
	margin: 7px 0;
	padding: 7px 15px;
	text-align: left;
	background-color: #f0f0f0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.body-terms a:link, .body-terms a:visited {
	color: #606060;
	text-decoration: none;
}
.body-terms a:hover, .body-terms a:active {
	color: #303030;
	text-decoration: none;
}
.body-terms strong {
	display: block;
	margin-bottom: 3px;
}
.body-terms span {
	display: block;
	margin-top: 1px;
	font-size: 0.9em;
}
.body-terms span.zvyraznit {
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
}

/* lektoři v menu */
.body-lektor a {
	display: block;
	margin: 7px 0;
	padding: 15px;
	text-align: center;
	background-color: #f0f0f0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.body-lektor a:link, .body-lektor a:visited {
	color: #606060;
	text-decoration: none;
}
.body-lektor a:hover, .body-lektor a:active {
	color: #303030;
	text-decoration: none;
}
.body-lektor img {
	border: 2px solid #9d1f5f;
	background-color: #dddddd;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.body-lektor strong {
	display: block;
	margin: 5px auto;
}
.body-lektor p {
	margin: 5px 5px 0 5px;
	text-align: left;
	font-size: 0.9em;
}


/* CONTENT ------------------------------------------------------------------ */
#content {
	position: relative;
  float: left;
  left: 20px;
  width: 630px;
}

#content-full {
	margin: 0 0;
}

/* ZAPATI --------------------------------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	margin-top: 20px;
  background-color: #606060;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-khtml-border-radius-topleft: 8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
  -webkit-box-shadow: 0 0 12px #404040;
  -moz-box-shadow:    0 0 12px #404040;
  box-shadow:         0 0 12px #404040;
}

#footer .left {
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
}
#footer .left a {
	margin-right: 10px;
}
#footer .left a:link, #footer .left a:visited {
	text-decoration: none;
	color: #e0e0e0;
}
#footer .left a:hover, #footer .left a:active {
	text-decoration: underline;
	color: #e0e0e0;
}
#footer .left a.active:link, #footer .left a.active:visited,
#footer .left a.active:hover, #footer .left a.active:active {
	text-decoration: underline;
	color: #e0e0e0;
}

#footer .partners {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0 15px;
	text-align: left;
}
#footer .partners img {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-khtml-border-radius-topleft: 4px;
	-khtml-border-radius-topright: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#footer .copyright {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 7px;
	text-align: right;
	color: #e0e0e0;
	font-size: 0.85em;
}