/* CSS Document */

A:link,  A:visited{
	color: #FFAA00;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

TD, TH {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 130%;
}


BODY {
	margin: 0px;
	background-color: #262311;
	background-image: url(/images/page_bg.gif);
	background-repeat: repeat-x;
}


BODY.popup {
	margin: 0px;
}

HR {
	height: 1px;
	color: #E0E0E0;
	background-color: #E0E0E0;
	border: 0px;
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

UL {
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
}	

LI {
	margin-left: 15px;
	padding: 0px;
}

H1 {
	font-size: 16px;
	font-weight: bold;
	margin:5px 0 10px;
	padding:0;	
}

H2 {
	font-size: 14px;
	font-weight: bold;
	margin:5px 0 10px
	padding:0;	
}

H3 {
	font-size: 12px;
	font-weight: bold;
	margin:5px 0 10px;
	padding:0;	
}

H6 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

H6 A:link, H6 A:visited {
	color: #666666;
}

IMG.frameLight2 {
	border: 2px solid #DDDDDD;
	margin-right: 10px;
	float: left;
}


.contentBG {
	background-color: #34342C;
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
}

#layoutTBL {
	border-left: 5px solid #171510;
	border-right: 5px solid #171510;
}

.headerTopBg {
	background-image: url(/images/header_top.jpg);
	background-repeat: no-repeat;
}

.headerDivider {
	background-image: url(/images/header_divider.jpg);
	background-repeat: no-repeat;
}

#lang {
	color: #EEE;
	margin-top: 10px;
	margin-right: 1px;
	float: right;
}

#lang IMG {
	border: 1px solid #EEE;
	margin-right: 5px;
}

#headerDown {
	color: #EEE;
	font-size: 11px;
	margin-left: 14px;
	float: left;
}

.rubrikaBG {
	background-image: url(/images/content_title.gif);
	background-repeat: no-repeat;
}

#rubrika {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: 34px;
	margin-top: 24px;
}

.contentPadd {
	padding-left: 34px;
	padding-right: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	display:block;
	float:left;
}

.tblProizvodi {
	border-collapse: collapse;
	border: 1px solid #CCC;
}

.tblProizvodi TD {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #BBB;
	padding: 5px 2px 5px 3px;
}

.tblProizvodi TD P {
	margin: 0px;
	padding: 0px;
}

.tblProizvodi .tblHeader {
	background-color: #000000;
}



.footerContactBg {
	background-image: url(/images/footer_contact.jpg);
	background-repeat: no-repeat;
}

#footerContact {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 17px;
	margin-left: 100px;
}


#toTop {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}

#toTop A:link, #toTop A:visited {
	color: #FFFFFF;
	text-decoration: none; 
}

.footerLinksBg {
	background-image: url(/images/footer_links.jpg);
	background-repeat: no-repeat;
}

#footerLinks {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-left: 15px;
	float: left;
}

#footerLinks A:link, #footerLinks A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

#copyright {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	margin-right: 100px;
	line-height: normal;
	text-align: right;
}


/*  menu style */

#menuDiv {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
	background-color: #1F1E1D;
	padding: 6px 6px 1px 6px;
}

#menuElem {
  	width: 180px; 
 	margin: 0; 
 	padding: 0; 
  	list-style: none; 
}
 
#menuElem A {
	font-size: 11px;
	color: #fff;
    text-decoration: none;
  	display: block;
 	width: 180px;
  	height: 17px;
	background-image: url(/images/menu_btn.gif);
	background-repeat: no-repeat;
	background-position: left;
 	line-height: 15px;
  	text-indent: 22px;
	margin-bottom: 5px;
}

#menuElem A:link, #menuElem A:visited {
	color: #fff;
}
 
#menuElem A:hover {
    text-decoration: none;
	 background-position: right;
}

/* submenu */
#menuElem A.submenu { 
  	background: URL(~/images/menu_btn.gif);
  	text-indent: 30px;
}

#menuElemA.submenu:link, #menuElem A.submenu:visited {
	color: #fff;
}
 
