@charset "utf-8";

body {
	background-color: #cdc9c6;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#container {
	position:relative;
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left; 
}

#head {
	width: 900px;
	height: 110px;
	background-color: #c50653;
}

	#quickMenu {
		position: absolute;
		top: 4px;
		right: 8px;
	}


/* ---------- mainMenu ---------- */
#mainMenu {
	margin: 0px;
	padding: 0px;
}

	/* ---------- mainMenu Items (menuLine)---------- */
	#mainMenu li {
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		#mainMenu li a {
			display: block;
			margin: 0px;
			padding: 2px 3px;
			width: auto;
			color: #ffffff;
			text-align: center;
			text-decoration: none;
		}
		#mainMenu li a:hover {
			color: #ff0000;
		}

	/* ---------- mainMenu Items (rolldown menu)----------- */
	#mainMenu div {					/* rolldown Menu itself */
		position: absolute;
		display: none;
		margin: 0px;
		padding: 0px 10px 4px 4px;
		background: #cdc9c6;
		border: 1px solid #e0e0e0;
		z-index: 2;
/*		opacity: 0.90;														/* CSS 3 Standard																					*/
/*		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";	/* IE8; 		has to be 1st;	if you don’t use this order, IE8-as-IE7 doesn't apply the opacity, 	*/
/*		filter: alpha(opacity=90);											/* IE6 & IE7;	has to be 2nd;	although IE8 and a pure IE7 do.										*/
/*		-moz-opacity: 0.90;													/* older Gecko-based browsers; Up to FireFox 0.9; Support dropped in Firefox 3.1 (Gecko 1.9.1) 		*/
	}
		#mainMenu div a {					/* Menu Items */
			position: relative;
			display: block;
			margin: 0px;
			padding: 4px 8px;
			width: auto;
			white-space: nowrap;
			color: #666666;
			text-decoration: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-align: left;
			background-color: transparent;
		}
		#mainMenu div a:hover {
			color: #d2232a;
		}

			#mainMenu div div a {
				margin: 0px;
				padding: 2px 8px 3px 8px;
				font-size: 11px;
				background-color: transparent;
			}
			
a, a:visited {
	color: #bb0954;
	text-decoration: none;
}

a:active, a:hover {
	color: #000000;
}

ul, ol {
	margin-top: 4px;
	margin-bottom: 16px;
}

.small {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

p.performanceCharts {
	margin: 0px 0px 18px 0px;
	padding: 0px;
	text-align: center;
	z-index: 1;
}

/* textFrame */

.textFrame {
	text-align: justify;
}

p.textFrame {
	margin: 0px;
	padding: 15px 7px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

/* textFrame Backgrounds */

div.management_company {
	position: relative;
	width: 884px;	/* 900 - 2 x 8px	*/
	height: 160px;
	margin: 0px;
	padding: 16px 8px;
	background-image: url(/img/backgrounds/management_company.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: -1;
}

div.our_mission {
  position: relative;
  width: 884px; /* 900 - 2 x 8px  */
  height: 65px;
  margin: 0px;
  padding: 16px 8px;
  background-image: url(/img/backgrounds/management_company.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  z-index: -1;
}

div.investment_strategy {
	position: relative;
	width: 884px;	/* 900 - 2 x 8px	*/
	height: 310px;
	margin: 0px;
	padding: 16px 8px;
	background-image: url(/img/backgrounds/management_company.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: -1;
}

div.why_invest {
	position: relative;
	width: 884px;	/* 900 - 2 x 8px	*/
	height: 660px;
	margin: 0px;
	padding: 16px 8px;
	background-image: url(/img/backgrounds/management_company.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: -1;
}

div.newsBlock {
	margin: 0px;
	padding: 16px 8px;
	border: 1px solid #666666;
}

div.contact {
	position:absolute;
/*	top:600px;	Disabled, ko smo umaknili grafke	*/
	top:450px;
	left:460px;
	width:440px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.conSml {
	font-size: 11px;
}