@charset "utf-8";
/* KnVnet-screen-design */

body {
	font-size:0.9em;
	padding:0;
	margin:0;
	font-family:Calibri, Arial, Georgia;
}

h2 {
	font-size:2.0em;
	margin:0;
	padding:5px;
	color:#7e0000;
}

h3 {
	font-size:1.6em;
	margin:0;
	padding:3px;
	color:#7e0000;
}
h3 a {
	color:#7e0000;
	text-decoration:none;
}

h3 a:hover {
	color:#000;
	text-decoration:none;
}

#main {
	margin:0 auto 0 auto;
	width:980px;
	clear:both;
	padding:0;
	
}
#logo {
	float:left;
	padding:0px 0px 10px 50px;
	margin:0;	
	border:none;	
}
#logo img {
	border:none;
}
#logo a {
	border:none;
}
#infolinka {
	float:right;
	padding:30px 30px 0px 0px;
	margin:0;	
	text-align:right;
	font-size:1.7em;
}
#content {
	clear:both;
}
#mainmenu {
	clear:both;
	min-height:40px;
	background-image: linear-gradient(bottom, rgb(126,0,0) 0%, rgb(188,0,0) 100%);
	background-image: -o-linear-gradient(bottom, rgb(126,0,0) 0%, rgb(188,0,0) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(126,0,0) 0%, rgb(188,0,0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(126,0,0) 0%, rgb(188,0,0) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(126,0,0) 0%, rgb(188,0,0) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(126,0,0)),
		color-stop(1, rgb(188,0,0))
	);
	
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
	overflow:hidden;
	margin:0;
	padding:0px 7px 0px 7px;
}
#mainmenu li {
	float:left;
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
}
#mainmenu li a {
	color:#FFF;
	font-size:1.25em;
	display:block;
	padding:10px 20px 10px 24px;
	text-decoration:none;
	font-weight:bold;
	
}
#mainmenu li a img {
	vertical-align:-5px;
	margin-right:10px;
	border:0;	
}
#mainmenu li a:hover {
	background-color:#7e0000;
	
}


.mainmenuactive {
	color:#FFF;
	font-size:1.25em;
	display:block;
	padding:10px 20px 10px 24px;
	text-decoration:none;
	font-weight:bold;
	background-color:#7e0000;	
}
.mainmenuactive img {
	vertical-align:-5px;
	margin-right:10px;
	border:0;	
}

#footer {
	clear:both;
	padding:0;
	margin:0;
	
}

