body, form, input {
	font: 10pt arial, sans-serif;
	color: #000;
}

body { background: #e8eff3 url("images/bg-body.png") repeat-x }

.watermark { color: #aaa }
.mag, h1, a { color: #e20074 }

h1 { font-size: 175%; font-weight: normal }

#main {
	width: 960px;
	margin: 0 auto;
	background: transparent url("images/bg-main.png") repeat-x;
}

#top-tabs { 
	position: relative;
	height: 32px; 
}

#top-tabs ul {
	position: absolute;
	width: auto;
	right: 0;
	bottom: 0;
}

#top-tabs li {
	display: block;
	float: left;
	margin-right: 10px;
	background: #eeeff0 url("images/bg-tab.png") repeat-x;
	border: 1px solid #ebeced;
	border-bottom-width: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px; 
}

#top-tabs li.sel {
	background: #cacaca url("images/bg-tab-sel.png") repeat-x;
	border-color: #9f9f9f;
	border-bottom-color: #cacaca;
	border-bottom-width: 1px;
}

#top-tabs li a {
	display: block;
	color: #999;
	padding: 4px 10px 3px;
	text-decoration: none;
}

#top-tabs li.sel a { color: #000 }

#logo {
	text-align: center;
	padding: 20px 0;
}

#menu { 
	position: relative;
	margin: 0 15px;
}

#menu li {
	display: block;
	float: left;
	margin-right: 10px;
}

#menu li a {
	display: block;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#menu li a:hover {
	padding: 4px 9px;
	background: #fc8bd1 url("images/bg-menu.png") repeat-x;
	border: 1px solid #e81d88;
	color: #fff;
}

#search {
	position: absolute;
	right: 0;
	bottom: 0;
}

#search input, .tabulka2 td input, .tabulka2 td textarea { 
	border: 1px solid #bcbdbe;
	padding: 2px;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}

input.btn-search {
	background: #d9d9d9 url("images/bg-btn.png") repeat-x;
	padding: 1px 5px !important;
	width: auto;
	overflow: visible;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd; 
}

*:first-child+html input.btn-search { padding: 0 5px !important }
* html input.btn-search { padding: 0 5px !important }

#links {
	border-top: 1px solid #929291;
	background: transparent url("images/bg-links.png") repeat-x;
	padding: 15px;
}

.lnk-grp {
	float: left;
	width: 186px;
}

.lnk-grp h2 {
	font-size: 125%;
	margin-bottom: 5px;
	font-weight: normal;
}

.lnk-grp a {
	display: block;
	padding: 1px 0;
	color: #666;
	text-decoration: none;
}

.lnk-grp a:hover { text-decoration: underline }

#foot {
	border-top: 1px solid #929291;
	text-align: center;
	padding: 10px 0;
	font-size: 85%;
	color: #7d7d7d;
}

#foot a {
	padding-left: 15px;
	color: #7d7d7d;
	text-decoration: none;
}

#foot a:hover { text-decoration: underline }

#content {
	margin: 15px;
}

/* --- Slideshow --- */
#banners {
	position: relative;
	border: 1px solid #e6e8eb;
	padding: 8px;
	text-align: center;
	margin-bottom: 15px;
	height: 248px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

#banners img {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 8;
}

#banners img.active { z-index: 10 }
#banners img.last-active { z-index: 9 }

#slides {
	position: absolute;
	top: 8px;
	left: 6px;
	z-index: 11;
	font-size: 90%;
}

#slides div {
	display: block;
	cursor: pointer;
	width: 151px;
	height: 44px;
	margin: 5px;
	background-color: red;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
}

.hp-box {
	float: left;
	width: 204px;
	margin-right: 15px;
	border: 1px solid #e0e0e0;
	height: 180px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd; 
}

.hp-box.bg-1 { background: transparent url("images/bg-hp-box-1.png") no-repeat }
.hp-box.bg-2 { background: transparent url("images/bg-hp-box-2.png") no-repeat }
.hp-box.bg-3 { background: transparent url("images/bg-hp-box-3.png") no-repeat }

.hp-box h2 {
	font-size: 135%;
	font-weight: normal;
	color: #e20074;
	margin-bottom: 5px;
}

