html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


body {
	color: #000000; 
	background-color: #ffffff;
	margin: 0px; padding: 0px; 
	font-size: 13px; 
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, "Helvetica CE", "Trebuchet MS", Tahoma, Helvetica,sans-serif; 
	line-height: 170%;
}

th,td {
	font-size: 13px; 
}

a, a:visited, a:active {
	color: #43352a;
}

a:hover {
	color: #614d3d;
}

.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.clear  {
	clear: both; 
	height: 1px; 
	overflow: hidden;
}

.no-border {border: none !important;}
.no-bck {background-image: none !important;}
.relative {position: relative;}

input {vertical-align: middle; color: #000000;}
form {margin: 0px; padding: 0px;}
select, option {vertical-align: middle; color: #000000;}

label {
	display: block;
	margin: 10px 0px 0px 0px; 
	padding: 0px;
	width: 100px;
	font-weight: bold;
	color: #4e4e4e;
	line-height: 100%;
}

h1, h2, h3 {
	font-size: 22px;
	margin: 0px 0px 15px 0px; 
	color: #006600;
	line-height: 120%;
}

p {
	line-height: 190%;
}

/* layout */

#body-container {
	background:url("../img/viapont-body-bck.gif") center bottom no-repeat #ffffff;
	min-width: 998px;
	width: 100%;
	text-align: center;
	margin: 0px; 
	padding: 0px;
}

#topbar-outer {
	width: 100%; 
	min-width: 988px; 
	display: block; 
	text-align: center;
	margin: 0px; 
	padding: 0px;
	background-color: #ffffff;
}

#topbar-inner {
	display: block; 
	width: 988px; 
	height: 165px;
	overflow: hidden;
	text-align: left;
	margin: 0px auto 0px auto;
	position: relative;
}

#topbar-inner h1 {
	font-size: 24px; 
	margin: 0px; padding: 0px;
	position: absolute;
	left: 102px; 
	top: 13px;
}

#topbar-inner h1 a, #topbar-inner h1 a:visited, #topbar-inner h1 a:active, #topbar-inner h1 a:hover {
	cursor:hand; 
	display:block; 
	position:relative; 
	width: 435px; height: 110px; 
	overflow:hidden; 
	color: #ffffff;
	text-decoration:none;
}

#topbar-inner h1 span {
	display:block; 
	background:url("../img/viapont-logo.gif") left top no-repeat; 
	width: 435px; height: 110px; 
	position:absolute; 
	left:0; top:0; 
	z-index:1; 
}


#topbar-inner h2 {
	position: absolute;
	display: block;
	width: 220px;
	top: 42px;
	left: 580px;
	font-size: 26px;
	margin: 0px; padding: 0px;
	color: #006600;
	line-height: 29px;
}

.login-box {
	position: absolute;
	display: block;
	width: 170px;
	height: 165px;
	overflow: hidden;
	right: 30px; 
	top: 0px;
	background:url("../img/login-box-bck.gif") left bottom no-repeat #9f9f9f;
	
}

.login-box h3 {
	margin: 15px 0px 5px 0px; 
	padding: 0px 0px 0px 20px;
	color: #ffffff;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	background:url("../img/login-box-header-bck.gif") left top no-repeat ; 
	
}

.login-box p {
	margin: 0px 0px 0px 20px; 
	padding: 0px 0px 0px 0px;
}



.input-01 {
	width: 100px; height: 18px; 
	line-height: 18px; 
	color: #000000; 
	vertical-align: middle; 
	padding: 0px 3px 0px 3px; 
	overflow: hidden; 
	font-size: 8pt; 
	border: 1px solid #4e4e4e; 
	background: url('../img/input-01-bck.gif') left top repeat-x #ffffff;
}

.language-box {
	position: absolute;
	display: block;
	width: 30px;
	height: 165px;
	overflow: hidden;
	right: 0px; 
	top: 0px;
}

.language-box ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.language-box ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.language-box ul li a, .language-box ul li a:active,.language-box ul li a:visited, .language-box ul li a:hover {
	display: block;
	float: left;
	width: 30px;
	height: 36px;
	overflow: hidden;
	text-indent:-9999em; 
	margin: 0px;
	padding: 0px;
}

