﻿/*AgitoInternetSearchBox*/
.ms-sbtext {
	display:none;
}
.ms-sbplain {
	background-color:#cccccc !important;
	width:153px !important;
	height:14px !important;
	padding-left:3px;
	padding-right:3px;
}
.ms-sbcell {
	border:0 !important;
	border-color:#ffffff !important;
	padding:0 !important;
	margin:0 !important;
}
.ms-sbgo {
	border:0 !important;
	background-color:#ffffff !important;
	width:45px;
	text-align:center;
}
.ms-sbLastcell
{
	display:none !important;
}
/*END AgitoInternetSearchBox*/
/*styleAgitoInternetTopNav*/
table.AgitoInternet-topNavItem {
	background-image:url('/_layouts/images/AgitoInternet/TopNav_ButtonBackground.gif');
	background-repeat:repeat-x;
	height:26px;
	text-align:center;
}
.AgitoInternet-topNavItem {
	height:26px;
	text-align:center;
}
table.AgitoInternet-topNavHover {
	background-image:url('/_layouts/images/AgitoInternet/TopNav_ButtonBackgroundDark.gif');
}
a.AgitoInternet-topNavItem {
	background-image:none;
	text-align:center;
	padding-top:5px;
	width:100% !important;
	color:#5C5C5C;
	font-weight:500 !IMPORTANT;
	font-size:10pt !IMPORTANT;
}
a.AgitoInternet-topNavItem:visited {
	background-image:none;
	text-align:center;
	padding-top:5px;
	width:100% !important;
	color:#5C5C5C;
	font-weight:500 !IMPORTANT;
	font-size:10pt !IMPORTANT;
}
.AgitoInternet-topNavHover a {
	color:#5C5C5C !IMPORTANT;
	font-weight:500 !IMPORTANT;
}
.AgitoInternet-topNavHover a:active {
	color:#5C5C5C !IMPORTANT;
	font-weight:500 !IMPORTANT;
}
.AgitoInternet-topNavHover a:visited {
	color:#5C5C5C !IMPORTANT;
	font-weight:500 !IMPORTANT;
}
table.AgitoInternet-topNav {
	width:100%;
}
table.AgitoInternet-TopNavHolder {
	width:100%;
}
td.AgitoInternet-TopNavHolderCenterCell a img {
	position:absolute;
}
.AgitoInternet-TopNavHolderLeftCell {
	width:14px;
}
.AgitoInternet-TopNavHolderRightCell {
	width:14px;
}
.AgitoInternet-topNav tr td {
	width:155px;
}
table.AgitoInternet-topNavSelected {
	background-image:url('/_layouts/images/AgitoInternet/TopNav_ButtonBackgroundDark.gif');
}
#zz1_GlobalNavn0 table.AgitoInternet-topNavSelected {
	background-image:url('/_layouts/images/AgitoInternet/topMeniLeftOver.gif') !important;
	background-repeat:no-repeat !important;
	background-position:left !important;
}
#zz1_GlobalNavn4 table.AgitoInternet-topNavSelected {
	background-image:url('/_layouts/images/AgitoInternet/topMeniRightOver.gif') !important;
	background-repeat:no-repeat !important;
	background-position:right !important;
}
#zz1_GlobalNavn4 table {
	background-image:url('/_layouts/images/AgitoInternet/topMeniRight.gif') !important;
	background-repeat:no-repeat !important;
	background-position:right;
}
#zz1_GlobalNavn4  {
	background-image:url('/_layouts/images/AgitoInternet/topMeniRight.gif') !important;
	background-repeat:no-repeat !important;
	background-position:right;
}
#zz1_GlobalNavn4 table.AgitoInternet-topNavHover {
	background-image:url('/_layouts/images/AgitoInternet/topMeniRightOver.gif') !important;
	background-repeat:no-repeat !important;
	background-position:right !important;
}


