BODY
{
	margin: 0;
	padding: 0; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size:0.7em;
	text-align:center;
	background:#CEDEFF;
}

div#page
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 789px;
	text-align:left;
	/*border:1px solid black;*/
}

div#top
{
	display: block;
	position: relative;
	width: 789px;
	height: 144px;
	background: url(../images/top.jpg) top center;
	background-repeat: no-repeat;
}

div#left
{
	position: relative;
	width: 200px;
	_height: 337px;
	min-height: 337px;
	float: left;
	background: url(../images/left.jpg) top center no-repeat;
}

div#left_body
{
	_height:300px;
	min-height: 300px;
	background: url(../images/left_body.jpg) top center no-repeat;
	padding-top:130px;
}

div#menu
{
	margin:0px 0px 0px 0px;
	width: 580px;
	_height:20px;
	min-height: 20px;
	background: url(../images/menu.jpg) top left repeat;
}

#victor
{
	display:block;
	position:absolute;
	top:0px;
	left:10px;
	width:175px;
	height:25px;
}

#victor span
{
	display:none;
}

#ard
{
	display:block;
	position:absolute;
	top:30px;
	left:10px;
	width:175px;
	height:20px;
}

#ard span
{
	display:none;
}

#odmeravanie
{
	display:block;
	position:absolute;
	top:60px;
	left:10px;
	width:175px;
	height:20px;
}

#odmeravanie span
{
	display:none;
}

#vertex
{
	display:block;
	position:absolute;
	top:90px;
	left:10px;
	width:175px;
	height:30px;
}

#vertex span
{
	display:none;
}

div#menu_sub
{
	/*width:170px;*/
	padding-bottom:250px;
	background: url(../images/menu_sub.jpg) bottom center no-repeat;
}

div#action_panel
{
	display:none;
	/*border: none;
	position: relative;
	width: 200px;
	_height:300px;
	min-height: 300px;	
	text-align: center;*/
}

div#main
{
	position: relative;
	display:block;
	background: url(../images/main_repeat.jpg) top center repeat-y;
}

div#main_content
{
	position: relative;
	display:block;
	_height: 282px;
	min-height: 282px;
	background: url(../images/main.jpg) top left no-repeat;
}

div#content_body
{
	float: left;
	position: relative;
	display:block;
	width: 580px;
}

div#content_text
{
	_height: 260px;
	min-height: 260px;
	padding: 10px 20px 5px 10px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	background: url(../images/content.jpg) top right no-repeat;
}

div#content_text A
{
	color: blue;
}

div#content_gallery
{

}

div#bottom
{
	width: 789px;
	height: 26px;
	clear: both;
	background: url(../images/bottom.jpg) top left no-repeat;
}

/******************** logo **************************/

a.logo
{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
	height:200px;
}

/*************** languages ****************/

div#languages
{
	position:absolute;
	top: 15px;
	left: 15px;
	display:block;
	padding: 0px 0px 0px 0px;
	text-align:right;
}

div#languages IMG
{
	border:0px;
}

/*************** top_text******************/

div#top_text
{

}

/*************** top_img******************/

div#top_img
{	

}

/**************** top_menu *******************/

div#top_menu
{
	display: none;
}

div#top_menu UL
{
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:5px 10px 0px 0px;
}

div#top_menu UL LI
{
	float: right;
}

div#top_menu A
{
	text-decoration:none;
	color:black;
	font-weight: bold;
	font-size:1.1em;
	margin: 0px 5px 0px 5px;
}

div#top_menu A:visited
{
	text-decoration:none;
}

div#top_menu A:hover
{
	text-decoration:underline;
}

/**************** menu *******************/

div#menu UL
{
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

div#menu UL LI
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style-image: url(../images/list_item.gif);	
	float: left;
}

div#menu A.selected
{
	/*border-left: 1px solid white;
	border-right: 1px solid white;*/
	color: white;
	text-decoration:underline;
	background: url(../images/menu_item.jpg) top right no-repeat;
}

div#menu A
{
	display: block;
	text-decoration:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:1.2em;
	font-weight: bold;
	color: white;
	height:20px;
	float:left;
	background: url(../images/menu_item.jpg) top right no-repeat;
	/*border-left: 1px solid #678A9D;
	border-right: 1px solid #678A9D;*/
}

div#menu A span
{
	padding:0px 10px 0px 5px;
	display:block;
	/*border-right: 2px solid #526E1C;*/
	/*visibility:hidden;*/
}

div#menu A:visited
{

}

div#menu A:hover
{
	/*border-left: 1px solid white;
	border-right: 1px solid white;*/
	color: white;
	text-decoration:underline;
	background: url(../images/menu_item.jpg) top right no-repeat;
}

/**************** menu_sub *******************/

div#menu_sub UL
{
	list-style-image:url(../images/menu_sub_list_item.jpg);
	margin:0px 0px 0px 25px;
	padding:0px 0px 0px 0px;
}

div#menu_sub UL LI
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#menu_sub A.selected
{
	color:#38446A;
	text-decoration:underline;
	background:url(../images/sub_menu_item_hover.gif) top left no-repeat;
}

div#menu_sub A
{
	text-decoration:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:1.1em;
	font-weight: bold;
	text-align: left;
	color: #38446A;
	display: block;
	_width:151px;
	_height:18px;
	min-height:18px;
	min-width:151px;
	background: url(../images/sub_menu_item.gif) top left no-repeat;
}

