
@media screen{

#mainMenu .submenu {
	background-color: #B8D9C5;
}

#mainMenu .submenu a{
	color: Black;
	text-decoration: none;
}

#lead{
	background-image: url(pic/bckg_lead_storitve.gif);
}


#leadContainerHome, #leadHome{
	background-image: url(pic/bckg_home_storitve.gif); 
	background-color: #71B48C;
}

#lead H1{
	color: #54A075;
}

#example img{
	border: 3px solid #54A075;
}


#navlist .orderedItem, #navlist .orderedItemCur{
	padding: 0 5px;
	padding-top: 6px;
	margin-right: 6px;
	float: left;
	width: 77px;
	height: 44px;
	background-image: url(pic/bckg_tab7.gif);
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 100%;
	text-decoration: none;
	font-weight: normal;
	list-style: inside;
	width/**/:/**/ 67px;
	height/**/:/**/ 38px;
}

#navlist .orderedItem:hover{
	background-image: url(pic/bckg_tab_hover7.gif);
	background-repeat: no-repeat;
}

#navlist .orderedItemCur {
 	background-image: url(pic/bckg_tab_act.jpg);
	background-repeat: no-repeat;
	z-index:999;
	position: relative;
}


#navlist .orderedItemCur, #navlist .orderedItemCur li a, #navlist .orderedItemCur li a:visited{
 	color: #5E6A7B; text-decoration: none;
}

#content, #contentContainer{
	padding: 10px;
	border-top: 1px solid #CCCCCC;
	margin-top: 0px;
	z-index:500;
	background-color: white;
	clear: both;
	top: -1px;  
	left: 0px;
	position: relative;
}

#contentContainer{
	display:block;
	margin-bottom: 15px;
	background-image: none;
	overflow: hidden;
	height: 530px;	
	width: 575px;

}

html>body #contentContainer{
	height: auto;
	min-height: 530px;
}

H1{
	color: #54A075;
}

H2{
	color: #54A075;
}

H1 A, H2 A{
	color: #54A075;
}

div.tx-contentwrapper_style1{
	border: 1px solid #54A075;
}


}