body, html, p, ul, li, h1, h2, h3, h4, h5, h6, img, form, blockquote, fieldset, legend
{
	margin: 0;
	padding: 0;
}
html
{
	background: #DDDDDB url(../../img/html-bg2.jpg) repeat-x;

}
body
{
  font-size: x-small;
	font-family: Arial;
	color: #333;
	/* background: url(../../img/body-bg.jpg) no-repeat 0 70px; */
	width: 880px;
	margin: 0 auto;
	position: relative;
}
input, select, label
{
	vertical-align: middle;
}
ul
{
}
ul li 
{
	list-style: none;
}
img, fieldset
{
	border: 0;
}
legend
{
	display: none;
}
a
{
	color: #7F7F7F;
	text-decoration: none;
}
a:hover
{
	color: #7F7F7F;
	text-decoration: underline;
}
p, address
{
	/* line-height: 1.5; */
}
.right
{
	text-align: right;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.bold
{
	font-weight: bold;
}

/* hlavicka */
.header
{
	height: 296px;
}


.header .slogan
{
	position: absolute;
	top: 140px;
	left: 40px;
	text-transform: uppercase;
	font-size: 1.9em;
	color: #fff;
}
.header .banner
{
	width: 470px;
	height: 60px; /* background: #C9C9C9; */
	float: right;
	margin-right: 30px;
	display: inline;
}

.header .top
{
	/* position: absolute; */
  display: inline-block;
	width: 856px;	
  /* padding-top: 60px; */
	padding-left: 12px; 
}

.header .admin
{
	width: 305px;
	background: url(../../img/admin-bg.png) no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 1px 20px 8px;
	float: left;
	margin-left: 15px;
	display: inline;
}
.header .admin p
{
	position: relative;
}
.header .admin a
{
	position: relative;
	top: 0;
	color: #fff;
}
.header .lang
{
	position: absolute;
	top: 35px;
	left: 30px;
}
.header .lang img
{
	/* border: 1px solid #1C4594; */
	margin: 1px;
}

/* menu na hlavni strance */
ul.main
{
	background: url(../../img/menu-main-bg.png) repeat-x top;
	width: 880px;
	clear: both;
	padding: 0 41px 0 42px;
}
ul.main li
{
	float: left;
	font-size: 1.1em;
}
ul.main li a
{
	float: left;
	padding: 115px 10px 20px;
	width: 108px;
	text-align: center;
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: none;
}
ul.main li span
{
	float: left;
	padding: 115px 10px 20px;
	width: 108px;
	text-align: center;
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: none;
}

ul.main li a:hover
{
	text-decoration: underline;
}
ul.main li a.web
{
	background: url(../../img/menu-web-bg.jpg) no-repeat;
}
ul.main li a.share
{
	background: url(../../img/menu-share-bg.jpg) no-repeat;
}
ul.main li a.moss
{
	background: url(../../img/menu-moss-bg.jpg) no-repeat;
}
ul.main li a.exchange
{
	background: url(../../img/menu-exchange-bg.jpg) no-repeat;
}
ul.main li a.vps
{
	background: url(../../img/menu-vps-bg.jpg) no-repeat;
}
ul.main li a.data
{
	background: url(../../img/menu-data-bg.jpg) no-repeat;
}

/* obal veskereho obsahu */
.wrapper
{
	background: url(../../img/wrapper-bg.png) repeat-y;
	 min-height: 400px; 
	/* min-height: 600px; */
	padding: 0 14px;
	display: inline-block; 
}

.wrapper:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Hides from IE-mac \*/
* html .wrapper
{
	height: 1%;
}
.wrapper
{
	display: block;
}
/* End hide from IE-mac */

/* levy sloupec */
.sidebar-l
{
	float: left;
	width: 150px;
}

.sidebar-l ul:first-child
{
	width: 150px;
	background: url(../../img/sidebar-ul-bottom.png) no-repeat bottom;
	padding-bottom: 10px;
	margin: 0 0 40px 0;
}

.sidebar-l ul ul
{
	width: 150px;
	padding-bottom: 0px;
	margin: 0 0 0 0;
	
}

.sidebar-l ul li
{
	float: left;
	position: relative;
	width: 118px;
}

.sidebar-l ul li  a
{
  color: #444;
	display: block;
	width: 118px;
	padding: 5px 15px;
	background: url(../../img/sidebar-ul-a.png) repeat-x;
	background-color: #e5e5e5;
	border: 1px solid #E2E2E2;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	
}

.sidebar-l ul ul li a
{
  color: #7f7f7f;
	display: block;
	width: 108px;
	padding: 5px 15px;
	padding-left: 25px;
	background: url(../../img/sidebar-ul-a.png) repeat-x;
	background-color: #e5e5e5;
	border: 1px solid #E2E2E2;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;

}

.sidebar-l ul ul li a:hover
{
	border-right: 4px solid #0178CA;
	width: 104px;
}

/*
.sidebar-l ul li a
{	
	float: left;
	width: 118px;	
	padding: 5px 15px;
	background: url(../../img/sidebar-ul-a.png) repeat-x;
	background-color: #e5e5e5;
	border: 1px solid #E2E2E2;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;		
	
}
*/
.sidebar-l ul li a:hover
{
	border-right: 4px solid #0178CA;
	width: 115px;
}
.sidebar-l ul li.first
{
	background: url(../../img/sidebar-ul-top.png) no-repeat top;
	padding-top: 8px;
	float: left;
}
.sidebar-l .box
{
	background: url(../../img/sidebar-l-box-bg.png) repeat-x bottom;
	margin: 20px 0 40px;
}
.sidebar-l .box h2
{
	background: url(../../img/sidebar-h2-bg.png) no-repeat;
	font-size: 1.1em;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 5px 6px 15px;
}
.sidebar-l .box h2 span
{
	display: block;
	width: 49px;
	height: 49px;
	background: url(../../img/sleva.png) no-repeat;
	position: absolute;
	top: -10px;
	right: -20px; top:-8px}
.sidebar-l .box div
{
	width: 150px;
	height: 17px;
	background: url(../../img/sidebar-l-box-bottom.png) no-repeat;
}
.sidebar-l .box p
{
	padding: 10px;
}

.sidebar-l .box .discount
{
	font-size: 1.5em;	
}

/* pravy sloupec */
.sidebar-r
{
	float: left;
	width: 150px;
}
.sidebar-r .box
{
	background: url(../../img/sidebar-r-box-bg.png) repeat-y;
	margin: 20px 0;
}
.sidebar-r .box h2
{
	background: url(../../img/sidebar-h2-bg.png) no-repeat;
	font-size: 1.1em;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	padding: 6px 5px 6px 15px;
}
.sidebar-r .box div
{
	width: 150px;
	height: 20px;
	background: url(../../img/sidebar-r-box-bottom.png) no-repeat;
}
.sidebar-r .box p
{
	padding: 10px;
}
.sidebar-r img, .sidebar-l img
{
	display: block;
	margin: 10px auto;
}

.main .sidebar-l ul
{
	margin-top: 20px;
}

/* barevne varianty webu */


body {
	 /* background: url(../../img/body-bg-web5.jpg) no-repeat 12px 94px;  */
}
.sidebar-r .box h2, .blue .sidebar-l .box h2
{
	background: url(../../img/sidebar-h2-bg-blue.png) no-repeat;
}
.box h2 span
{
	background: url(../../img/sleva-blue.png) no-repeat;
}
.sidebar-l ul li a:hover
{
	border-right: 4px solid #0099D8;
}





.green
{
	background: url(../../img/body-bg-green2.jpg) no-repeat 0 70px;
}
.green .sidebar-r .box h2, .green .sidebar-l .box h2
{
	background: url(../../img/sidebar-h2-bg-green.png) no-repeat;
}
.green .box h2 span
{
	background: url(../../img/gift.gif) no-repeat;
}
.green .sidebar-l ul li a:hover
{
	border-right: 4px solid #84C102;
}

.yellow
{
	background: url(../../img/body-bg-yellow.jpg) no-repeat 0 70px;
}
.yellow .sidebar-r .box h2, .yellow .sidebar-l .box h2
{
	background: url(../../img/sidebar-h2-bg-yellow.png) no-repeat;
}
.yellow .box h2 span
{
	background: url(../../img/sleva-yellow.png) no-repeat;
}
.yellow .sidebar-l ul li a:hover
{
	border-right: 4px solid #FFB900;
}

.orange
{
	background: url(../../img/body-bg-orange2.jpg) no-repeat 0 70px;
}
.orange .sidebar-r .box h2, .orange .sidebar-l .box h2
{
	background: url(../../img/sidebar-h2-bg-orange.png) no-repeat;
}
.orange .box h2 span
{
	background: url(../../img/sleva-orange.png) no-repeat;
}
.orange .sidebar-l ul li a:hover
{
	border-right: 4px solid #FF7F00;
}

.bluelight
{
	background: url(../../img/body-bg-bluelight2.jpg) no-repeat 0 70px;
}
.bluelight .sidebar-r .box h2, .bluelight .sidebar-l .box h2
{
	background: url(../../img/sidebar-h2-bg-bluelight.png) no-repeat;
}
.bluelight .box h2 span
{
	background: url(../../img/sleva-bluelight.png) no-repeat;
}
.bluelight .sidebar-l ul li a:hover
{
	border-right: 4px solid #00C9FB;
}

.blue
{
	background: url(../../img/body-bg-blue2.jpg) no-repeat 0 70px;
}
.blue .sidebar-r .box h2, .blue .sidebar-l .box h2
{
	background: url(../../img/sidebar-h2-bg-blue.png) no-repeat;
}
.blue .box h2 span
{
	background: url(../../img/sleva-blue.png) no-repeat;
}
.blue .sidebar-l ul li a:hover
{
	border-right: 4px solid #0099D8;
}

.black
{
	background: url(../../img/body-bg-black2.jpg) no-repeat 0 70px;
}
.black .sidebar-r .box h2, .black .sidebar-l .box h2
{
	background: url(../../img/sidebar-h2-bg-black.png) no-repeat;
}
.black .box h2 span
{
	background: url(../../img/sleva-black.png) no-repeat;
}
.black .sidebar-l ul li a:hover
{
	border-right: 4px solid #898989;
}

.porovnani
{
	background: url(../../img/porovnani-bg.jpg) no-repeat;
	display: block;
	width: 407px;
	height: 24px;
	text-transform: uppercase;
	clear: both;
	padding: 12px 20px 0 65px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto 30px;
}


table.compare
{
	border-collapse: collapse;
	font-size: 0.9em;
	width: 660px;
	background: #F0F1F0;
}
table.compare th
{
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}
table.compare td
{
	padding: 2px;
	text-align: center;
	line-height: 1.2;
}
table.compare td.left
{
	text-align: left;
	padding: 5px 5px 5px 10px;
}
table.compare td.discount
{
	text-decoration: line-through;
}
table.compare th.center
{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	width: 73px;
}

table.compare th
{
	padding: 2px 5px 5px 10px;
}
table.compare tr.head
{  
	background: url(../../img/tab-top-bg.png) no-repeat;
}

table.compare tr.alternate
{
	background: #E0E0E0;
}
table.compare th.free
{
	background: url(../../img/td-free-bg.png) repeat-x;
}
table.compare th.mail
{
	background: url(../../img/td-mail-bg.png) repeat-x;
}
table.compare th.mini
{
	background: url(../../img/td-mini-bg.png) repeat-x;
}
table.compare th.basic
{
	background: url(../../img/td-basic-bg.png) repeat-x;
}
table.compare th.advanced
{
	background: url(../../img/td-advanced-bg.png) repeat-x;
}
table.compare th.profi
{
	background: url(../../img/td-profi-bg.png) repeat-x;
}


ul.top
{	
	clear: both;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 15px 0;
}
ul.top li
{
	float: left;
}
ul.top li a
{
	display: block;
	width: 127px;
	height: 12px;
	background: url(../../img/top-mnu-a.png) no-repeat;
	text-align: center;
	padding: 5px 0;
}
ul.top li.active a.web
{
	background: url(../../img/top-mnu-web.png) no-repeat;
}
ul.top li.active a.share
{
	background: url(../../img/top-mnu-share.png) no-repeat;
}
ul.top li.active a.moss
{
	background: url(../../img/top-mnu-moss.png) no-repeat;
}
ul.top li.active a.exchange
{
	background: url(../../img/top-mnu-exchange.png) no-repeat;
}
ul.top li.active a.vps
{
	background: url(../../img/top-mnu-vps.png) no-repeat;
}
ul.top li.active a.data
{
	background: url(../../img/top-mnu-data.png) no-repeat;
}
ul.top li.active a
{
	color: #fff;
}
/* paticka */
.footer
{
	width: 880px;
	height: 10px;
	background: url(../../img/footer-bg.png) no-repeat;
	text-align: center;
	padding-top: 30px;
}

/* cistic */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/* obsah */
.content
{		
	float: left;		
	width: 510px;		
	padding: 20px 20px;	
	font-size: 1.2em;
}

.content p
{
	font-size: 1em;
	margin: 8px 0;
	text-align: left;
}
/*
.content img
{
	margin: 0 8px 0 0;
}
*/
.widest
{
	width: 660px;
}

.full
{
	width: 810px;
}

.content a
{
	color: #3166B0;
	text-decoration: none;
	border: 0px;
}

.content a:hover
{
	text-decoration: none;
	color: #3891e8;
}


.content h1, h2, h3, h4, h5
{
	padding: 0;
	border: 0;
}
.content h1
{
	font: normal 2em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #3166B0;
	border-bottom: 0px solid #3095DB;
	margin: 10px 0px 10px 0px;	
}
.content h2
{
	font: normal 1.5em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #0169AE;
	margin: 10px 0 10px;
}

.content h2.start
{
	margin-top: 0px;
	margin-bottom: 10px;
	font: normal 1.5em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #0169AE;
	border-bottom: solid 0px #CCCCCC;
}
.content h2.underline
{
	margin-top: 10px;
	margin-bottom: 10px;
	font: normal 1.2em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #0169AE;
	border-bottom: solid 1px #CCCCCC;
}
/*
.content h2 a
{
	font: normal 1.5em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #0169AE;
	text-decoration: underline;
	border-bottom: none;
}
*/
.content h3
{
	margin-top: 10px;
	margin-bottom: 10px;
	font: bold 1.2em Arial, Verdana, sans-serif;
	color: #0169AE;
}
/*
.content h3 a
{
	font: bold 1.2em Arial, Verdana, sans-serif;
	color: #0169AE;
	text-decoration: underline;
	border-bottom: none;
}
*/


.content img
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
}

