/*
E-KARTA
Style Sheet Print
by boomerank
*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
}

/* skip links */
#skipLinks {
	display:none;
}



/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								HEADER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#header {
	width: 680px;
	border-bottom:1px solid #d7d7d7;
}

/* logo */
#header img.logo {
	float:none;
	padding:0;
}

#headerRight {
	display:none;
}

/* zgornji meni */
#header #navigation {
  display:none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								MAIN
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#main {
	width:680px;
	padding:0;
	border:0;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								MAIN CONTENT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/*  glavna vsebina  */
#content {
	float:none;
	display:block;
	width:auto;
	margin:0;
	padding:10px 0 0 0;
}

/*  vsebina za home  */
#contentHome {
	width: auto;
	margin:0;
	padding:10px 0 0 0;
}



/*=====================================================================
									COMMON
  =====================================================================*/
/* +, -, print ikonce */
#print {
	display:none;
	color:#fff;
}

#print img {
	display: none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
							CONTENT LEFT, RIGHT
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

/* levi del */
#contentLeft {
	display:none;
}

/* desni del */
#contentRight {
	display:none;
}


/*> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >
								FOOTER
  < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <*/

#footer {
	width:680px;
	margin:10px auto;
	padding:5px 0 0 0;
	background:none;
	border-top:1px solid #d1d3d4;
}

#footer p {
	padding:0;
}

#footer span {
	display:none;
}