/* original zelena trava b2bb4e */

body { 
margin:0; 
padding:0;
background-color: #632121;
/*background-color: #464646;
background-image: url(images/back_all.jpg);*/
background-repeat: repeat;
}
img {
border: 0;
}
#contenthead {
min-width: 472px;
margin-left:210px;
margin-right:240px;
background-color:#b2bb4e;
border-top: 5px solid #632121;
background-repeat:repeat-x;
padding-top: 10px;
font-size:14px;
color: #CCCCCC;
vertical-align: top;
}
#contentmenu {
min-width: 412px;
height: 30px;
margin-left:210px;
margin-right:240px;
margin-top:2px;
margin-bottom:2px;
color: #FFFFFF;
background-image:url(images/contentmenu_back.jpg);
padding:2px 30px 2px;
font:Georgia, "Times New Roman", Times, serif;
font-size:16px;
font-style:oblique;
color: #FFFFFF;
}
.content {
min-width: 411px;
min-height: 343px;
margin-left:210px;
margin-right:240px;
margin-bottom:2px;
color:#333;
background:#fffbc9;
border:1px solid #363636;
padding:30px 30px;
font: 3.2mm Tahoma, Arial, Helvetica, sans-serif;
line-height: 1.5;
}
.content table{
background-color: #fffbc9;
}
.content td{
background-color: #fffbc9;
/*background-color: #e4e0b1;*/
padding-left: 10px;
}
.content h1{
font: 1.4em bold;
}
.content h2{
font: 1.2em bold
}
.content h3{
font-size:1em;
font-style:bold;
}
.content a:link{
text-decoration: none;
color:#787f2f;
}
.content a:active{
text-decoration: none;
color:#787f2f;
}
.content a:hover{
text-decoration: none;
color:#787f2f;
}
.content a:visited{
text-decoration: none;
color:#787f2f;
}
#left {
position:absolute;
left:0;
top:0;
padding:0;
margin-top:189px;
width:200px;
color: #595a14;
border:0px solid #333
} 
#right { 
position:absolute;
right:0;
top:0;
padding:0;
margin-top:10px;
width:230px;
color: #F8F8F8;
}
#footer {
height: 160px;
text-align: center;
font-size:10px;
color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
padding-top: 30px;
width: 60%;
position: relative; left:0px; bottom:0px;
}
#left p {
padding:0 10px;
}
#right p {
padding:0 10px;
}
#contenthead p {
padding:10 0px;
}
p.left {
margin-left: 50px;
margin-right: 5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 17px;
font-style:oblique;
font-weight:bolder;
line-height: 200%;
border-top-width: 4px;
border-top-style: dotted;
border-top-color: #9ca53d;
border-bottom-width: 4px;
border-bottom-style: dotted;
border-bottom-color: #9ca53d;
text-align:right;
}
p.right {
margin-left: 5px;
margin-right: 50px;
margin-top: 5px;
margin-bottom: 10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
border-top-width: 0px;
border-top-style: solid;
border-top-color: #9ca53d;
border-bottom-width: 0px;
border-bottom-style: solid;
border-bottom-color: #9ca53d;
text-align:left;
}

/*Pocetak vertikalnog menija*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
#blueblock{
	width: 180px;
	float:right;
	border-right: 0px solid #b2bb4e;
	padding: 1em 0 1em 0;
	margin-bottom: 1em;
	color: #333;
}
.opisl{
	font-size:9px;
	text-align:left;
	font-weight:bolder;
	float:left;
	color:#000;
}
.opisr{
	font-size:9px;
	text-align:right;
	float:right;
	color:#000;
}
.pdf{
	font-size:9px;
	color:#000;
	margin-left:10Px;
}
* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}
#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#blueblock li {
border-bottom: 1px solid #9fa744;
margin: 0;
}
#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 0px solid #b2bb4e;
border-right: 10px solid #d0d970;
background-color:#b2bb4e;
text-decoration: none;
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color: #595a14;
font-style:oblique;
font-weight:bolder;
width: 100%;
}
html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}
#blueblock li a:hover{
border-left: 0px solid #b2bb4e;
border-right: 10px solid #fffbc9;
background-color: #d0d970;
color: #595a14;
}
/*Kraj vertikalnog menija*/

/*Pocetak horizontalnog menija*/
#thicktabs{
margin: 0;
padding: 0;
float: left;
font-style:oblique;
font-size:15px;
font-family:Georgia, "Times New Roman", Times, serif;
}
#thicktabs li{
display: inline;
}
#thicktabs li a{
float: left;
color: #FFFFFF;
padding: 6px 8px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/contentmenu01.jpg) top right no-repeat;
border-bottom: 2px solid #8c933c; /*thick bottom border below tabs*/
}
#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid #d3bdbe; /*left border style*/
}
#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 0px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}
#thicktabs li a:visited{
color: #FFFFFF;
}
#thicktabs li a:hover{
color: #fffed7;
background-image: url(images/contentmenu02.jpg); /*background image swap on hover*/
}
/*[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
/*padding-top: 1em;
}
</style>
<![endif]*/

