body {
	margin: 0;
	padding: 0;
    font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFCF5;
}

div.demo{
	font-size: 30px;
	text-align:center;
	font-weight:bolder;
	color:#FF6600;
}

/* BUTTON HOVER EFECT*/
.box-round { 
    border: 1px solid #FF9900;
	border-radius:50%;
} 
.box-round:hover { 
-moz-box-shadow: 0 0 10px #999; 
-webkit-box-shadow: 0 0 10px #999; 
box-shadow: 0 0 10px #999; 
}
.box { 
border: 1px solid #FF9900; 
} 
.box:hover { 
-moz-box-shadow: 0 0 10px #999; 
-webkit-box-shadow: 0 0 10px #999; 
box-shadow: 0 0 10px #999; 
}
/* BUTTON HOVER EFECT*/

#header {
	background-color: #eee;
	border-bottom: 1px solid #e6e6e6;
	padding:  0;
	height: 100px;
}
#header > div, #footer > div {
	width: 1200px;
	margin: 0 auto;
	/* [disabled]padding: 0px 20px; */
	height: 100px;
}

/** Navigacija **/
#navigation {
	display: inline-block;
	list-style: none;
	line-height: 100px;
	margin: 0;
	padding: 0;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 150px;
	text-align: center;
	font-weight: bold;
}
#navigation li a {
	color: #333333;
	font-size: 15px;
	line-height: 30px;
	text-decoration: none;
	padding: 15px;
}
#navigation li a:hover {
	color: #FFFFFF;
	background-color: #9900FF;
	padding: 15px;
	border-radius: 5px;
}
#navigation li.active a {
	color: #f99600;
}
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 16px 16px 16px 16px;
	z-index: 1;
	text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}
/** Navigacija **/


#content {
	background: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color:#FFFCF5;
	background-position: center center;
	/* [disabled]background-size: cover; */
}
#content > div {
	width: 930px;
	margin: 0 auto;
	padding: 0 50px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#content > div img {
	float: none;
}
#content h1, #content h2 {
	color: #2c2c2c;
	font-size: 40px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2 {
	font-size: 28px;
	line-height: 36px;
	text-transform: none;
}
#content p {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	font-weight: bolder;
}
#content p span {
	/* [disabled]display: block; */
	/* [disabled]font-size: 12px; */
	/* [disabled]width: 360px; */
	/* [disabled]padding: 24px 0; */
	/* [disabled]text-align: center; */
}
#content p span b {
	font-weight: normal;
	display: block;
	width: 256px;
}

/* Linkovi */
a:link {
	color: #9900FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9900FF;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #9900FF;
}
/* Linkovi */


#contents {
	min-height: 510px;
	width: 880px;
	margin: 0 auto;
	padding: 5px 40px;
}
h1 {
	color: #3e3e3e;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 30px;
}
h2 {
	color: #2c2c2c;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 12px;
}
h3 {
	color:#9900FF;
	font-size:30px;
	font-weight: bold;
}

h4 {
	color:#9900FF;
	font-size:25px;
	font-weight: bold;
}

h3 a:link {
	color:#9900FF;
	font-size:30px;
	font-weight: bold;
}

h3 a:active {
	color:#9900FF;
	font-size:30px;
	font-weight: bold;
}

h3 a:visited {
	color:#9900FF;
	font-size:30px;
	font-weight: bold;
}

p {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}

#footer {
	background-color: #eee;
	border-top: 1px solid #d8d8d8;
	padding: 10px 0;
	text-align: center;
}
#footer p {
	font-size: 12px;
	padding-left: 10px;
}