#menuElem A.submenu:hover {

	 background-position: right;
}

 
#menuElem li.title {
	font-size: 10px;
	color: #fff;
  	display: block;
 	width: 180px;
  	height: 17px;
  	background: URL(~/images/menu_title.gif);
	background-repeat: no-repeat;
	background-position: left;
 	line-height: 15px;
  	text-indent: 22px;
	margin: 0px;
	padding: 0px;
} 

 
#menuElem li {
  	background:transparent URL(~/images/menu_btn.gif) no-repeat scroll left top;
 	display: inline; /* Removes gaps in IE/WIN */
}

/* -- */



.alignLeft {
	float: left;
}

.clearRight {
	clear: right;
}

.clearLeft {
	clear: left;
}

.clearMargin {
	margin:0px;
}

IMG.space {
	margin-bottom: 15px;
	margin-right: 10px;
}

IMG.frameLight {
	border: 2px solid #FFFFFF;
}

IMG.frameLight2 {
	border: 2px solid #DDDDDD;
}

IMG.frameDark {
	border: 2px solid #000000;
	margin-top: 5px;
	margin-bottom: 15px;
}

/* -- */



/*** FORM ***/

FORM {
	margin: 0px;
}

INPUT.text {
	height: 20px;
}

SELECT, INPUT, TEXTAREA {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
} 

INPUT.text, TEXTAREA {
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding: 2px;
	width: 200px;
}


INPUT.submit {
	background-color: #FE780C;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	width: 72px;
	height: 20px;
}

INPUT.reset {
	background-color: #316597;
	border: 0px solid #FFFFFF;
	color: #FFFFFF;
	width: 72px;
	height: 20px;

}

/*#		Menu		#*/

.CMSTreeMenuItem, .CMSTreeMenuSelectedItem {
	font-size:0;
	margin:0;
	padding:0;
}

.CMSTreeMenuTable {
	margin:0;
	padding:0;
	width:180px;
}

.CMSTreeMenuItem A {
	font-size: 11px;
	color: #fff;
    	text-decoration: none;
  	display: block;
 	width: 180px;
  	height: 17px;
	background-image: url(/images/menu_btn.gif);
	background-repeat: no-repeat;
	background-position: left;
 	line-height: 15px;
  	text-indent: 32px;
	margin-bottom: 5px;
}

.CMSTreeMenuItem A:link, .CMSTreeMenuItem A:visited {
	color: #fff;
}
 
.CMSTreeMenuItem A:hover {
    text-decoration: none;
	 background-position: right;
}


.CMSTreeMenuSelectedItem A {
	font-size: 11px;
	color: #fff;
    	text-decoration: none;
  	display: block;
 	width: 180px;
  	height: 17px;
	background-image: url(/images/menu_btn.gif);	
	background-repeat: no-repeat;
	background-position: left;
 	line-height: 15px;
  	text-indent: 32px;
	margin-bottom: 5px;
}

.CMSTreeMenuSelectedItem A:link, .CMSTreeMenuSelectedItem A:visited {
	color: #fff;
}
 
.CMSTreeMenuSelectedItem A:hover {
    	text-decoration: none;
	background-position: right;
}

.CMSTreeMenuNestedTable A {
	font-size: 11px;
	color: #fff;
    	text-decoration: none;
  	display: block;
 	width: 180px;
  	height: 17px;
	background-color:#222222;
	background-repeat: no-repeat;
	background-position: left;
 	line-height: 15px;
  	text-indent: 32px;
	margin-bottom: 5px;
	background-image:none;
}

.CMSTreeMenuNestedTable A:link, .CMSTreeMenuNestedTable A:visited {
	color: #fff;
}
 
.CMSTreeMenuNestedTable A:hover {
	text-decoration: none;
	background-position: right;
	color:#FFAA00;
}

/*#		News		#*/

.NewsContailer {
	display:block;
	float:left;
	margin-bottom:10px;
	width:480px;
}
.NewsContailer img {
	border:2px solid #DDDDDD;
	float:left;
	margin:2px 7px 0 0;
}

.NewsSummary {

}

.ClearBoth, .clear {
	background:transparent none repeat scroll 0%;
	border:medium none;
	clear:both;
	font-size:0.1px;
	height:1px;
	margin:-1px 0pt 0pt;
	padding:0pt;
}