.content hr
{
	background-color: #CCCCCC;
	color: #CCCCCC;
	border: #CCCCCC;
	height: 1px;
}

.content ul
{
	/* list-style: square inside; */
	padding-bottom: 4px;
	padding-top: 4px;
}

.content ul li
{
  padding-top: 2x;
  padding-bottom: 2px;
	list-style: square outside url('/Images/bullet01.gif');	
	margin-left: 20px;
}

.content ul ul li
{
  padding-top: 2px;
  padding-bottom: 2px;
	list-style: square outside url('/Images/bullet04.gif');	
	margin-left: 20px;
}
.content ul ul ul li
{
  padding-top: 2px;
  padding-bottom: 2px;
	list-style: square outside url('/Images/bullet05.gif');	
	margin-left: 20px;
}
.code
{
	margin-left: 4px;
	margin-right: 4px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #A9B8C2;
	color: black;
	background-color: #DCE1E5;
	font-size: 8pt;
}

.innerquote, .innercode
{
	padding: 4px;
	border-top: 1px #A9B8C2 solid;
	color: black;
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, sans-serif;
	background-color: #B2C8F6;
}

.comments
{
	font-size: 1.0em;
}

/* hosting programy */
.content .hosting
{
	font-size: 0.8em;
	line-height: 1.0;
	width: 151px;
	height: 154px;	
	float: left;
	margin: 0 11px 15px 8px;
	color: #5B5B5B;
	position: relative;
	display: inline;
}
.content .hosting h2
{
	text-transform: uppercase;
	margin: 12px 8px 8px;
	font-size: 1.4em;
}
.content .hosting ul
{
	list-style: none;
	font-size: 1em;
	margin: 8px 10px;
	list-style-image: none;
	list-style-position: outside;
}
.content .hosting ul li
{	
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 1em;
	padding: 1px 0;
	margin-left: 0px;
}

