*
{
	margin: 0;
	padding: 0;
}

a
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #ff9400;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	margin: 0;
	padding: 0;
	background-color: White;
}

.cb
{
	clear: both;
}

.ac
{
	text-align: center;
}

h1
{
	font-family: Arial;
	font-size: 13pt;
	background-image: url(images/headerBcgr.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 15px;
}

h3
{
	font-family: Arial;
	font-size: 13pt;
	background-image: url(images/headerBcgr.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding-left: 15px; /*padding-top: 6px;*/
}

#content
{
	width: 1000px;
	margin: 0 auto;
	color: White;
	font-family: Arial;
	font-size: 9pt;
}

#header
{
	width: 1000px;
	height: 173px;
	background-image: url(images/header.gif);
	position: relative;
}

#develop
{
	position: absolute;
	top: 90px;
	right: 0px;
	background-image: url(images/internet.gif);
	width: 214px;
	height: 30px;
	visibility: visible;
	cursor: pointer;
}

#internet
{
	position: absolute;
	top: 50px;
	right: 0px;
	background-image: url(images/internet.gif);
	width: 214px;
	height: 30px;
	cursor: pointer;
	visibility: visible;
}

#header li
{
	display: inline;
}

#header a
{
	position: absolute;
	color: black;
	font-size: 22px;
	letter-spacing: 1pt;
	font: Arial;
	top: 1px;
	padding-left: 15px;
	text-decoration: none;
}

#header a:hover
{
	color: white;
	text-decoration: white;
}

#menuPanel
{
	background-image: url(   'images/menuBoxBcgr.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	display: block;
}

#menuPanel ul
{
	display: block;
	width: 720px;
	margin: 0 auto;
}

#menuPanel ul li
{
	padding-top: 5px;
	float: left;
	list-style-type: none;
}

#menuPanel ul li a
{
	display: block;
	background: none;
	line-height: 20px;
	padding: 0px 10px 2px 10px;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
	text-decoration: none;
}

#menuPanel ul li a:hover
{
	background-image: url(images/menuBackground.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.HomeLink
{
	position: absolute;
	height: 170px;
	display: block;
	left: 130px;
	top: 0px;
	text-indent: -9999em;
	width: 230px;
}

/*
#menuLeft
{
	width: 137px;
	height: 30px;
	float: left;
	background-image: url(images/menuLeft.gif);
}

#menuCenter
{
	width: 582px;
	height: 30px;
	float: left;
	text-align: left;
	background-image: url(images/menuCenter.gif);
	position: relative;
}

#menuCenter ul
{
	position: absolute;
	top: 20%;
	height: 30px;
	width: 580px;
}


#menuCenter li
{
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
}

#menuCenter li:hover
{
	background: url(images/menuBackground.gif);
	background-repeat: repeat-x;
	padding-bottom: 22px;
	padding-top: 4px;
}

#menuCenter a
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
	text-decoration: none;
}

.small
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	text-transform: uppercase;
	text-decoration: none;
}

#menuRight
{
	width: 281px;
	height: 30px;
	float: left;
	background-image: url(images/menuRight.gif);
}
*/
#mainFrame
{
	width: 980px;
	min-height: 520px;
	background-color: #3c3c3c;
	float: left;
	padding: 10px;
}

#contentBox
{
	width: 100%;
	min-height: 515px;
	margin: 0 auto;
	background-image: url(images/contentBox.gif);
	background-repeat: repeat-x;
	background-color: #3c3c3c;
	line-height: 18px;
}

#partneriBox
{
	width: 150px;
	background-image: url(images/partneriBcgr.gif);
	background-repeat: repeat-x;
	background-color: #191919;
	min-height: 515px;
	float: left;
}

#mainContentBox
{
	width: 640px;
	float: left;
	padding: 15px;
}

#mainContentBox p
{
	padding-left: 15px;
	padding-top: 8px;
}

#mainContentBox h2
{
	padding-left: 15px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 11pt;
}

#newsBoxBcgr
{
	width: 100%;
	background-image: url(images/newsBoxBcgr.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#newsBox
{
	width: 300px;
	background-color: #191919;
	background-image: url(images/inetNewsGradient.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	min-height: 600px;
	float: right;
	padding: 15px 0;
}

#partneriFooter
{
	background-color: #FFFFFF;
	width: 1000px;
	clear: both;
	text-align: center;
}

#footer
{
	background-image: url(images/footerBcgr.gif);
	background-repeat: repeat-x;
	width: 1000px;
	height: 55px;
	clear: both;
	text-align: center;
}

#footer p
{
	color: Black;
	padding: 20px;
}

.post
{
	background-image: url(images/postBcgr.gif);
	background-repeat: repeat-x;
	min-height: 200px;
	padding-right: 15px;
}

.odsazeni
{
	padding-left: 15px;
	padding-top: 8px;
}

hr
{
	width: 400px;
	margin: 8px auto;
	height: 1px;
	color: #ee970e;
	background: #ee970e;
	border: solid #ee970e 0px;
}

.arealityCenikTable
{
	border: solid 1px #ee970e;
	width: 70%;
	margin: 5px auto;
}

.cenikTable
{
	border: solid 1px #ee970e;
	width: 95%;
	margin: 0 auto;
}

table.cenikTable td, table.arealityCenikTable td
{
	border: 1px solid #ee970e;
	padding: 8px;
	text-align: left;
}

table.cenikTable td.nadpis, table.arealityCenikTable td.nadpis
{
	text-align: center;
	font-weight: bold;
}

table.cenikTable td.cena, table.arealityCenikTable td.cena
{
	text-align: right;
	font-weight: bold;
}

table.cenikTable td.vpravo, table.arealityCenikTable td.vpravo
{
	text-align: right;
}

table.cenikTable td.stred, table.arealityCenikTable td.stred
{
	text-align: center;
}

.date
{
	text-align: right;
	font-size: 8pt;
	padding-bottom: 8px;
}

.right
{
	text-align: right;
}
.left
{
	text-align: right;
}


.centeredImg
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#RSContent h1
{
	font-family: Arial;
	font-size: 13pt;
	background-image: none;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 15px;
	padding-top: 10px;
}

#RSContent h3
{
	font-family: Arial;
	font-size: 11pt;
	background-image: none;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 15px;
	padding-top: 6px;
}

#RSContent h2
{
	font-size: 12pt;
	padding-bottom: 5px;
}

#RSContent h4
{
	padding-left: 15px;
	padding-top: 6px;
}

.teamViewerNewsItem
{
	background-image: url(images/teamviewer_logo2.png);
	background-repeat: no-repeat;
	padding: 0 0 0 45px;
	margin: 5px 0 5px 0;
	height: 40px;
	display: block;
}

.twoColumnInfoBox
{
	width: 95%;
	font-family: Arial;
	font-size: 9pt;
	margin: 0 auto;
	clear: both;
}

.twoColumnInfoBox h2
{
	margin: 15px 0 0 0;
}

.twoColumnInfoBox h2 a
{
	font-size: 11pt;
}

.twoColumnInfoBox ul
{
	margin: 0 0 0 35px;
}

.twoColumnInfoBox ul li
{
	margin: 5px 0 5px 0;
}

.leftDiademaBox
{
	width: 280px;
	float: left;
	text-align: left;
}

.rightInternetBox
{
	width: 280px;
	float: right;
	text-align: left;
}

/************** Mapa pokryti ***************/
#MapaPokryti
{
	width: 600px;
	margin: 10px auto 10px auto;
	padding: 0 0 0 10px;
}

/**************** E-shop table ****************/
#eshopTable
{
	border: solid 1px #EE970E;
	background-color: #303330;
	margin: 10px 0 5px 15px;
}

#eshopTable TD
{
	background-color: #404340;
	padding: 0 3px 0 8px;
	font-size: 8pt;
}

#eshopTable .highlight
{
	font-size: 10pt;
	font-weight: bold;
	background-color: #303330 !important;
	padding: 3px;
}
#eshopTable .checked
{
	background-image: url(   'images/checked.png' );
	background-position: center center;
	background-repeat: no-repeat;
}

/************************ E-shop info ****************/
#eShopVariantyList
{
	margin: 10px 0 10px 60px;
	list-style-type: decimal;
}

#eShopVariantyList UL
{
	margin-left: 30px;
	list-style-type: circle;
}

#eShopVariantyList UL LI
{
	margin: 3px 0;
}


/**************** Produkty *********************/
#ProduktyReview
{
	list-style-type: none;
	margin-top: 10px;
}

#ProduktyReview LI
{
	float: left;
	width: 170px;
	margin: 0 15px;
}

#ProduktyReview H2
{
	padding-left: 0px;
	padding-bottom: 5px;
}

#ProduktyReview H2 A
{
	font-size: 11pt;
}

.pantheon-features
{
	margin: 0 0 0 40px;
}