#zz1_GlobalNavn0 table
{
	background-image:url('/_layouts/images/AgitoInternet/topMeniLeft.gif') !important;
	background-repeat:no-repeat !important;
	background-position:left !important;
}
#zz1_GlobalNavn0
{
	background-image:url('/_layouts/images/AgitoInternet/topMeniLeft.gif') !important;
	background-repeat:no-repeat !important;
	background-position:left !important;
}
#zz1_GlobalNavn0 table.AgitoInternet-topNavHover
{
	background-image:url('/_layouts/images/AgitoInternet/topMeniLeftOver.gif') !important;
	background-repeat:no-repeat !important;
	background-position:left !important;
}
/*END styleAgitoInternetTopNav*/
/*ThickBox*/
/*global settings needed for thickbox*/
*{padding: 0; margin: 0;}
/*thickbox specific link and font settings*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/*thickbox settings*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	top:50%;
	left:50%;
	text-align:center;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 0 15px 15px 15px;
	border:none;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
	display:none;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	text-align:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
/*END ThickBox*/
/*AgitoInternetCustomChangedStyles*/
body {
	font-family: Verdana !important;
	font-size: 12px !important;
	line-height: 16px !important;
	color:#000000 !important;
	margin:0 !important;
	margin-top:20px !important;
	padding: 0px !important;
	background-color:#8a8571 !important;
	background-image:url(ozadje1.jpg) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-position:top !important;
}
.body_bgnd {
	background-color:#ffffff;
	background-repeat:repeat-x;
}
h1 {
	font-family: Verdana;
	font-size: 20px;
	line-height: 25px;
	color: #b6252c;
}
.besedilo {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color:#333333;
}
.povezava_10 {
	font-family: Verdana;
	font-size: 9px;
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}
.povezava_10:visited {
	color: #666666;
	font-size: 9px;
	color:#666666;
	text-decoration: none;
	font-weight: normal;
}
.povezava_10:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #b4102c;
	text-decoration: none;
	font-weight: normal;
}
.lbAction {
	font-family: Verdana;
	font-size: 11px;
	color: #b4102c;
	text-decoration: none;
	font-weight: normal;
}
.lbAction:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.povezava {
	font-family: Verdana;
	font-size: 11px;
	color: #b4102c;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
}
.povezava:hover {
	font-family: Verdana;
	font-size: 11px;
	color:#666666;
	font-weight: normal;
	text-decoration: none;
}
td {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.date {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	line-height: normal;
}
.lbOn {
	font-family: Verdana;
	font-size: 10px;
	color:#F3F3F3;
	text-decoration: none;
}
.lbOn:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #b4102c;
	text-decoration: none;
}
.footer {
	font-family: Verdana;
	font-size: 10px;
	color: #cecece;
}
.footer_link {
	font-family: Verdana;
	font-size: 10px;
	color:#F3F3F3;
	text-decoration: none;
}
a.footer_link:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #F3F3F3;
	text-decoration: none;
	font-weight:normal;
}

a {	
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
.tableHeight {
  min-height:720px;
  height:720px;
}
.tableBesediloHeight {
  min-height:500px;
  height:500px;
}
.whiteTopLeft{
 	width:257px;
}
td.whiteTopLeft{
	padding-top:25px;
	vertical-align:top;
}
.greyLeft{
	width:270px;
}
.greyRight{
	width:470px;
}
.greyRightInner{
	margin-left:5px;
	width:470px;
}
#AgitoInternet-MainDivElement {
	overflow:auto;
	width:800px;
}
.spacerTD{
	font-size:3px;
}
.imgLeviZgoraj{
	vertical-align:top; height:8px; width:11px;
}
.imgDesniZgoraj{
	vertical-align:bottom; height:8px; width:7px;
}
.ms-MenuUILarge{
	z-index:300 !important;
}
.msomenuid15{
	z-index:300 !important;
}
.ms-MenuUIPopupBody{
	z-index:300 !important;
}
.ms-MenuUIItemTableCell{
	z-index:300 !important;
}
.flashMovie{
	width:478px;
	height:202px;
}
.cadringImage{
	width:163px;
	height:142px;
}

