@CHARSET "UTF-8";

body {
	margin: 0; padding: 0;
	text-align: center;
	/*font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;*/
	/*font-size: 82%;*/
	font: 0.8em/160% "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	color: #000;
	background: #E6F0FF url("img/bg.gif") 0 0 repeat;
}

a { color: #B71221 }

a img { border: 0; background: none }

/*
a, a:link, a:active, a:hover, a:visited {
	color: #B71221;
	text-decoration: underline;
}
*/
a:visited {	color: #cc0000; }

a:hover {
	background-color: #B71221;
	color: #fff;
	text-decoration: none;
}

a:focus, a:active {
	background-color: #D3DFEC;
	color: #003366;
	text-decoration: none;
}

#main {
	width: 760px;
	margin: 10px auto;
	border: 12px solid #F5F5F5;
	text-align: left;
}

#main-in {
	border: 3px solid #D3DFEC;
	padding: 4px;
	text-align: left;
	background-color: #fff;
}

#header {
	position: relative;
	margin: 0; padding: 0;
	min-height: 7.3em;
	background-color: #fff;
}

/* LOGO */

#logo {
	margin: 0; padding: 0;
	position: relative;
	width: 230px;
	height: 86px;
	overflow: hidden;
}
#logo span {
	display: block;
	margin: 0; padding: 0;
	position: absolute;
	left: 0; top: 0;
	z-index: 1;
	width: 230px; height: 86px;
	background: url("img/fonet_logo.gif") 0 0 no-repeat;
	_cursor: hand;
}

#slogan {
	position: absolute;
	right: 10px; top: 0;
	width: 540px;
	padding: 30px 3px;
	margin: 0;
	font-size: 170%;
	font-weight: normal;
	text-align: right;
	color: #757575;
}

.red { color: #cc0000; }


/* TOP NAV MENU */

#top-nav {
	width: 100%;
	padding: 0;
	float: left;
	background: #547793 url(img/bg_menu.gif) 0 0 repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 4px solid #2d4f6b;
}

ul.topmenu {
	padding: 0px;
	margin: 0px !important;
	list-style-type: none;
}

ul.topmenu li.topmenuli {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	list-style: none;
}

li.topmenuli a:link, li.topmenuli a:visited {
	display: block;
	padding: 7px 10px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border-right: 1px solid #84A6B0;
}

ul.topmenu > li a:focus, ul.topmenu > li a:active {
	background-color: #D3DFEC;
	color: #003366;
	text-decoration: none;
}

li.topmenuli a.active {
	background: #2d4f6b;
	color: #CFE0EE;
	text-decoration: underline;
}

ul.topmenu > li:first-child { margin-left: 10px; }

ul.topmenu > li a:hover {
	color: #fff;
	background: #A11822 url(img/arrow-top.gif) 50% 100% no-repeat;
}

ul.submenu {
	margin: 0; padding:0;
	position: absolute;
	left: 8px;
	display: none;
	width: 12em;
	border: 1px solid #fff;
}
ul.submenu li {
	margin: 0; padding: 0;
	list-style-type: none;
	border-top: 1px solid #84A6B0;
}

ul.submenu li.first { border-top: none; }


ul.submenu li a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: none;
	white-space: normal;
	background-color: #4B6B84;
	padding: 5px 10px 5px;
	border-right-width: 0;
}

ul.submenu li a:hover {
	background-color: #5680A0;
	color: #fff;
}

#top-nav .break {
	background-color: #547692;
	font-size: 4px;
	height: 4px;
	clear: both;
}

/* IE ONLY RULES */
/*\*/
* html #top-nav ul.submenu li { float: left; width: 100%; }
* html #top-nav ul.submenu li a { height: 1% }

#breadcrumbs {
	border-bottom: 1px solid #ddd;
	padding: 7px 0 3px;
	font-size: 90%;
}

#content-all {
	 background: url("img/bg-main2.gif") top left repeat-y;
	 clear: both;
}

#content {
	margin:0 0 0 199px; padding: 0;
	border-top: 1px solid #fff;
}

#content-in {
	margin: 0;
	padding: 0px 5px 30px 10px;
}

#mp-break {
	border-bottom: 1px solid #ddd;
	/*padding: 7px 0 3px;*/
	padding: 0;
	margin: 0;
	font-size: 1%;
}

#content-in h2 {
	font-family: Georgia,Verdana, Arial, Helvetica, sans-serif;
	color: #BC1111;
	background: url("img/arrow-right.gif") no-repeat 0% 50%;
	font-size: 200%;
	font-weight: 100;
	padding: 4px 0 3px 30px;
	margin: 0;
	margin: 10px 0;
}

h1 span { color: #4986bc }

#content-h1 p {
	color: #fff;
	line-height: 1em;
}

