/* CSS Document */

body{
margin:0px;
font-family:tahoma;
background:#594b3e;
}

h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:19px;
color:#FFFFFF;
margin:5px;
margin-left:10px;
}

p{
font-size:11px;
color:#f8f0d8;
margin:10px;
}

.line-lj{
background:#8c846d;
}

.copy{
margin:5px;
margin-left:15px;
font-size:10px;
}

.box-brdr{
border:1px solid #f8f0d8;
}

.svetlo-naslov{
color:#c1aac6;
}

.white{
color:#FFFFFF;
}

a:link {
	text-decoration: none;
	color: #ddd9cc;
	
}
a:visited {
	text-decoration: none;
	color: #ddd9cc;
	
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	
}
a:active {
	text-decoration: none;
	color: #ddd9cc;
	
}

/* link za podgrupu */
a.link-pod:link {
	text-decoration: none;
	color: #FFCCCC;
	
}
a.link-pod:visited {
	text-decoration: none;
	color: #FFCCCC;
	
}
a.link-pod:hover {
	text-decoration: underline;
	color: #FFCCCC;
	
}
a.link-pod:active {
	text-decoration: none;
	color: #FFCCCC;
	
}

.top{
background:url(images/top.jpg) center top no-repeat;
height:100px;
}

.line-vert{
background:url(images/line-vert.jpg) repeat-y right;
}

.grad-divider{
background:url(images/divider-grad.gif) no-repeat center bottom;
}

.meni-font{
margin:10px;
margin-bottom:5px;
margin-top:5px;
font-size:10px;
font-weight:bold;
color:#b4ae9d;
}

.podgrupe{
line-height:15px;
font-size:10px;
font-weight:bold;
color:#FFCCCC;
margin:5px;
margin-left:20px;
}

.right
{
    float:right;
    margin-left:5px;
    border:none;
}

.brownText
{
    color:#3c3026;
}