.language-box ul li a.cz, .language-box ul li a.cz:active,.language-box ul li a.cz:visited, .language-box ul li a.cz:hover {
	background:url("../img/lang-button-cz.gif") center -36px no-repeat;
}

.language-box ul li a.en, .language-box ul li a.en:active,.language-box ul li a.en:visited, .language-box ul li a.en:hover {
	background:url("../img/lang-button-en.gif") center -36px no-repeat;
}

.language-box ul li.active a, .language-box ul li.active a:active,.language-box ul li.active a:visited, .language-box ul li.active a:hover {
	background-position: center top;
}

#main-container-outer {
	width: 100%; 
	min-width: 998px; 
	display: block; 
	text-align: center;
	margin: 0px; 
	padding: 0px;
	background:url("../img/viapont-main-bck.gif") center top repeat-y;
}

#main-container-inner {
	display: block; 
	width: 998px; 
	overflow-x: hidden;
	text-align: left;
	margin: 0px auto 0px auto;
}
	
#sidebar {
	display: block;
	width: 240px;
	float: left;
}	

	
#sidebar ul {
	list-style-type:none; 
	margin: 0px; padding: 0px; 
	line-height: 36px; 
}

#sidebar ul li {
	display: block;
	margin: 0px; padding: 0px;
	width: 240px;
	overflow: hidden;
}

#sidebar ul li a, #sidebar ul li a:active, #sidebar ul li a:visited, #sidebar ul li a:hover {
	height: 36px;
	padding-left: 68px;
	overflow: hidden;
	font-size: 13px; font-weight: bold; 
	display: block; 
	color: #000000;
	text-decoration: none;
	background:url("../img/sidebar-item-bck.gif") left -72px no-repeat;
}

#sidebar ul li:first-child a, #sidebar ul li:first-child a:active, #sidebar ul li:first-child a:visited, #sidebar ul li:first-child a:hover 

{
  	background:url("../img/sidebar-first-item-bck.gif") left -72px no-repeat;
}

#sidebar ul li.active a, #sidebar ul li.active a:active, #sidebar ul li.active a:visited, #sidebar ul li.active a:hover {
	color: #ffffff;
	background-position: left top;
}

#sidebar ul li a:hover, #sidebar ul li:first-child a:hover {
	color: #ffffff;
	background-position: left -36px;
}

#sidebar ul li.active a:hover, #sidebar ul li:first-child.active a:hover {
	color: #ffffff;
	background-position: left top;
}


.search-box {
	margin-left: 68px;
}

#content-outer {
	display: block;
	width: 745px;
	overflow-x: hidden;
	float: right;
}

#content-inner {
	padding: 7px 10px 7px 10px;
	line-height: 170%;
}


#footer-outer {
	width: 100%;
	height: 634px;
	min-width: 998px; 
	display: block; 
	text-align: center;
	margin: 0px; 
	padding: 0px;
}

#footer-inner {
	display: block; 
	width: 998px; 
	overflow-x: hidden;
	text-align: left;
	margin: 0px auto 0px auto;
}

#footer-inner p {
	margin-top: 34px;
	margin-left: 68px;
}

/* content */


#content-inner ul {
	margin: 5px 0px 0px 5px; 
	padding: 0px;
}

#content-inner ul li {
	list-style-type:none; 
	background: url("../img/viapont-list-item-bck.gif") 5px 7px no-repeat; 
	padding: 0px 0px 0px 20px; 
	margin: 0px 0px 7px 5px; 
}

#content-inner table {
	border-collapse: collapse; 
	margin: 7px 0px 7px 0px; 
}

#content-inner th {
	background-color: #9f9f9f; 
	padding: 7px;
}

#content-inner td {
	border-bottom: 1px solid #cecece; 
	padding: 7px;
}

#content-inner table.table-02 td {
	border-bottom: none;
	padding: 5px 10px 5px 0px;
}

#map-canvas {width: 360px; height: 600px; }


.box-01 {
	display: block; 
	width: 355px;
	float: left;
}

.box-02 {
	display: block; 
	width: 290px;
	float: left;
}	

.box-03 {
	display: block; 
	width: 430px;
	float: left;
}

.box-04 {
	display: block; 
	width: 360px;
	margin-right: -5px;
	float: right;
}	