#content-in h2.h2img {
	padding: 5px 10px 5px 25px;
	color: #2D4F6B;
	font-size: 160%;
	font-family: "Trebuchet MS", "Luxi Sans", Arial, sans-serif;
}

dt { padding-bottom: 5px; }
dt a {
	font-family: Georgia,Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: 100;
	margin-top: 0;
}

dd { padding-left: 30px; padding-bottom: 10px; margin: 0 }
dl { margin-bottom: 10px }


#content-in hr {
	height:1px;
	color: #ddd;
	background-color: #ddd;
	border: 0 solid #ddd;
	clear:both;
	margin: 15px 0;
}

#content-in p {
	margin-left: 10px;
	text-align: left;
	line-height: 130%;
}

#content-in h3 {
	margin: 25px 0px 5px 0px; padding: 1px 2px 1px 5px;
	background: #E6F0FF;
	border-top: 1px solid #547793;
	border-left: 5px solid #547793;
	color: #2D4F6B;
}

h4 {
	margin: 8px 0px 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: 100;
	color: #023466;
}

#mp-icons-div {
	padding: 0; margin: 0;
}

.mp-icons {
	float: left;
	width: 260px;
	margin: 0 0 5px 0;
	padding: 0;
	background: #FBFBFB url(img/monitor_modre.png) 13px 27px no-repeat;
	min-height: 7em;
	height: auto !important;
	height: 7em;
	border: 1px solid #D3DFEC;
}

.mp-icons-step { margin-right: 5px }
.mp-icons div { padding: 1px 8px 10px 68px; margin: 0 }

#mp-icons-div h3 {
	padding: 0; border: 0;
	background: transparent;
	margin: 2px 0 4px 5px;
}

.mp-icons h3 a:link, h3 a:visited {
	color: #2D4F6B;
	font: 95% "Luxi Sans", Arial, "Helvetica CE", Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #b71221;
}

#mp-icons-div h3 a:hover { color: #b71221; background: transparent; border-bottom-color: #2D4F6B }

.mp-icons ul {
	line-height: 1.2em;
	margin: 0; padding: 0;
	list-style: none;
}

.mp-icons li {
	padding: 0 0 0 6px;
	background: url(img/li.gif) no-repeat 0 4px;
}
.mp-servis { background-image: url(img/servis_modre.png); }
.mp-zmluvny { background-image: url(img/zmluvny_modre.png); }
.mp-siete { background-image: url(img/siet_modre.png); }
.mp-eobchod { background-image: url(img/shop_modre.png); }
.mp-servery { background-image: url(img/pc_modre.png); }

#mp-news { margin: 10px 0; padding: 0; float: left; width: 530px; }
#mp-news h3 { margin: 0; padding-top: 5px; padding-bottom: 5px;}
#mp-news h4 { margin-left: 0px; }
#mp-news h3 a { color: #2D4F6B; }
#mp-news hr { margin: 3px 0; }

.top-an {
	padding: 15px 5px 15px 0;
	background-color: #F4F6FC;
	border-top: 2px solid #B0C4D2;
	border-bottom: 2px solid #B0C4D2;
	margin-bottom: 20px;
}

.top-an p { font-size: 105%; margin: 0 }

/* LEFT SIDEBAR */

#sidebar {
	margin: 0; padding: 0;
	float: left;
	width: 199px;
	border-top: 1px solid #fff;
}

#sidebar-in {
	padding: 0; margin: 0;
	background: #D3DFEC;
}

.left-tit {
	padding: 0; margin: 0;
	background: #2d4f6b url(img/bg_n.gif) 0 0 repeat-x;
}

.left-tit h2 {
	padding: 7px 0 7px 26px; margin: 0;
	color: #fff;
	background: url("img/sipkaw.gif") no-repeat 8px 50%;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
}

#dovodov5 {
	margin: 0;
	padding: 0;
	background-color: #D3DFEC;
}

#dovodov5 ul { margin: 0; padding: 0 }

#dovodov5 li {
	clear: both;
	padding: 8px 5px;
	min-height: 1.6em;
	list-style: none;
	line-height: 1.2em;
}

#dovodov5 li.two {
	background: #F5F5F5;
}

#dovodov5 a {
	text-decoration: underline;
	font-size: 90%;
}

#dovodov5 a:hover { color: #0C598E; background: none }

#dovodov5 li span {
	display: block;
	float: left;
	color: #fff;
	font-size: 135%;
	font-weight: bold;
	margin: 5px 10px 0 5px;
	padding: 2px 5px;
	background: #2D4F6B;
}

.mp-p { line-height: 1.8em }

#profil { margin: 0; padding-left: 20px; }
#profil li { list-style: none; padding-top: 10px;}
#profil span { margin-left: 0; font-size: 130% }

