@charset "utf-8";
/* CSS Document */
html{overflow: -moz-scrollbars-vertical;}
body{margin:0px; padding:0px;}

#shadow
{
	behavior: url("/image/iepngfix.php");
}

#main
{
	margin:0 auto;
	width:800px;
}

#button_main
{
	width:550px;
	position:absolute;
	height:19px;
	margin-top: 50px;
	margin-left: 250px;
	z-index: 250;
	
}
.button
{
	background-image:url(../image/btn_1.png);
	width:99px;
	height:19px;
	float:right;
	text-align: center;
	margin-right:5px;
	
	cursor: url("../image/ico_hand.gif"), pointer;
}


#header
{
	background-image:url(../image/header.png);
	width:800px;
	height:75px;
	position:relative;
	float:left;
}

#headerFlash
{
	position:absolute;
	width:800px;
	height:75px;
	z-index: 200;
}

#logo_link
{
	width:170px;
	height:50px;
	position:absolute;
	margin-top:15px;
	margin-left:20px;
	cursor: url("../image/ico_hand.gif"), pointer;
	z-index: 250;
}

#mail_icon
{
	background-image:url(../image/icon_mail.png);
	height:16px;
	position:absolute;
	background-repeat:no-repeat;
	padding-left:24px;
	background-position:0px 1px;
	margin-left: 665px;
	margin-top: 15px;
	z-index: 250;
	/*TEXT*/
	
}

a.mail_text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none;
}

a.mail_text:hover
{
	text-decoration:underline;
	font-style:normal;
}

#button_border
{
	width:800px;
	height:199px;
	position:relative;
	float: left;
}

#telephone_icon
{
	background-image:url(../image/icon_phone.png);
	height:22px;
	position:absolute;
	background-repeat:no-repeat;
	padding-left:17px;
	margin-top: 14px;
	margin-left: 460px;
	/*TEXT*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
	background-position: 0px -2px;
	z-index:1000;
}

/*.telephone_text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFF;
}*/


#btn_stojala
{
	background-image:url(../image/btn_stojala.png);
	width:200px;
	height:199px;
	position:absolute;
	
	cursor: url("../image/ico_hand.gif"), pointer;
}

#btn_kartice
{
	background-image:url(../image/btn_kartice.png);
	width:201px;
	height:199px;
	position: absolute;
	margin-left: 200px;
	
	cursor: url("../image/ico_hand.gif"), pointer;
}

#btn_trakovi
{
	background-image:url(../image/btn_trakovi.png);
	width:200px;
	height:199px;
	position:absolute;
	margin-left:401px;
	
	cursor: url("../image/ico_hand.gif"), pointer;
}

#btn_akreditacije
{
	background-image:url(../image/btn_akreditacije.png);
	width:199px;
	height:199px;
	position:absolute;
	margin-left:601px;
	
	cursor: url("../image/ico_hand.gif"), pointer;
}

#shadow
{
	background-image:url(../image/shadow.png);
	width:800px;
	height:15px;
	position:relative;
	float:left;
}

#content
{
	position:relative;
	float:left;
	width:800px;
	margin-top:-5px;
}

.text, input
{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#000;
	line-height:16px;
	letter-spacing:-0.1px;
}

a
{
	color:#000;
	text-decoration:none;
}


a:hover
{
	font-style:italic;
}

a.develop
{
	color:#666; text-decoration:none; font-size:10px;
}

a.develop:hover
{
	text-decoration:none;
	font-style:normal;
}