#quickdirections {
	margin:0;
	padding:0;
	clear:both;
}
#quickdirections li {
	float:left;
	width:25%;
	list-style:none;	
}
#quickdirections li a {
	padding:20px;
	width:100%;
	display:block;
	text-decoration:none;
	font-size:1.5em;
}
.quickdirections-trippleplay {
background: #dbdbdb; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #dbdbdb 0%, #949494 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#dbdbdb), color-stop(100%,#949494)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #dbdbdb 0%,#949494 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #dbdbdb 0%,#949494 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #dbdbdb 0%,#949494 100%); /* IE10+ */
background: linear-gradient(135deg,  #dbdbdb 0%,#949494 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#949494',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-moz-border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    -khtml-border-radius: 7px 0px 0px 7px;
	
    border-radius: 7px 0px 0px 7px;
}
.quickdirections-trippleplay:hover {
	background: #dbdbdb;
}
.quickdirections-trippleplay a {	
	color:#333;
	background-image:url(images/trippleplayicon-big.png);
	background-position:195px 2px;
	background-repeat:no-repeat;
}

.quickdirections-phone {
	background: #f8d4b5;
	background: -moz-linear-gradient(-45deg,  #f8d4b5 0%, #fa7720 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f8d4b5), color-stop(100%,#fa7720));
	background: -webkit-linear-gradient(-45deg,  #f8d4b5 0%,#fa7720 100%);
	background: -o-linear-gradient(-45deg,  #f8d4b5 0%,#fa7720 100%);
	background: -ms-linear-gradient(-45deg,  #f8d4b5 0%,#fa7720 100%);
	background: linear-gradient(135deg,  #f8d4b5 0%,#fa7720 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d4b5', endColorstr='#fa7720',GradientType=1 );
}
.quickdirections-phone:hover {
	background: #f8d4b5;
}
.quickdirections-phone a {	
	color:#a64506;
	background-image:url(images/phoneicon-big.png);
	background-position:195px 15px;
	background-repeat:no-repeat;
}

.quickdirections-tv {
	background: #a3d61d; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #a3d61d 0%, #63b62d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a3d61d), color-stop(100%,#63b62d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #a3d61d 0%,#63b62d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #a3d61d 0%,#63b62d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #a3d61d 0%,#63b62d 100%); /* IE10+ */
	background: linear-gradient(135deg,  #a3d61d 0%,#63b62d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3d61d', endColorstr='#63b62d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	-moz-border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    -khtml-border-radius: 0px 7px 7px 0px;
    border-radius: 0px 7px 7px 0px;
}
.quickdirections-tv:hover {
	background: #a3d61d;
}
.quickdirections-tv a {	
	color:#35621a;
	background-image:url(images/tvicon-big.png);
	background-position:195px 15px;
	background-repeat:no-repeat;
}



.quickdirections-internet {
	background: #c9e3fb;
	background: -moz-linear-gradient(-45deg,  #c9e3fb 0%, #469fe3 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c9e3fb), color-stop(100%,#469fe3));
	background: -webkit-linear-gradient(-45deg,  #c9e3fb 0%,#469fe3 100%);
	background: -o-linear-gradient(-45deg,  #c9e3fb 0%,#469fe3 100%);
	background: -ms-linear-gradient(-45deg,  #c9e3fb 0%,#469fe3 100%);
	background: linear-gradient(135deg,  #c9e3fb 0%,#469fe3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e3fb', endColorstr='#469fe3',GradientType=1 );
}
.quickdirections-internet:hover {
	background: #c9e3fb;
}
.quickdirections-internet a {	
	color:#12456a;
	background-image:url(images/interneticon-big.png);
	background-position:195px 15px;
	background-repeat:no-repeat;
}

.bottommenu25 {
	margin:0;
	padding:10px 0px 0px 0px;
	float:left;
	width:25%;
}

.bottommenu25 li {
	list-style:square;
	list-style-position:inside;
	padding:3px 15px 3px 15px;
	border-right:1px solid #999;
}
.bottommenu25 li a {
	color:#666;
	text-decoration:none;
}
.bottommenu25 li a:hover {
	color:#000;
}
#footer-text {
	clear:both;
	font-size:0.9em;
	color:#999;
	padding-top:15px;
	text-align:center;
}
#leftmenu {
	float:left;
	width:200px;
}
#leftmenu ul {
	margin:0;
	padding:10px;
	
}
#leftmenu ul li {
	list-style:none;
	border-bottom:#999 1px dotted;
	
}
#leftmenu ul li a {
	padding:3px 5px 3px 5px;
	display:block;
	text-decoration:none;
	color:#000;
}
#leftmenu ul li a:hover {
	background-color:#CCC;
}
#rightcontent {
	float:left;
	width:780px;
	padding-bottom:25px;
}

p {
	margin:4px 0px 7px 0px;	
	clear:both;
}
.quatation {
	padding:7px;
	border:1px dotted #800000;
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

#tariftable {
	clear:both;
	padding:0;
	margin:0;
}
#tariftable-desc {
	float:left;
	margin:20px 0px 0px 0px;
	color:#666;
	padding:5px 0px 5px 0px;
}
#tariftable-desc td {
	border-bottom:1px dotted #b0b0b0;
	padding:4px 25px 4px 0px;
}
#tariftable-desc-long {
	float:left;
	margin:20px 0px 0px 0px;
	color:#666;
	padding:5px 0px 5px 0px;
}
#tariftable-desc-long td {
	border-bottom:1px dotted #b0b0b0;
	padding:4px 200px 4px 0px;
}

#tariftable-standard {
	margin:20px 0px 0px 0px;
	padding:5px 0px 5px 0px;
	float:left;
background: #efefef; /* Old browsers */
background: -moz-linear-gradient(top,  #efefef 0%, #c3c3c3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#c3c3c3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #efefef 0%,#c3c3c3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #efefef 0%,#c3c3c3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #efefef 0%,#c3c3c3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #efefef 0%,#c3c3c3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#c3c3c3',GradientType=0 ); /* IE6-9 */
}
#tariftable-standard td {
	text-align:center;
	border-bottom:1px solid #b0b0b0;
	padding:4px 20px 4px 20px;
}

#tariftable-focused {
	float:left;
	margin:9px 0px 9px 0px;
	padding:15px 0px 15px 0px;
	background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #e2e2e2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f4f4f4 0%,#e2e2e2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f4f4f4 0%,#e2e2e2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f4f4f4 0%,#e2e2e2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	border:1px solid #AAA;

}
#tariftable-focused td {
	text-align:center;
	border-bottom:1px solid #cbcbcb;
	padding:4px 20px 4px 20px;
}

#tariftable a {
	text-decoration:none;
	color:#900;
}
#tariftable a:hover {
	text-decoration:none;
	color:#F00;
}

.roudedleft {
-moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -khtml-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}
.roudedright {
-moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -khtml-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}
.tariftable-tarif {
	color:#900;
	font-weight:bold;
	font-size:1.9em;
	display:block;
	padding-bottom:5px;
}
.tariftable-price {
	color:#333;
	font-size:1.6em;
	display:block;
	padding-bottom:8px;
}
.tariftable-graycolor {
	color:#444;
	
}


