/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 { font-family: verdana, arial; font-size: 11px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

BODY {	
	margin: 0 0;
	background-image: url(podloga.gif);
	background-repeat: repeat
}

A { text-decoration: none; }

IMG {border: none;}

H1 { font-size: 15px; }

H2 { font-size: 13px; }

/* Main NAV */

#main-nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: black;
	width: 753px;
	clear: both;
}
#main-nav  a {
	color: #336699;
	text-decoration: none;
/*
	float: left;
	padding: 0 15px 0 13px; */
}

/* Content column */
TD#content {
	table-layout: fixed;
	word-wrap: break-word;
	text-align: justify;
	max-width: 500px;

}

a.link:link { 
		color: black;
		text-decoration: none;
}
a.link:visited  { 
		  color: black; 
		  text-decoration: none;
}
a.link:active { 
		color: black;
		text-decoration: none;
}

/* Menu 1 column */
TD#menu_1 {	
	table-layout: fixed;	
	max-width: 150px;
	word-wrap: break-word;
	table-layout: fixed; 
	background: url(../images/top_a3.png) no-repeat white;
}

TD#menu_1 DIV 		{ width: 95%;}
TD#menu_1 DIV A 	{ color: navy;	text-decoration: none; 	}
TD#menu_1 DIV A:hover 	{ text-decoration: underline;	}
TD#menu_1 DIV.menu1-level1-no  { font: 11px; 			padding-top:3px;  	padding-left:10px;  }
TD#menu_1 DIV.menu1-level1-act { font: 11px; font-weight: bold; padding-top:3px;  	padding-left:10px;  }
TD#menu_1 DIV.menu1-level2-no  { font: 10px;  						padding-left:10px;  }
TD#menu_1 DIV.menu1-level2-act { font: 11px; font-weight: bold; 			padding-left10px;  }
TD#menu_1 DIV.menu1-level3-no  { font: 10px;                                            padding-left:20px; }
TD#menu_1 DIV.menu1-level3-act { font: 11px; font-weight: bold;  			padding-left:10px; }

TD#menu_2 { 
	text-decoration: none;
	font: 51px;
	font-weight: bold;
	word-wrap: break-word;
	text-align: center;
}
