body {
	background-color: White;
	margin: 0px;
	padding: 0px;
}

body, td, th, input, select, option, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

body, html {
	height: 100%;
}

p {margin: 8px 0 0 0;}

.input {
	border: 1px solid #8E9DAA;
	height: 16px;
}

.button {
	height: 20px;
	border: 1px solid #8E9DAA;
	background-color: #FEFEFE;
	cursor: pointer;
}

#table {
	height: 100%;
}
#table_header {
	vertical-align: top;
}
#table_footer {
	vertical-align: bottom;
}

a:link, a:visited {
	color: #015bc0;
	text-decoration: none;
}
a:hover {
	color: #0170F1;
	text-decoration: underline;
}

ul {
	margin: 0px 0px 0px 35px;
	padding: 10px 0px 10px 0px;
}
li {
	padding: 3px 5px 7px 0px;
	list-style-image: url(/images/list.gif);
}


/* header */
#header {
	height: 115px;
	background-color: #002f6d;
	border-bottom: 1px solid White;
	background-image: url(/images/header_bck.jpg);
	background-repeat: repeat-x;
}
#logo {
	background-image: url(/images/praga_bck.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#buttons {
	background-color: #003471;
	background-image: url(/images/buttons_bck.gif);
	background-position: top;
	height: 31px;
}
#buttons td {
	padding: 10px 15px 0px 15px;
	margin: 0px;
	color: White;
	background-image: url(/images/buttons_divider.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#buttons td.active {
	padding: 10px 15px 0px 15px;
	margin: 0px;
	color: White;
	background-image: url(/images/buttons_bck_on.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#buttons a:link, #buttons a:visited, #buttons a:active {
	color: White;
	text-decoration: none;
}
#buttons a:hover {
	color: #FFFFA8;
}

/* footer */
#footer {
	height: 54px;
	background-image: url(/images/footer_bck.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid White;
	color: White;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 7.5pt;
}
#footer div {
	padding-top: 13px;
	padding-left: 15px;
}
#footer_buttons {
	background-color: #003471;
	background-image: url(/images/footer_buttons_bck.gif);
	background-position: top;
	height: 26px;
}
#footer_buttons td {
	padding: 5px 15px 9px 15px;
	margin: 0px;
	color: White;
	background-image: url(/images/footer_buttons_divider.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#footer_buttons td.active {
	padding: 5px 15px 9px 15px;
	margin: 0px;
	color: White;
	background-image: url(/images/footer_buttons_bck_on.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#footer_buttons a:link, #footer_buttons a:visited, #footer_buttons a:active {
	color: White;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 7.5pt;
}
#footer_buttons a:hover {
	color: #FFFFA8;
}


/* body */
#body {
	padding: 30px 30px 40px 30px;
}