.channeltable td {
	text-align:center; font-size:0.9em;
}
.channeltabletr td {
background: rgb(255,255,255); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 69%, rgba(226,226,226,1) 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(69%,rgba(255,255,255,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(226,226,226,1) 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(226,226,226,1) 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 69%,rgba(226,226,226,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e2e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	height:80px;
	}
.padtop8px {
	padding-top:8px;	
}

#banners div {
	margin:0;
	padding:0;
	background-repeat:no-repeat !important;
	background-position:right bottom !important;
	width:980px;
	height:300px;
	background: #b3b3b3; /* Old browsers */
	background: -moz-linear-gradient(top, #b3b3b3 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b3b3b3 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b3b3b3 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b3b3b3 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b3b3b3 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#banners div h2 {
	color:#000 !important;
	font-weight:normal !important;
	padding:25px 0px 6px 25px;
}

#banners div p {
	padding:6px 0px 15px 25px;
	font-size:1.2em;
}

#banner-trippleplay {
	background: url(images/balicky.png), #b3b3b3 !important; /* Old browsers */
	background: url(images/balicky.png), -moz-linear-gradient(top, #b3b3b3 0%, #ffffff 100%) !important; /* FF3.6+ */
	background: url(images/balicky.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
	background: url(images/balicky.png), -webkit-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
	background: url(images/balicky.png), -o-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* Opera 11.10+ */
	background: url(images/balicky.png), -ms-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* IE10+ */
	background: url(images/balicky.png), linear-gradient(to bottom, #b3b3b3 0%,#ffffff 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-9 */
}

#banner-internet {
	background: url(images/internetsphere.png), #b3b3b3 !important; /* Old browsers */
	background: url(images/internetsphere.png), -moz-linear-gradient(top, #b3b3b3 0%, #ffffff 100%) !important; /* FF3.6+ */
	background: url(images/internetsphere.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
	background: url(images/internetsphere.png), -webkit-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
	background: url(images/internetsphere.png), -o-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* Opera 11.10+ */
	background: url(images/internetsphere.png), -ms-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* IE10+ */
	background: url(images/internetsphere.png), linear-gradient(to bottom, #b3b3b3 0%,#ffffff 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-9 */
}

#banner-phone {
	background: url(images/voip3.png), #b3b3b3 !important; /* Old browsers */
	background: url(images/voip3.png), -moz-linear-gradient(top, #b3b3b3 0%, #ffffff 100%) !important; /* FF3.6+ */
	background: url(images/voip3.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
	background: url(images/voip3.png), -webkit-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
	background: url(images/voip3.png), -o-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* Opera 11.10+ */
	background: url(images/voip3.png), -ms-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* IE10+ */
	background: url(images/voip3.png), linear-gradient(to bottom, #b3b3b3 0%,#ffffff 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-9 */
}

#banner-tv {
	background: url(images/balicky.png), #b3b3b3 !important; /* Old browsers */
	background: url(images/balicky.png), -moz-linear-gradient(top, #b3b3b3 0%, #ffffff 100%) !important; /* FF3.6+ */
	background: url(images/balicky.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3b3b3), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
	background: url(images/balicky.png), -webkit-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
	background: url(images/balicky.png), -o-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* Opera 11.10+ */
	background: url(images/balicky.png), -ms-linear-gradient(top, #b3b3b3 0%,#ffffff 100%) !important; /* IE10+ */
	background: url(images/balicky.png), linear-gradient(to bottom, #b3b3b3 0%,#ffffff 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b3b3', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-9 */
}

#banner-support {

}

#banner-contact {

}


.button {
	margin-left:25px;
	padding:6px 45px 6px 45px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;	
	font-size:1.3em;
	color:#FFF;
	text-decoration:none;
	background: #ba0000; /* Old browsers */
	background: -moz-linear-gradient(top, #ba0000 0%, #850000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ba0000), color-stop(100%,#850000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ba0000 0%,#850000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ba0000 0%,#850000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ba0000 0%,#850000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ba0000 0%,#850000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba0000', endColorstr='#850000',GradientType=0 ); /* IE6-9 */
	box-shadow:rgba(0,0,0,0.5) 3px 3px 3px; 
	-webkit-box-shadow:rgba(0,0,0,0.5) 3px 3px 3px;
	-moz-box-shadow:rgba(0,0,0,0.5) 3px 3px 3px;
}
.button:hover {
	background: #910000; /* Old browsers */
	background: -moz-linear-gradient(top, #910000 0%, #5b0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#910000), color-stop(100%,#5b0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #910000 0%,#5b0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #910000 0%,#5b0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #910000 0%,#5b0000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #910000 0%,#5b0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#5b0000',GradientType=0 ); /* IE6-9 */
}
.onlyfor {
	margin-top:-14px;
	height:80px;
	width:980px;
	background-image:url(images/star.png);
	background-repeat:no-repeat;
	background-position:145px 0px;
	padding:26px 30px 0px 45px !important;
	font-size:2.5em !important;

}