body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #5C5C5C;
}
.footer {
    width: 770px;
	margin-left: auto;
	margin-right: auto;
	color: #CCCCCC;
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
}
a {
    color: #CC6600;
	text-decoration: underline;
}
a:hover {
    color: #CC6600;
	text-decoration: none;
}

.navigation {
    background-color: #CC9342;
}
.navigation ul {
    margin: 0px;
	padding: 0px;
}
.navigation ul li {
    display: inline;
}
.navigation ul li a {
    display: block;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*
	text-align: center;
	padding-top: 9px;
	padding-bottom: 9px;
	width: 74px; */
	padding: 9px;
	text-transform: uppercase;
	float:left;
	text-decoration: none;
	letter-spacing: 1px;
}
.navigation ul li a:hover {
    background-color: #E1A249;
	color: white;
}
/*
#naslovna {
    width: 90px;
}
#narucivanje {
    width: 110px;
}
#kontakt {
    width: 80px;
}
*/

.contentPrimary {
    background-color: #FFFFFF;
	vertical-align: top;
	padding: 35px;
	padding-top: 40px;
	text-align: justify;
}

.contentSecondary {
    background-color: #C3C3C3;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #444444;
	vertical-align: top;
}
.contentExtra {
	padding: 15px;
}
.contentSecondary a {
    color: white;
}
.contentSecondary a:hover {
	color: white;
}
h1 {
    font-size: 22px;
	font-weight: normal;
	color: #CC6600;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	
}
#language {
   letter-spacing: 1px;
   color: white;
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-decoration:none;
}
#language:hover {
   color: #CC6600;
   text-decoration:underline;
}