/* CSS Document */
.text{
	font-family: Verdana;
	font-size: 11px;
	color: white;
}
a{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #7a7a7a;
}
a:hover{
	font-family: Verdana;
	font-size: 11px;
	text-decoration: underline;
	color: white;
}

.textForma {
	font: 11px Verdana, Arial, sans-serif;
	color: white;
	text-decoration: none;
		}
.forma { 
    font: 11px Verdana, Arial, sans-serif;
	color: black;
	width : 200px;
	border: solid 1px black;
	background-color: white;
	}

.svjetiljka{
	background-image: url('images/index_18.jpg')
}

.svjetiljka_off{
	background-image: url('images/index_18_off.jpg')
}

	
.iframeDiv{
	width: 383px;
	height: 219px;
	overflow: auto;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	padding: 11px;
	background-image: url('images/index_18.jpg_')
}
.iframeDiv_off{
	width: 383px;
	height: 219px;
	overflow: auto;
	font-family: Verdana;
	font-size: 15px;
	color: white;
	padding: 11px;
	background-image: url('images/index_18.jpg')
}

.iframeDiv2{
	width: 360px;
	height: 195px;
	overflow: auto;
	font-family: Verdana;
	font-size: 11px;
	color: white;
	padding: 11px;
}
.iframeDiv2_off{
	width: 360px;
	height: 195px;
	overflow: auto;
	font-family: Verdana;
	font-size: 15px;
	color: white;
	padding: 11px;
}

body {
   	scrollbar-face-color:#262626;
	scrollbar-highlight-color:#454545;
	scrollbar-3dlight-color:#454545;
	scrollbar-darkshadow-color:#454545;
	scrollbar-shadow-color:#454545;
	scrollbar-arrow-color:#454545;
	scrollbar-track-color:#454545;
	overflow:auto;
	}
.textBlack{
	color:black;
	font-family: Verdana;
	font-size:1px;
}