#sidebar-il {
	width: 199px;
	height: 108px;
	margin: 0;
	background: #547692 url("img/services.jpg") 0 0 no-repeat;
}

#sidebar-il.predaj { background-image: url("img/order.jpg") }
#sidebar-il.sluzby { background-image: url("img/services.jpg") }
#sidebar-il.kontakt { background-image: url("img/contact.jpg"); }
#sidebar-il.e-obchod { background-image: url("img/eshop.jpg"); }
#sidebar-il.referencie { background-image: url("img/references.jpg"); }
#sidebar-il.onas { background-image: url("img/references.jpg"); }
#sidebar-il.novinky { background-image: url("img/references.jpg"); }
#sidebar-il.novinka { background-image: url("img/references.jpg"); }
#sidebar-il.mapa-stranok { background-image: url("img/references.jpg"); }

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0; padding: 0;
	border: none;
	visibility: hidden;
}

.hidden { display: none }
.screenhidden { position: absolute; top: -10000px; left: 0; width: 1px; height: 1px; overflow: hidden }

/* LEFT NAV MENU */

#left-nav { margin: 0 }

#left-nav ul  {
	margin: 0; padding: 0;
	list-style: none;
}

#left-nav li.first a { border-top-width: 0 }

#left-nav a, #left-nav span {
	background: #D3DFEC url("img/arrow-dotl.gif") no-repeat 13px 50%;
	display: block;
	text-decoration: none;
	padding: 9px 5px 9px 28px;
	border-bottom: 1px solid #fff;
	color: #003366;
	border-top: 1px white solid; border-bottom: 1px #C5D4DF solid;
}
#left-nav ul #active-left {
	background: #85A1BC url("img/arrow-dotd.gif") no-repeat 11px 50%;
	color: #fff;
	font-weight: bold;
}

#left-nav a:hover {
	background: #85A1BC url("img/arrow-dotl.gif") no-repeat 13px 50%;
	color: #fff;
}

#left-nav ul ul {
 	font-size: 92%;
	margin: 0;
}

#left-nav ul ul a, #left-nav ul ul span {
	background: #F7F7F7 url("img/sipka.gif") no-repeat 5px 50%;
	padding: 7px 5px 7px 20px;
	color: #2D4F6B;
	font-weight: normal;
	text-transform: none;
	text-decoration: underline;
	border-bottom-color: #ddd;
}

#left-nav ul ul a:hover {
	color: #cc0000;
	background: #E6ECF1 url("img/sipka.gif") no-repeat 5px 50%;
}

#left-nav ul ul span {
	background: #E6ECF1 url("img/sipka.gif") no-repeat 94% 50%;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

/* IE ONLY RULES */
/*\*/
* html #left-nav li {float: left; width: 199px;}
* html #left-nav a, * html #left-nav span, * html #left-nav #active-left { height: 1px; }


#left-nav ul ul span {
	background: #E6ECF1 url("img/sipka.gif") no-repeat 94% 50%;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

.left-nav2 {
	margin: 0;
	background-color: #D3DFEC;
}
.left-nav2 p {
	padding: 10px; margin: 0;
	line-height: normal;
	font-size: 95%;
}

.left-nav2 p a {
	font-size: 105%;
}

/* FOOTER */

#footer {
	position: relative;
	width: 100%;
	clear: both;
	padding: 10px 0; margin: 0;
	background-color: #D3DFEC;
	text-align: center;
	color: #545454;
	font-size: 92%;
	border-top: 5px solid #547692;
}

#footer p { line-height: 1.8em; margin: 0 }
#footer a { color: #545454 }
#footer a:hover { color: #cc0000 }
#footer a#i-map { background: transparent url("img/icon_map.gif") no-repeat 0 100%; margin: 0 3px 0 3px; padding-left: 17px; }
#footer a#i-print { background: transparent url("img/icon_print.gif") no-repeat 0 75%; margin: 0 3px; padding-left: 17px; }
#footer a#i-acc { background: transparent url("img/icon_acc.gif") no-repeat 0 75%; margin: 0 3px; padding-left: 17px; }
#footer a#i-up { background: transparent url("img/icon_up.gif") no-repeat 0 50%; margin: 0 3px; padding-left: 14px; }

.newsSmall {
	margin: 0;
	padding-top: 0;
	padding-left: 5px;
	font-size: 80%;
}

.servisne-programy li { padding-top: 5px }
.servisne-programy span { font-size: 110% }

#novinky-left { padding-bottom: 25px }

#novinky-left ul {
	margin: 10px 3px 0px 20px;
	padding: 0px 0px 0px 0px;
}

#novinky-left ul li {
	margin: 2px 0px 0px 3px;
	padding: 0px 3px 3px 0px;
	list-style: url(img/arrow-dot.gif);
}

#novinky-left ul li a:hover {
	color: #003366;
	background: none;
}