/* Develop: info@frstudio.si 2009 */
@charset "utf-8";

html{}

body{margin:0px; padding:0px;}

#preloader
{
	position:absolute;
	left:20px;
	top:20px;
	z-index:999;
	display:block;
}
#mainContainer
{
	width:980px;
	height:490px;
	/*margin:0 auto;*/
	left:50%;
	margin-left:-490px;
	top:50%;
	margin-top:-245px;
	/*display:none;*/
	position:absolute;
}

#menuLeft
{
	background-image:url(../images/backgroundMenuLeft.png);
	background-repeat:no-repeat;
	background-color:#a7a9ac;
	height:467px;
	width:197px;
	position: absolute;
	z-index: 100;
}

#logo
{
	cursor:url("../images/hand.gif"), pointer;
	position: absolute;
	z-index: 220;
	width: 160px;
	height: 50px;
	margin-top: 10px;
	margin-left: 20px;
}

.buttonsLeft
{
	background-repeat:no-repeat;
	position: absolute;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#15115f;
	margin-left: 20px;
}

#galone
{
	background-image:url(../images/iconGalone.png);
	height:45px;
	margin-top: 130px;
	padding-left: 37px;
	padding-top: 50px;
	cursor:url("../images/hand.gif"), pointer;
}

#steklenice
{
	background-image:url(../images/iconOff.png);
	height:31px;
	margin-top: 245px;
	padding-left: 37px;
	padding-top: 57px;
	color: #848499;
}

#plastenke
{
	background-image:url(../images/iconOff.png);
	height:31px;
	margin-top: 360px;
	padding-left: 37px;
	padding-top: 57px;
	color: #848499;
}

#imageContent
{
	position: absolute;
	width: 280px;
	height: 407px;
	z-index: 110;
	margin-left: 200px;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
}

#imageContentGalone
{
	background-image:url(../images/galona.png);
	position: absolute;
	width: 329px;
	height: 389px;
	z-index: 200;
	margin-left: 150px;
	margin-top: 78px;
}

#content
{
	position: absolute;
	width: 290px;
	height: 387px;
	z-index: 110;
	margin-left: 502px;
	padding: 10px;
	color:#30397a;
	margin-top: 30px;
	overflow:auto;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #a7a9ac;
	scrollbar-track-color: #a7a9ac;
}


#infoContainer
{
	background-image:url(../images/iconInfo.png);
	background-repeat:no-repeat;
	width:116px;
	height:238px;
	border: 2px solid #a7a9ac;
	position: absolute;
	z-index: 120;
	margin-left: 830px;
	margin-top: 40px;
	color:#30397a;
	padding-top: 150px;
	font-size: 11px;
	padding-left: 5px;
}

#menuBottom
{
	height:20px;
	background-color: #a7a9ac;
	position: absolute;
	z-index: 100;
	margin-top: 470px;
	width: 960px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding-left: 20px;
	padding-top: 1px;
}

a.bottomMenu
{
	text-decoration:none;
	color:#FFF;
	font-weight: bold;
	font-size: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:0.7px;
	line-height:18px;
}

a.bottomMenu:hover
{
	text-decoration:underline;
}

a.file
{
	text-decoration:none;
	color:#30397a;
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:0.7px;
	line-height:18px;
}

a.file:hover
{
	text-decoration:underline;
}

a.mail
{
	text-decoration:none;
	color:#30397a;
	font-weight:normal;
	font-size:9px;
	font-family:Tahoma, Geneva, sans-serif;
}

a.mail:hover
{
	text-decoration:underline;
}

.text
{
	font-family:Tahoma, Geneva, sans-serif;
	letter-spacing:0.7px;
	line-height:18px;
	font-size:12px;
	font-weight:normal;
}