.hp-box a { color: #e20074; text-decoration: none }
.hp-box a:hover { text-decoration: underline }

.login-box {
	float: left;
	width: 205px;
	border: 1px solid #e20074;
	height: 200px;
	background: #e20074 url("images/bg-login.png") repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa; 
}

.login-box h2 { color: #fff; margin: 5px 7px; height: 16px }
.login-box form, .login-box div.ddkl {
	margin: 2px;
	background-color: #f0f0f0;
	height: 172px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px; 
}

.login-box div.ddkl {
	height: 153px;
	padding: 19px 0 0 12px;
	background-color: #ffffff
}

.login-box form p {
	padding: 10px;
	border-bottom: 1px solid #cacaca;
	text-align: right;
}

.login-box form div {
	padding: 6px 10px 0;
}

.login-box form input, .login-box form select {
	border: 1px solid #cacaca;
	padding: 2px;
	margin: 1px 0;
	width: 175px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
}

.login-box form select { width: 100% }
.login-box form select option { color: #000 }
.login-box form select option.watermark { color: #aaa }

.login-box form input.btn-login {
	background: #d9d9d9 url("images/bg-btn.png") repeat-x;
	padding: 1px 10px !important;
	width: auto;
	overflow: visible;
	margin-top: 10px;
	font-weight: bold;
	color: #666;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd; 
}

*:first-child+html .login-box form input.btn-login { padding: 0 10px !important }
* html .login-box form input.btn-login { padding: 0 10px !important }

.login-box a { color: #e20074; text-decoration: none }
.login-box a:hover { text-decoration: underline }


#dual-1, #dual-2 {
	float: left;
	width: 433px;
	padding: 0 10px 0 20px;
	margin-bottom: 10px;
}

#dual-1 { 
	border-right: 2px dotted #e20074;
	padding: 0 20px 0 10px;
}

.dual {
	width: 412px;
	height: 241px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 7px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd; 
}

html > body .dual { width: 413px }

#dual-1 .internet { background: transparent url("images/bg-internet-1.png") no-repeat }
#dual-2 .internet { background: transparent url("images/bg-internet-2.png") no-repeat }

#dual-1 .phonecall { background: transparent url("images/bg-phonecall-1.png") no-repeat }
#dual-2 .phonecall { background: transparent url("images/bg-phonecall-2.png") no-repeat }

#dual-1 .biznis1 { background: transparent url("images/biznis-banner-1.png") no-repeat }
#dual-2 .biznis2 { background: transparent url("images/biznis-banner-2.png") no-repeat }

.dual h2 { font-size: 125% }
.dual p { margin-top: 2px }
#dual-banner a { color: #e20074; text-decoration: none }
#dual-banner a:hover { text-decoration: underline }

.dual-small, .dual-small-first {
	float: left;
	width: 184px;
	height: 88px;
	border: 1px solid #e6edf2;
	padding: 5px 10px;
	background: #fff url("images/bg-dual-small.png") top right no-repeat;
	font-size: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd; 
}

.dual-small-first { margin-right: 21px }

.dual-small h2, .dual-small-first h2 {
	font-size: 139%;
	font-weight: normal;
	color: #e20074;
}

.dual-small p, .dual-small-first p { margin-top: 5px }

/* --- 2 column layout --- */
#left-menu {
	float: left;
	width: 170px;
	padding: 0;
	padding: 15px 0;
	margin: 0;
	font-size: 90%;
}

#left-menu li {
	border: 1px solid #ccc;
	border-top-width: 0;
	background: #f4f5f6 url("images/bg-left-menu.png") repeat-x;
}

#left-menu li.sub { background: #797879 url("images/bg-left-menu-sub.png") repeat-x }
#left-menu li.sel { background: #e4167f url("images/bg-left-menu-sel.png") repeat-x }
#left-menu ul ul li.sub { border-width: 1px 0; border-bottom-color: #706f70 }
#left-menu ul ul li.sub a { padding-bottom: 2px }

#left-menu li.first {
	border-top-width: 1px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px; 
}

#left-menu li.last {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px; 
}

#left-menu li a {
	display: block;
	padding: 3px 10px;
	color: #000;
	text-decoration: none;
}

#left-menu li.sub a, #left-menu li.sel a { color: #fff }
#left-menu li.sub a { padding-left: 20px }
#left-menu li.sub a.sel { background: transparent url("images/menu-sel.png") 10px 50% no-repeat }

#content-col {
	float: left;
	width: 790px;
	padding: 0;
	margin: 0;
}

#content-col p, #content-col ul, #content-col ol, #content-col h2 { margin-top: 10px }
#content-col h2 { color: #e20074;font-size: 115% }

#content-col ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1.2em;
}

#content-col ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 1.8em;
}

