@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../slike/wood_panel.jpg);
	background-position:top center;
	background-repeat: repeat-x;
	background-color:#000000;
	line-height: normal;
}
h2 {
	font-size: 12px;
	display: inline;
}
h3 {
	font-size: 13px;
}
p {
	padding: 10px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	
}
a:active {
	color: #333333;
	text-decoration: none;
}
#wrapper { 
	margin: 0 auto;
	width: 960px;
	margin-top: 20px;
	border-color:#ffffff;
	border-style:solid;
	border-width:0px;
}

#content {
	float: left;
	color: #333333;
	background: ;
	border:#FFFFFF;
	height: auto;
	width: 960px;
	display: inline;
}

#header {
	color: #333;
	width: 960px;
	float: left;
	height: 190px;
	background-color: #6B6659;
	background-image: url(../slike/header_white.jpg);
}
#contentright {
	width:593px;
	height:auto;
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentright img{
	margin-right: 10px;
	float: left;
}
#contentright a{
	color: #FF6600;
	text-decoration:underline;
}
#contentleft {
	width:307px;
	height:auto;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	background-color: #ffffff;
	opacity: 0.9;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentleft img {
	float:left;
	margin:5px;
}
/*ovo definira sadržaj u lijevom divu na stranici calling cards*/
.contentleftcc {
	margin: 10px 10px 10px 10px;
}
li {
	display:block;
	margin-top:10px;
}
.contentleftcc a {
	color:#333333;
	text-decoration:underline;
	
}
.contentleftcc a:hover {
	color: #FF6600;
}
#footer {
	width: 960px;
	height: 25px;
	clear: both;
	color: #333333;
		/*border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCCCCC;*/
	font-size: 10px;
}
#footer img {
	float: right;
	margin-left:4px;
	border:none;
	}
#footer p {
	padding: 2px;	
}
#navigation {
	float: left;
	width: 960px;
	height: 25px;
	color: #333;
	margin-top:15px;
}
#menu {
	float:left;
	width:100%;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0px;
}
#menu li {
	display:inline;
	margin:30px;
}
table {
	font-size:10px;
}
td {
	padding:5px;
}
th {
	padding:5px;
	color:#FFFFFF;
}