.content .hosting span
{
	font-size: 1.5em;
	font-weight: bold;
	position: absolute;
	bottom: 30px;
	left: 10px;
}

.content .hosting span .price2
{
	font-size: 0.8em;
	text-decoration: line-through;	
}

.content .hosting a
{
	display: block;
	/* width: 98px; */
	width: 115px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 1.1em;
	font-weight: bold;	
	padding-left: 50px;
}

.content .basic
{
	background: url(../../img/basic-bg.jpg) no-repeat;
}
.content .advanced
{
	background: url(../../img/advanced-bg.jpg) no-repeat;
}
.content .profi
{
	background: url(../../img/profi-bg.jpg) no-repeat;
	top: 0px;
	left: 1px;
}
.content .free
{
	background: url(../../img/free-bg.jpg) no-repeat;
}
.content .mail
{
	background: url(../../img/mail-bg.jpg) no-repeat;
}
.content .mini
{
	background: url(../../img/mini-bg.jpg) no-repeat;
}

.vpscustom ul li
{
  margin: 0;
	list-style: none;	
	list-style-image: none;
}

.vpscustom .price
{
	font: bold 1.5em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #3166B0;	
}

.vpscustom .price2
{
	font: bold 1.1em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #3166B0;	
}

.custom ul li
{
  margin: 0;
	list-style: none;	
	list-style-image: none;
}

.custom .price
{
	font: bold 1.5em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #3166B0;	
}

.custom .price2
{
	font: bold 1.1em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #3166B0;	
}
