@charset "utf-8";
/*
	GEOPOS spletno poslovanje
	2010 Cobit d.o.o.
	IE6 stylesheet
*/

* { margin:0px; padding:0px; }

html, body { height:100%; }

:focus { outline:none; }

.clearfix { clear:both; }

body {
	background-image:url(../images/main_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

div#container {
	width:100%;
	min-height: 100%;
	
	position:absolute;
	top:0px; left:0px;
	z-index:100;
	
	/*background-color:#09F;*/
}

div#container_inner {
	width:964px;
	height:auto;
	
	margin:0 auto;
	
	padding-top:41px;
	padding-bottom:139px;
}

/*
	| spacer_left = 24px |              container_body = 704px            |    column_right = 228px;     | spacer_right = 8px |
*/

div#spacer_left {
	float:left;

	width:24px;
	min-height:82px;
	
	background-image:url(../images/spacer_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div#container_body {
	float:left;
	
	width:704px;
	min-height:260px;
}

div#menu {
	height:35px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	
	background-image:url(../images/menu_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div#menu a, div#menu span {
	display:block;
	height:29px;
	
	padding-top:6px;
	
	float:left;
	text-align:center;
	
	text-decoration:none;
	color:#FFFFFF;
}

div#menu span {	color:#224D77; cursor:pointer; }

div#menu a:active, div#menu a:visited {
	color:#FFFFFF;
}

div#menu a:hover {
	color:#224D77;
}

div#menu a.link0, div#menu span.link0 {
	width:96px;
}

div#menu a.link1, div#menu span.link1 {
	width:141px;
	margin-left:2px;
}

div#menu a.link2, div#menu span.link2 {
	width:123px;
	margin-left:2px;
}

div#menu a.link3, div#menu span.link3 {
	width:134px;
	margin-left:2px;
}

div#menu a.link4, div#menu span.link4 {
	width:104px;
	margin-left:2px;
}

div#content {
	min-height:21px;	/*188*/
	
	padding-bottom:139px;
	padding-left:32px;
	padding-right:48px;
	padding-top:18px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	line-height:120%;
	
	background-image:url(../images/content_bg.jpg);
	background-position:left top;	
	background-repeat:no-repeat;
}

div#content p { padding-bottom:10px; }
div#content h2 { padding-bottom:10px; }
div#content ul { padding-bottom:5px; padding-left:32px; }
div#content ul.minus { padding-bottom:5px; padding-left:20px; list-style-type:none; }

div#column_right {
	float:left;
	
	width:228px;
	min-height:323px;
	
	background-image:url(../images/column_right_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div#column_right div#aktualno {
	padding-top:92px;
	padding-left:12px;
	padding-right:12px;
	
	text-align:right;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

div#column_right div#aktualno a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

div#column_right div#aktualno a{
	text-decoration:none;
}

div#column_right div#aktualno a:hover{
	text-decoration:underline;
}

div#spacer_right {
	float:left;
	
	width:8px;
	min-height:82px;
	
	background-image:url(../images/spacer_right.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

div#footer {
	width:100%;
	height:139px;
	
	position:absolute;
	left:0px;
	bottom:0px;
	
	clear:both;
	
	background-image:url(../images/footer_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	
	background-color:#3F7396;
}

div#footer_inner {
	width:964px;
	height:139px;
	
	background-image:url(../images/footer_inner_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	
	margin:0 auto;
}

div.footer_links {
	width:139px;
	height:118px;
	
	margin-left:70px;
	margin-top:21px;
	
	float:left;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height:150%;
}

div.footer_links span.links_title {
	font-weight:bold;
	display:block;
	border-bottom:1px solid #224D77;
	margin-bottom:5px;
	color:#224D77;
	
	line-height:120%;
}

div.footer_links a {
	color:#FFFFFF;
	text-decoration:none;
}

div.footer_links a:hover {
	text-decoration:underline;
}

a#cobit_logo {
	width:55px;
	height:15px;
	
	margin-left:466px;
	margin-top:16px;
	
	float:left;
	
	display:block;
	
	text-indent:-10000px;
}

div#login_box {
	width:100%;
	height:45px;
	
	background-image:url(../images/login_box_bg.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	
	background-color:#467B9D;
	
	position:fixed;
	
	top:0px;
	left:0px;
	
	z-index:1000;
}

div#login_box_inner {
	width:964px;
	height:45px;
	
	margin:0 auto;
	
	text-align:right;
	
	position:relative;
	
	z-index:1001;
	
	color:#FFFFFF;
	font-size:9px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#login_box_remember {
	width:319px;
	height:24px;

	position:absolute;
	left:552px;
	top:41px;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	
	color:#FFF;
	text-align:center;
	
	background-image:url(../images/remember_password_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	
	padding-top:6px;
}

span#error {
	display:block;
	width:317px;
	margin-left:1px;
	margin-right:1px;
	color:#F00;
}

div.textfield_bg {
	width:152px;
	height:45px;
	
	float:right;
	margin-right:13px;
	/*margin-top:11px;*/
	
	background-image:url(../images/textfield_bg.png);
	background-repeat:no-repeat;
	background-position:left 16px;
}

div.textfield_bg input {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	
	width: 140px;
	height: 17px;
	background: none;
	border: none;
	color: #FFFFFF;/*#26557D;*/
	
	margin-top:1px;
	margin-bottom:1px;
	margin-left:6px;
	margin-right:6px;
}

a#login_button {
	display:block;

	width:67px;
	height:19px;
	
	float:right;
	
	margin-right:14px;
	margin-top:16px;
	
	text-align:center;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	
	text-decoration:none;
	
	background-image:url(../images/login_button_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}

a:hover#login_button, a:focus#login_button {
	background-position:-67px top;
	color:#224D77;
}

div#header {
	width:964px;
	height:186px;
	
	background-image:url(../images/header_bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	
	background-color:#467B9D;
}

