html, body {
	height:100%; 
	width:100%;
	margin: 0;
	padding: 0;
	background-color:#000;
}

#bg {	
	min-height: 100%;
	min-width: 980px;
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index:0;
}

#container{
	 width:980px; 
	 height:auto; 
	 min-height:500px; 
	 left:-490px;
	 margin-left:50%;
	 z-index:1;
	 position:absolute;
	 padding-bottom:150px;
	}
	
#top{
	width:980px; 
	height:170px;
	}
	
#logo{
	width:207px;
	height:170px;
	position:fixed;
	float:left;
	z-index:50;
	}
		
#sredina{
	width:980px;
	height:auto;
	margin-top:10px;
	}
	
#drzacsadrzaj{
	width:738px;
	height:auto;
	min-height:100px;
	background:url(images/pozadina/bgsadrzaj.png)  top left repeat-y;
	float:right;
	padding:10px 15px 50px 10px;
	}

#drzacmeni{
	width:207px; 
	height:auto; 
	min-height:100px;
	float:left;
	position:fixed;
	}

.drzaclink{
	width:192px;
	height:40px;
	padding-left:15px;
	line-height:40px;
	cursor:pointer;
	position:relative;
	background:url(images/pozadina/bgmeni.png) top left repeat-y;
	margin-bottom:6px;
	}

.drzaclink:hover{
	background:url(images/pozadina/bgmeniover.png) top left repeat-y;
	}
	
.drzaclink2{
	width:192px;
	height:40px;
	padding-left:15px;
	line-height:40px;
	cursor:pointer;
	position:relative;
	background:url(images/pozadina/bgmeni2.png) top left repeat-y;
	margin-top:20px;
	}

.drzaclink2:hover{
	background:url(images/pozadina/bgmeni2over.png) top left repeat-y;
	}

.spanlink a{ 
	position:absolute;
	width:192px; 
	height:40px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing:1px;
	font-size: 12px;
	text-decoration: none;
}

.spanlink2 a{
	position:absolute;
	width:192px;
	height:40px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color: #000;
	letter-spacing:1px;
	font-size: 12px;
	text-decoration: none;
	top: 2px;
	left: 12px;
}

.spanlink2 a:hover{ 
	color: #fff;
}

.glavnaslika{
	width:718px;
	height:200px;
	background-color:#171a20;
	padding:10px;
	clear:both;
	}

.link1 a{
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cfcfcf;
	text-decoration:none;
	letter-spacing:1px;
	background-color: #cd1c3b;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	padding:5px;
	}
	
.link1 a:hover{
	background-color: #800419;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	}
	
.opis1{
	width:738px;
	height:auto;
	margin-top:10px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color:#82888d;
	text-decoration:none;
	clear:both;
	}
	
.opis2{
	width:738px;
	height:auto;
	margin-top:5px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	clear:both;
	}

.opis3{
	width:738px;
	height:auto;
	margin-top:5px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#82888d;
	text-decoration:none;
	clear:both;
	}

.tekstsadrzaj{
	width:738px;
	height:auto;
	padding-top:25px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#cfcfcf;
	text-decoration:none;
	letter-spacing:1px;
	clear:both;
	}
	
.link2 a{
	width:738px;
	height:auto;
	padding-top:25px;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#cfcfcf;
	text-decoration:underline;
	letter-spacing:1px;
	clear:both;
	}
	
.okvir{
	border:10px solid #171a20; margin-right:10px;
	}
	
#pogled {
	position: fixed; 
	bottom: 5px; 
	right: 10px;
	z-index:999;
}

.lang{
	width:25px;
	height:12px;
	float:right;
	margin-bottom:10px;
	margin-top:5px;
	border:15px solid #cd1c3b;
	margin-left:10px;
	}
	
.lang:hover{
	border:15px solid #fff;
	}
	
.fieldsetstil{
	width:auto;
	height:auto;
	border:0px;
}

.labelstil
{
	width: 200px;
	height:30px;
	float: left;
	text-align: right;
	margin-right:10px;
	display: block;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cfcfcf;
	text-decoration:none;
	letter-spacing:1px;
    line-height: 30px;
	text-decoration: none;
}

.btn2 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cfcfcf;
	text-decoration:none;
	letter-spacing:1px;
	background-color: #cd1c3b;
	border:0px;
	width:100px;
	cursor:pointer;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	padding-top:5px;
	padding-bottom:5px;
}

.btn2:hover{
	background-color: #800419;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	}


.btn {	
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color: #cd1c3b;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: .7px;
	background-color:#000;
	border:0;
	width:244px;
	height:30px;
	line-height:30px;
	padding:0 3px;
	border-top:1px solid #242424;
	border-left:1px solid #242424;
}

.btn:focus {
	color:#FFF;
	background-color:#151515;
}

.btn:hover {
	background-color:#151515;
}

.btnS {	
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color: #cd1c3b;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: .7px;
	background-color:#000;
	border:1px solid #000;
	border:0;
	width:150px;
	height:30px;
	line-height:30px;
	padding:0 3px;
}

.btnS:focus {
	color:#FFF;
	background-color:#151515;
}

.btnS:hover {
	background-color:#151515;
}

.btntextarea {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color: #cd1c3b;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: .7px;
	background-color:#000;
	border:0px;
	width:244px;
	height:114px;
	padding:3px;
	overflow: auto;
	resize:none;
	border-top:1px solid #242424;
	border-left:1px solid #242424;
}

.btntextarea:focus {
	color:#FFF;
	background-color:#151515;
}

.btntextarea:hover {
	background-color:#151515;
}

/* NOVO */

div.tekstsadrzaj img
{
	border:10px solid #171a20; margin-right:10px;
}



div.tekstsadrzaj a:not(.galerija){
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cfcfcf;
	text-decoration:none;
	letter-spacing:1px;
	background-color: #cd1c3b;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	padding:5px;
	}
	
div.tekstsadrzaj a:hover{
	background-color: #800419;
	transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
	}
	
div.tekstsadrzaj a.galerija
{
	background-color: transparent;
	text-decoration:none;
}

div.tekstsadrzaj a.galerija:hover
{
	background-color: transparent;
}

.btnpola {	
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color: #cd1c3b;
	font-size: 16px;
	text-decoration: none;
	letter-spacing: .7px;
	background-color:#000;
	border:0;
	width:200px;
	height:30px;
	line-height:30px;
	padding:0 3px;
	border-top:1px solid #242424;
	border-left:1px solid #242424;
}

.btnpola:focus {
	color:#FFF;
	background-color:#151515;
}

.btnpola:hover {
	background-color:#151515;
}

.fieldsetstil img
{
    border:1px solid transparent !important;
}