.content-banner {
	border: 1px solid #e2e6e9;
	padding: 8px;
	margin: 0;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.content-boxes { margin: 15px 0 }

.content-box, .content-box-first {
	float: left;
	width: 215px;
	height: 88px;
	border: 1px solid #e6edf2;
	padding: 5px 10px;
	margin-left: 25px;
	background: #fff url("images/bg-dual-small.png") top right no-repeat;
	font-size: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd; 
}

.content-box-first { margin-left: 0; width: 214px; }

.content-box h2, .content-box-first h2 {
	font-size: 139% !important;
	font-weight: normal;
	color: #e20074;
	margin: 0 !important;
}

.content-box p, .content-box-first p { margin-top: 5px !important }
.content-box a, .content-box-first a { color: #e20074; text-decoration: none }
.content-box a:hover, .content-box-first a:hover { text-decoration: underline }

.staff-1 { background: transparent url("images/bg-staff-1.png") top right no-repeat }
.staff-2 { background: transparent url("images/bg-staff-2.png") top right no-repeat }
.staff-3 { background: transparent url("images/bg-staff-3.png") top right no-repeat }

.onas-1 { background: transparent url("images/bg-o-nas-1.png") top right no-repeat }
.onas-2 { background: transparent url("images/bg-o-nas-2.png") top right no-repeat }
.onas-3 { background: transparent url("images/bg-o-nas-3.png") top right no-repeat }

.zp-1 { background: transparent url("images/zp-1.png") top right no-repeat }
.zp-2 { background: transparent url("images/zp-2.png") top right no-repeat }
.zp-3 { background: transparent url("images/zp-3.png") top right no-repeat }

/* --- Press centrum --- */

.press-banner {
	float: left;
	padding: 5px;
	margin: 0 !important;
	border: 1px solid #e3e6e9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.press-boxes { margin: 15px 0 }

.press-box {
	float: left;
	width: 148px;
	height: 140px;
	border: 1px solid #e6edf2;
	padding: 5px 10px;
	margin-right: 15px;
	background: #fff url("images/bg-dual-small.png") top right no-repeat;
	font-size: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd; 
}

.press-box-last {
	float: left;
	width: 205px;
	height: 152px;
	font-size: 90%;
}

.press-box-last p {
	margin: 0 0 5px 0 !important;
	border: 1px solid #e6edf2;
	background: #f1f1f1 url("images/bg-press-btn.png") repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd; 
}

.press-box-last p a {
	display: block;
	padding: 15px 10px;
	color: #000;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.press-box-last p a.bg-1 { background: transparent url("images/bg-press-btn-1.png") top right no-repeat }
.press-box-last p a.bg-2 { background: transparent url("images/bg-press-btn-2.png") top right no-repeat }
.press-box-last p a.bg-3 { background: transparent url("images/bg-press-btn-3.png") top right no-repeat }

.press-box h2 {
	font-size: 139% !important;
	font-weight: normal;
	color: #e20074;
	margin: 0 !important;
}

.press-box p { margin-top: 5px !important }
.press-box a { color: #e20074; text-decoration: none }
.press-box a:hover { text-decoration: underline }

.press-1 { background: transparent url("images/bg-press-1.png") top right no-repeat }
.press-2 { background: transparent url("images/bg-press-2.png") top right no-repeat }
.press-3 { background: transparent url("images/bg-press-3.png") top right no-repeat }

#twitter-box {
	float: left;
	width: 205px;
	height: 259px;
	padding: 0 !important;
	margin: 0 0 0 15px !important;
}

.twtr-timeline { font-size: 90% }
.twtr-ft div { padding: 10px 8px !important }

.tabulka
{
	width: 760px;
	border-top: 3px solid #e20074;
	border-collapse: separate;
	border-spacing: 4px;
	margin: 15px 0 0 0
}
.tabulka td
{
	border-bottom: 1px solid #999999;
	padding: 5px 0 5px 0
}
.tabulka td.tddatum
{
	width: 120px;
	background-color: #e20074;
	color: #ffffff;
	text-align: center;
	padding: 10px
}
.tabulka td.tddatum span
{
	font-weight: bold;
	font-size: 150%;
	padding: 10px
}
.tabulka td.tdmiesto
{
	width: 150px;
	font-weight: bold;
	padding: 10px
}
.tabulka td.tdnazov
{
	width: 100px;
	padding: 10px
}
.tabulka td.tdpopis
{
	width: 390px;
	padding: 10px
}
.tabulka1
{
	border-collapse: collapse;
	border: 0 solid #999999;
	margin: 15px 0 0 0
}
.tabulka1 td
{
	padding: 5px 15px;
	text-align: center
}
.tabulka2
{
	border-collapse: collapse;
	border: 0 solid #999999;
	margin: 15px 0 0 0
}
.tabulka2 td
{
	padding: 5px 15px;
	vertical-align: top
}
.strankovanie {
	margin-top: 10px;
}