body table, td {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.logo {
	position:relative;
	top:30px;
	left:520px;
}

a {
	color:#666666;
	text-decoration:underline;
}

table.lokacije {
	border: 1px solid #4B7414;
	border-right: 0;
	border-bottom: 0;
}

table.lokacije td  {
	border: 1px solid #4B7414;
	border-left: 0;
	border-top: 0;
	padding:5px;
}

table.lokacije td.bg {
	background: #8cbb4c;
	color: #fff;
}

th {
	background: #4B7414;
	padding: 5px;
	text-align: left;
	color: #fff;
}

#on, #off {
	display: block;

	width: 200px;
	height: 40px;

	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	color: #666666;

	padding: 5px;
}

#on {
	background: url(/darilozemlji/2007/static/images/button_on.gif) no-repeat;
	background-position:center;
}

#off {
	background: url(/darilozemlji/2007//static/images/button_off.gif) no-repeat;
	background-position:center;	
}

#on p, #off p{
	padding:10px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	margin-top:11px;
	color:#4B7414;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#4B7414;
}

p {
	margin:0;
}

ul {
	margin:0 0 15px -25px;
}

* html ul {
   	margin-left:15px;
}



li a {
	color:#666666;
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}

li a.selected {
	text-decoration:underline;
}


blockquote {
	font-style: italic;
	padding: 30px 0 0 0;
	margin: 0;
	background: url(../images/quote_top.gif) no-repeat;
}

blockquote p {
	padding: 0 0 20px 0;
	margin: 0;
	background: url(../images/quote_bottom.gif) no-repeat right bottom;
}