.content {
	border-left: 4px solid #e1e1e1;
	border-right: 4px solid #e1e1e1;
	padding: 15px;
}
.content_header {
	margin-bottom: 2px;
}
.content_head {
	font-size: 13.5pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #00609f;
}
.content_head_2 {
	font-size: 13.5pt;
	font-family: Tahoma, Arial, sans-serif;
	color: #0170F1;
}
.content_back {
	background-image: url(/images/content_header_bck.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.content_footer {
	background-image: url(/images/content_footer_bck_bottom.gif);
	background-repeat: repeat-x;
	height: 9px;
	margin-bottom: 20px;
}
.content_footer_left {
	background-image: url(/images/content_footer_bck_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 9px;
	font-size: 3px;
}
.content_footer_right {
	background-image: url(/images/content_footer_bck_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 9px;
	font-size: 3px;
}

.content_catalog {
	border-left: 4px solid #e1e1e1;
	border-right: 4px solid #e1e1e1;
	padding: 10px;
}
.content_catalog a:link, .content_catalog a:visited {
	color: #0170F1;
	text-decoration: none;
	display: block;
	padding-left: 3px;
}
.content_catalog a:hover {
	color: #015BC0;
	text-decoration: underline;
}

.catalog_header {
	background-image: url(/images/catalog_bck.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 2px 3px;
	margin-top: 5px;
}
.catalog_header a:link, .catalog_header a:visited {
	color: #003471;
	text-decoration: none;
	font-size: 10.5pt;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -3px;
	padding: 0px;
}
.catalog_header a:hover {
	color: #015BC0;
	text-decoration: none;
}

.catalog_all {
	background-image: url(/images/catalog_all_bck.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 2px 4px;
	margin-top: 5px;
}
.catalog_all a:link, .catalog_all a:visited {
	color: #0170F1;
	text-decoration: none;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin-top: -3px;
	padding: 0px;
}
.catalog_all a:hover {
	color: #015BC0;
	text-decoration: none;
}

.content_news {
	border-left: 4px solid #e1e1e1;
	border-right: 4px solid #e1e1e1;
}

.content_text {
	border-left: 4px solid #e1e1e1;
	border-right: 4px solid #e1e1e1;
	padding: 15px 20px 15px 20px;
	line-height: 150%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
}
.content_text a:link, .content_text a:visited {
	color: #000000;
	text-decoration: none;
}
.content_text a:hover {
	color: #0170F1;
	text-decoration: underline;
}

.content_gallery {
	border-left: 4px solid #e1e1e1;
	border-right: 4px solid #e1e1e1;
	padding: 30px;
	line-height: 150%;
	text-align: center;
}

.img_top {
	border: 1px solid #cacaca;
	padding: 4px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-top: 5px;
}
.img_active {

	background-color: #FFFFA8;
	padding: 4px;
	margin-bottom: 15px;
	margin-right: 10px;
	margin-top: 5px;
}

a.top:link, a.top:visited {
	color: #003471;
	text-decoration: none;
	font-weight: bold;
	display: block;
	font-size: 9pt;
}
a.top:hover {
	color: #015bc0;
	text-decoration: underline;
}
.top_text {
	line-height: 170%;
	padding-bottom: 15px;
}

.content_news a:link, .content_news a:visited {
	color: #0170F1;
}
.content_news a:hover {
	color: #015BC0;
}

.top_alt {
	color: #015BC0;
	font-weight: bold;
	display: block;
	font-size: 9pt;
}

.small {
	padding: 4px 10px 6px 0px;
	font-size: 8pt;
	margin: 0px;
	line-height: 130%;
}

.small1 {
	padding: 0px 10px 10px 0px;
	font-size: 9pt;
	margin: 0px;
	line-height: 140%;
}

.small2 {
	padding: 4px 10px 6px 0px;
	font-size: 8pt;
	margin: 0px;
	line-height: 130%;
}

li p {
	padding: 3px 10px 5px 0px;
	font-size: 7.5pt;
	margin: 0px;
}
li span {
	color: #959595;
}

#lang {
	float: right;
	color: white;
	font-size: 7.5pt;
	font-family: Tahoma;
	padding: 5px 15px 0px 10px;
	background-image: url(/images/lang_bck.gif);
	width: 97px;
	height: 18px;
}
#lang a:link, #lang a:visited, #lang a:active {
	color: White;
	text-decoration: none;
}
#lang a:hover {
	text-decoration: underline;
	color: #FFFFA8;
}

#gallery {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #CACACA;
	width: 95%
}





/* update for calculator */
.programm {
	background-color: #F7F7F7;
	padding: 15px;
	border-bottom: 1px solid #EEEEEE;
}
.programm_alt {
	background-color: White;
	padding: 15px;
	border-bottom: 1px solid #EEEEEE;
}
.programm_number {
	float: left;
	width: 30px;
	font-size: 15pt;
	color: #4776AD;
	vertical-align: top;
}
.programm_text {
	padding-left: 10px;
	border-left: 1px dotted #A7B7CB;
}
a.programm_link:link, a.programm_link:visited, a.programm_link:active {
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
}
.programm_price {
	font-weight: bold;
	color: Maroon;
	padding-top: 8px;
}
.programm_price del {
	color: #8E9DAA;
	font-weight: normal;
}

.program_header {
	font-size: 13.5pt;
	color: #015BC0;
	padding-bottom: 10px;
}
.total_price {
	font-weight: bold;
	color: Maroon;
	padding-left: 10px;
	width: 80px;
}
.total_text {
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dotted #A7B7CB;
	border-right: 1px dotted #A7B7CB;
}
.total_text_alt {
	border-right: 1px dotted #A7B7CB;
	font-weight: bolder;
	color: Maroon;
}
.total_details {
	font-weight: bold;
	padding-bottom: 10px;
}

.programm_total {
	background-color: #FFFFE3;
	padding: 15px;
	border-bottom: 1px solid #EEEEEE;
}

.topstory {
	font-size:110%;
	min-height:3em;
	_height:3em;
	line-height:1.4em;
}
.topstory img{
	float:left;
	margin:0.1em 0.5em 0 0;
	border:1px solid #a6a6a6
}


.links {
	background-color: #F7F7F7;
	padding: 15px;
	border-bottom: 1px solid #EEEEEE;
}
.links_alt {
	background-color: White;
	padding: 15px;
	border-bottom: 1px solid #EEEEEE;
}
.links_title {
	float: left;
	width: 120px;
	color: #4776AD;
	vertical-align: top;
}
.links_text {
	padding-left: 10px;
	border-left: 1px dotted #A7B7CB;
}
a.links_link:link, a.links_link:visited, a.links_link:active {
	padding-bottom: 5px;
	display: block;
	font-weight: bold;
}