.leftUnderDescription{
	width:155px;
}
.underNavigationText{
	padding:35 15 0 30;
}
/*Style for headings*/
h1 
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #b6252c;
}
h2
{
	font-family: Verdana;
	font-size: 16px;
	color: #b6252c;
	font-weight:bold;
	line-height: 18px;
	margin-bottom:0px;
	padding-bottom:12px;
}
h3 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#808080;
	line-height: 18px;
	margin-bottom:0px;
	padding-bottom:7px;
}
h4
{
	font-family: Verdana;
	font-size: 14px;
	color: #b6252c;
	font-weight:normal;
	line-height: 16px;
	margin-bottom:0px;
	padding-bottom:12px;
}
/*End Style for headings*/

/*Default lists settings ul ol*/
ul{
	list-style-image:url(black_dot_bullet.gif);
	list-style-position:outside;
	list-style-type:disc;
	margin-left:25px;
	color:#333333;
}
ol{
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:25px;
	color:#333333;
}
/*end default lists settings ul ol*/
.ms-rteCustom-h1_red {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	color: #b6252c;
}
.ms-rteCustom-h2_red {
	font-family: Verdana;
	font-size: 16px;
	color: #b6252c;
	font-weight:bold;
	line-height: 18px;
	margin-bottom:0px;
	padding-bottom:12px;
}
.ms-rteCustom-h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#808080;
	line-height: 18px;
	margin-bottom:0px;
	padding-bottom:7px;
}
.ms-rteCustom-h4_red{
	font-family: Verdana;
	font-size: 14px;
	color: #b6252c;
	font-weight:normal;
	line-height: 16px;
	margin-bottom:0px;
	padding-bottom:12px;
}
.ms-rteCustom-besedilo {
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	color:#333333;
}
.ms-rteCustom-citat{
	font-style:italic;
}
.ms-rteCustom-povezava {
	color: #b4102c;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
}
.ms-rteCustom-povezava:hover {
	color: #666666;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
}
.ms-rteCustom-povezava:visited {
	color: #b4102c;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
}
.ms-rteCustom-povezavaArrow {
	color: #b4102c;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
	background-image:url(puscica.gif);
	background-position:right;
	padding-right:12px;
	background-repeat:no-repeat;
}
.ms-rteCustom-povezavaArrow:hover {
	color: #666666;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
	background-image:url(puscica.gif);
	background-position:right;
	padding-right:12px;
	background-repeat:no-repeat;
}
.ms-rteCustom-povezavaArrow:visited {
	color: #b4102c;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
	background-image:url(puscica.gif);
	background-position:right;
	padding-right:12px;
	background-repeat:no-repeat;
}
ul.ms-rteCustom-seznamPike{
	list-style-image:url(black_dot_bullet.gif);
	list-style-position:outside;
	list-style-type:disc;
	margin-left:25px;
	color:#333333;
}
ul.ms-rteCustom-seznamObrocki{
	list-style-image:url(black_ring_bullet.gif);
	list-style-position:outside;
	list-style-type:disc;
	margin-left:25px;
	color:#333333;
}
ul.ms-rteCustom-seznamLinkov{
	list-style-image:url(puscica.gif);
	list-style-position:outside;
	list-style-type:disc;
}
.ms-rteCustom-seznamLinkov li a{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
}
.ms-rteCustom-seznamLinkov li a:visited{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
}
.ms-rteCustom-seznamLinkov li a:hover{
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none; color: #b4102c;
	font-weight: normal;
}
ul.ms-rteCustom-seznamArrowDown{
	list-style-image:url(arrow-down.gif);
	list-style-position:outside;
	list-style-type:disc;
}
.ms-rteCustom-popupImage{
	cursor:hand;
}
ul.ms-rteCustom-seznamSmallSpaceBullet{
	list-style-image:url(empty.gif);
	list-style-position:outside;
	list-style-type:none;
	margin-left:2px;
	color:#333333;
	padding:0;	
	display:block;
}
ul.ms-rteCustom-seznamSmallSpaceBullet li{
	background-image:url(black_dot_bullet_smallSpace.gif);
	background-position:0px 2px;
	background-repeat:no-repeat;
	margin:0px;
	padding-left:8px;
	display:block;
}

