*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #277018;
}

a:hover {
	text-decoration: none;
	color: #7E7EA2;
}

a:visited {
	color: #277018;
}

body {
	
	
	/*background-position: 100px 100px;*/
	font: 13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #383838;
}
/*dodali smo wrapper, ki nam celotno vsebino zajame in nastavimo na sredino, v html-ju znotraj bodija smo dodali ta nov div */
#wrapper
{
	background: #ffffff url(images/back_all.jpg) repeat-x;
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px;
	border-color: #277018;
}

#content
{
	width: 900px;
	text-align: left;
	/*margin-left: auto;
	margin-right: auto;*/
}


#header {
	height: 322px;
	text-align: left;		
}

#menu
{
width: 900px;
height: 81px;
background: url(images/menu.jpg) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	display: inline; 
}

#menu a {
	float: left;
	width: 120px;
	height: 46px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 20px;
	background: url(images/button.jpg) no-repeat;
	margin-left: 25px;

}

#menu a:hover {
	width: 120px;
    height: 40px;
	color: #277018;
	/*text-decoration: underline;*/
}


#logo {
background: url(images/header.jpg) no-repeat;
/*background-position:right;*/
width: 812px;
height: 223px;
text-align: right;
padding-right: 10px;
/*padding-left: 100px;*/
padding-top: 30px;
}


#logo a {
	text-decoration: none;
	font-style: italic;
	font-size: 36px;
	color: #ffffff;
}
#logo H2 a
{
	font-size: 12px;
	text-transform: none;
}

#logo H6
{
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
}

#left
{
	padding: 10px;
	width: 240px;
	padding-right: 1em;
}

#left H3
{
width: 237px;
height: 45px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.jpg) no-repeat
}

#left ul {
	list-style: none;
}

#left li ul {
	border: 0px;
	margin-left: 40px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #277018;
}
#left a:visited {
	color: #277018;
}

#left p
{
padding: 10px;
}

#right
{
/* float: right; */
width: 450px;
padding-left: 30px;
}

#right ul 
{
	list-style: none;
	margin: 0;
	padding: 0 0 10px 25px;
}

#right ul li
{
	padding-left: 15px;
	background: url(images/small.gif) no-repeat left; 
}
#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #277018;
}

#right a
{
color: #277018;
text-decoration: underline;
}

#right p {
	margin: 0;
	padding: 0 0 10px 20px;
}


#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #277018;
}
.date {
	text-align: right;
	color: #595959;
	font-size: 11px;
}

.date a {
	color: #595959;
}



#footer {
	height: 57px;
	clear: both;
	padding-top: 10px;
	border-top: 4px solid #277018;
	background: url(images/footer.gif) repeat-x
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #277018;
}

#footer a {
	color: #277018;
}

td {
	vertical-align: top;
}

.tabela-td {
	width: 120px;
}