div#menu_sub A span
{
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div#menu_sub A:visited
{

}

div#menu_sub A:hover
{
	color:#38446A;
	text-decoration:underline;
	background:url(../images/sub_menu_item_hover.gif) top left no-repeat;
}

/*************** action_panel ********************/

div#action_panel H3
{
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	font-size: 150%;
	color: white;

}

.action_panel_item
{
	/*border:1px solid black;*/
	display: block;
	margin-top: 10px;
	color: black;
	text-align: left;
}

/*************** news ********************/
div#news
{
	
}

#dtlNews
{
	width:80%;
}

div#news_bar
{
	width: 180px;
	display: block;
	padding: 0px 0px 0px 15px;
}

.news_bar_odd
{
	display:block;
	/*border-bottom:1px solid #559FBC;	*/
}

.news_bar_even
{
	display:block;
	/*border-bottom:1px solid #559FBC;	*/
}

.news_odd
{
	display:block;
	border-bottom:1px solid #559FBC;
	padding:5px;
}

.news_even
{
	display:block;
	border-bottom:1px solid #559FBC;
	padding:5px;	
}

DIV#news HR
{
	display:none;
}

.news_title
{
	padding:5px;
	border-bottom:1px solid black;
}

.news_title A:link
{
	color:#0590C8;
	text-decoration:none;
	font-weight:bold;
}

.news_title A:visited
{
	color:#0590C8;
	font-weight:bold;
	text-decoration:underline;
}

.news_title A:hover
{
	color:#0590C8;
	font-weight:bold;
	text-decoration:underline;
}

div#action_panel div#news_bar A
{
	text-decoration:none;
	font-size:1.2em;
	font-weight: bold;
	text-align: left;
	display:block;
	padding:3px;
	color: red;
}

div#action_panel div#news_bar A.news_archive
{
	color:black;
}

div#action_panel div#news_bar A:hover
{
	text-decoration: underline;	
}



/*************** path ********************/

div.path_top
{
	display:block;
	position:relative;
	/*background-color: black;
	color:white;*/
	top:0px;	
	left:0px;
	width: 780px;
	height: 15px;
}

div.path_top UL
{
	list-style:none;
	margin:0px;
	padding:0px;	
}

div.path_top UL LI
{
	float:left;
	padding-right:5px;	
}

div.path_top A
{
	text-decoration:none;
	/*color:white;*/
	font-size:1.0em;
}

div.path_top A:visited
{
	text-decoration:none;
}

div.path_top A:hover
{
	text-decoration: underline;
}

div.path_bottom
{
	color:Black;
	display:block;
	position:absolute;
	bottom:5px;	
	left:0px;
}

div.path_bottom UL
{
	list-style:none;
	margin:0px;
	padding:0px;	
}

div.path_bottom UL LI
{
	float:left;
	padding-left:10px;	
}

div.path_bottom A
{
	text-decoration:none;
	color:black;
	font-size:1.0em;
}

div.path_bottom A:visited
{
	text-decoration:none;
	color: White;
}

div.path_bottom A:hover
{
	color: White;
}

/*************** headers *******************/

H1
{
	display:none;
}

H2
{
	/*position:absolute;
	left:220px;
	bottom:0px;
	display: block;*/
	height: 32px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #3E4689;
	font-size:1.7em;
	/*font-style: italic;*/
	text-align:left;
	background: url(../images/h2.jpg) bottom left no-repeat;
}

H3
{
	font-size:110%;
}

H4
{
	font-size:110%;
}

H5
{
	font-size:110%;
}

/*************content_gallery**************/

/*IMG#imgContenetGalleryPreview*/

.gallerypreview
{
	/*position: absolute;
	top: 100px;
	right: 35px;
	width: 260px;
	height: 220px;*/
}

/********* allweb ************/
div#allweb
{

}

div#allweb A
{
	display: block;
	font-weight:bold;
	color: black;
	text-decoration:none;
	text-align: center;
	padding: 10px 10px 0px 10px;
}

/******************* other **********************/

a#aktuality
{
	display:block;
	position:absolute;
	top:27px;
	right:5px;
	height:25px;
	width:70px;
}

a#kontakty
{
	display:block;
	position:absolute;
	top:57px;
	right:5px;
	height:25px;
	width:70px;
}
	
span#lblMessages
{
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}


.nodisplay
{
	display:none;
	visibility:hidden;
}

A:link 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	color : #3C463C;
}

A:visited 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	color : #3C463C;
}

A:hover 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	color : #3C463C;
}

.none
{
	display:none;
}

IMG
{
	border: 0;
	border-color: #E2231A;
	border-style: solid;
}

/*div#panMap UL:first-child
{
	padding:0px 0px 0px 20px;
}

div#panMap UL
{
	padding: 5px 0px 5px 20px;
}*/

div#panMap UL
{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:inline;
}

div#panMap UL LI
{	
	padding: 0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
}

div#panMap UL LI A:link
{	
	text-decoration: none;		
}

div#panMap UL LI A:visited
{	
	text-decoration: none;	
}

div#panMap UL LI A:hover
{	
	text-decoration: underline;
}


HR.content
{
	height:1px;
	width:99%;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.clear
{
	clear: both;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

TABLE
{
	/*border:1px solid black;*/
}
TD
{
	/*text-align: left;*/
	padding:5px;
}

A.galeria
{
	font-size:110%;
	font-weight: bold;
}

A.foto
{
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
	
}

.submit
{
	border:1px solid #567CAD;
	background: white;
}

.input_small
{
	width:20px;
}	

.input_big
{
	width:200px;
}	

TEXTAREA
{
		width: 200px;
		height: 50px;
}



.smaller
{
	font-size:90%;
}
.bigger
{
	font-size:110%;
}
.small
{
	font-size:70%;
}
.big
{
	font-size:120%;
}
.nadpis
{
	font-size:110%;
	font-weight:bold;
}

/********* eshop cart*************/
.eshop_cart TD
{
	border:1px solid black;
	text-align:center;
	
}