/*end of custom changes*/
/* Variation chooser */
.AgitoInternet-VariationChooser TD{
	color:#b4102c;
	padding-left:3px;
	font-size:9px;
}
a.AgitoInternet-VariationChooserItem span{
	color:#b4102c;
	font-size:9px;
}
td.povezava_10{
	color:#666666;
	font-size:9px;
}
/* END Variation chooser */
/* Moving inline styles to CSS */
.AgitoInternet-MainTable{
	width:100%;
	border:none;
	height:100%;
}
.AgitoInternet-MainInnerContentTable{
	width:100%;
	border:none;
}
.AgitoInternet-HeaderCellHolder{
	width:100%;
}
.AgitoInternet-HeaderTable{
	width:100%;
	border:none;
}
.AgitoInternet-TopHeaderLineTable{
	width:100%;
	border:none;
	background-color:white;
}
.AgitoInternet-TopHeaderlineLeftCell{
	vertical-align:top;
	width:11px;
}
.AgitoInternet-TopHeaderlineMiddleCell{
	vertical-align:top;
	background-color:white;
}
.AgitoInternet-TopHeaderlineRightCell{
	width:7px;
	vertical-align:top;
}
.AgitoInternetTopHeaderLineRightImage{
	vertical-align:top;
	height:8px;
	width:7px;
}
.AgitoInternet-LanguageBarCell{
	padding-top:6px;
	height:15px;
}
.AgitoInternet-MiddleHeaderHolderCell{
	background-color:#FFFFFF;
	vertical-align:top;
	padding-top:10px;
}
.AgitoInternet-MiddleHeaderLineTable{
	width:100%;
	border:nine;
}
.AgitoInternet-MiddleHeaderLogoCell{
	vertical-align:top;
	width:194px;
	height:90px;
}
.AgitoInternet-MiddleHeaderLogoImage{
	width:194px;
	height:90px;
	border:none;
}
.AgitoInternet-MiddleHeaderTopRightCell{
	background-color:#FFFFFF;
	vertical-align:top;
	height:100%;
}
.AgitoInternet-MiddleHeaderTopRightTable{
	width:198px;
	height:50px;
	border:none;
}
.AgitoInternet-CommonLinksHolderCelll{
	width:195px;
	height:24px;
	vertical-align:bottom;
	padding-left:2px;
}
.AgitoInternet-SearchHolderCell{
	vertical-align:bottom;
	height:14px;
}
.AgitoInternet-SearchHolderTable{
	height:14px;
	border:none;
}
.AgitoInternetHeader-RightEmptyCell{
	background-color:#FFFFFF;
	width:25px;
}
.AgitoInternetHeader-LowerHeaderEmptyRow{
	background-color:#FFFFFF;
}
.AgitoInternet-TopNavHolderTable{
	background-color:#FFFFFF;
	width:100%;
	border:none;
}
.AgitoInternet-MainContentTable{
	border:none;
	width:100%;
	
}
.AgitoInternet-LeftContentHolderCell{
	background-color:#FFFFFF;
	width:225px;
	vertical-align:top;
}
.AgitoInternet-LeftContentMainTable{
	width:100%;
	height:100%;
	border:none;
}
.AgitoInternet-LeftContentTopLine{
	height:10px;
}
.AgitoInternet-LeftNavHolderCell{
	background-color:#FFFFFF;
	vertical-align:top;
	height:172px;
}
.AgitoInternet-LeftNavParentTableHolder{
	height:150px;
	width:13%;
}
.AgitoInternet-LeftNavCell{
	vertical-align:top;
	background-color:#FFFFFF;
}
.AgitoInternet-LeftNavInnerTable{
	background-color:#FFFFFF;
	width:13%;
	border:none;
}
.AgitoInternet-LeftNavInnertopEmptyLine{
	height:30px;
}
.AgitoInternet-LeftContentEmptyLine{
	height:100%;
}
.AgitoInternet-MainContentHolderCell{
	width:575px;
	vertical-align:top;
}
.AgitoInternet-MainContentTable{
	background-color:#FFFFFF;
	border:none;
}
.AgitoInternet-MainContentInnerTable{
	border:none;
	width:575px;
}
.AgitoInternet-MainContentLeftEmptyCell{
	height:100%;
	vertical-align:top;
	width:20px;
	background-position:0 0;
	background-image:url(crta_vsebina.gif);
	background-repeat:repeat-y;
}
.AgitoInternet-MainContentLeftEmptyTopCellDiv{
	height:20px;
	background-color:white;
}
.AgitoInternet-MainContentLeftEmptyTable{
	width:100%;
	height:100%;
	border:none;
}
.AgitoInternet-MainContentLeftEmptyLineCell{
	height:100%;

	background-position:0 0;
	background-image:url(crta_vsebina.gif);
	background-repeat:repeat-y;
	width:18px; 
}
.AgitoInternet-MainContentLeftEmptyLineImage{
}
.AgitoInternet-InnerMainContentAndBreadcrubCell{
	width:550px;
}
.AgitoInternet-InnerMainContentAndBreadcrubTable{
	border:none;
	width:100%;
}
.AgitoInternet-MainContentAfterBreadcrumbEmptyLine{
	height:20px;
}
.AgitoInternet-TitleCell{
	height:30px;
	vertical-align:bottom;
}
.AgitoInternet-MainContentAfterTitleEmptyLine{
	height:13px;
}
/* END Moving inline styles to CSS */
.AgitoInternet-MainContentAfterBreadcrumbEmptyLine
{
	display:none;
}
/*END AgitoInternetCustomChangedStyles*/
/*AgitoInternetContentPage*/
.imgDesniSpodnjiRob{
	vertical-align:bottom; height:6px; width:7px;
}
.imgSivZgoraj{
	vertical-align:top; text-align:left;
}
.imgSivSpodaj{
	vertical-align:bottom; text-align:left;
}
.imgPageLevoZgoraj{
	vertical-align:top; height:8px; width:11px;
}
.tdimgPageLevoZgoraj{
	width:23px;
}
.imgPageDesnoZgoraj{
	vertical-align:top; height:8px; width:7px;
}
.tdimgPageDesnoZgoraj{
	background-color:none;
	width:26px;
	vertical-align:top;
	padding:0;
}
.whiteBottomLeftAndRight{
	width:166px;
	text-align:center;
	vertical-align:middle;
}
.whiteBottomMiddle{
	width:380px;
	text-align:left;
	vertical-align:middle;
}
.whiteMiddleLine{
	width:20px;
	padding:10 0 10 0;
	vertical-align:middle;
	text-align:center;
}
.placeUnderTopNavigation{
	width:100%;
	border-color:none;
	padding-bottom:10px;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;

}
.webpartUnderTopNavigation{
	width:760px;
}
.imgPageLeviSpodnjiRob{
	vertical-align:bottom; height:6px; width:11px;
}
.titleImagePlaceholder{
}
/*END AgitoInternetContentPage*/
/*AgitoInternetSitemap*/
li.AgitoInternet-SiteMap_Bullet{
	list-style-image:url(black_dot_bullet.gif);
	list-style-position:outside;
	list-style-type:disc;
	margin-left:25px;
	color:#333333;
}

li.AgitoInternet-SiteMap_Bullet a{
	font-family: Verdana !IMPORTANT;
	font-size: 12px !IMPORTANT;
	line-height: 16px !IMPORTANT;
	color:#333333 !IMPORTANT;
	text-decoration:none !IMPORTANT;	
}
div.AgitoInternet-SitemapGroup{
	font-family: Verdana;
	font-size: 16px;
	color: #b6252c;
	font-weight:normal;
	line-height: 19px;
	margin-bottom:0px;
	padding-bottom:4px;
	padding-top:12px;
}
/*END AgitoInternetSitemap*/
