/* CSS base document

	version:   1.0
	author:    TRsplet - www.trsplet.com
    email:     toni.meglic@gmail.com
	worker:    Toni & Rok Meglic

#####################################################################################################################################################*/

/*@import url("content.css");*/
@import url("vhodnaVrataPonudba.css");
/*@import url("thickbox.css");*/
@import url("font.css");

/*###################################################################################################################################################*/


body 					{
							margin: 0px 0px 30px 0px;
							padding: 0px;
							background: #3B58A4 url(../images/bg.gif) repeat-x top;
							font-family: Arial, Helvetica, sans-serif;
							font-size: 12px }
							
a						{	text-decoration: none; color: #142F76; font-weight: bold}
a:hover, a:active		{	text-decoration: underline}


/*#######################   TITLES    ###############################################################################*/
h1, h2, h3, h4, h5, h6	{ color: #338205; margin-bottom: 5px; /*font-weight: normal*/ }
h1, h2					{ font-weight: normal }

h1						{ font-size: 1.8em; margin-top: 0.9em }
h2						{ font-size: 1.6em; margin-top: 0.8em }
h3						{ font-size: 1.4em; margin-top: 0.7em }
h4						{ font-size: 1.2em; margin-top: 0.6em }
h5						{ font-size: 1.1em; margin-top: 0.55em }
h6						{ font-size: 1em; margin-top: 0.5em }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a	{ color: #338205; text-decoration: none }

/*#######################   OSNOVNA POLJA    ###############################################################################*/

#top,
#header,
#conteiner,
#footer					{
							width: 1000px;
							margin: 0px auto 	}

/*#######################   OSNOVNE POSTAVITVE    ###############################################################################*/
.left					{	float: left	}

.right					{	float: right	}
							
.twoColumn				{
							width: 48%;
							margin: 1%	}
.threeColumn			{
							width: 32%;
							margin: 1%	}

.clearBoth				{	clear: both	}
.clearLeft				{	clear:left	}
.clearRight				{	clear:right	}

div.clearBoth			{	height: 0px	}


img.left				{	margin: auto 10px 10px auto	}
img.right,
input.right				{	margin: auto auto 10px 10px	}							

/*OSNOVNE ŠIRINE*/
.ena					{	width: 10% }
.dva					{	width: 20% }
.tri					{	width: 30% }
.stiri					{	width: 40% }
.pet					{	width: 50% }
.sest					{	width: 60% }
.sedem					{	width: 70% }
.osem					{	width: 80% }
.devet					{	width: 90% }
.sto					{	width: 100% }

/*OSNOVNE VIŠINE*/
.h30					{	height: 30px }
.h50					{	height: 50px }
.h80					{	height: 80px }
.h90					{	height: 90px }
.h100					{	height: 100px }
.h150					{	height: 150px }
.h200					{	height: 200px }
.h250					{	height: 250px }
.h300					{	height: 300px }
.h350					{	height: 350px }
.h400					{	height: 400px }
.h450					{	height: 450px }
.h500					{	height: 500px }
.h550					{	height: 550px }

/*OSNOVNi RAZMAKI*/
.top0					{ margin-top: 0px }
.bottom0				{ margin-bottom: 0px }

a img					{	border: none	}

/*b, strong				{	color: #338205	}*/
p						{	margin: 15px auto	}
ul						{	margin: 10px auto; padding: 0px 0px 0px 15px }
li						{	list-style: square; line-height: 1.5em; list-style-image:none; list-style-position:inside	}
hr						{	margin: 20px auto; height: 1px	}
/*OSNOVNA POLJA*/
.okvir					{	padding: 3px; border: 1px solid #CCC}

.sivoPolje,
.sivoPoljeMenu			{	margin: 10px auto 10px 0px; padding: 10px; border: 1px dotted #CCC; background-color: #F7F3F7	}
.sivoPoljeMenu:hover	{	background-color: #FBF9FB	}

.sivoPoljeMenu			{	line-height: 1.5em	}


.sivoPolje h1,
.sivoPoljeMenu h1,
.sivoPolje h2,
.sivoPoljeMenu h2,
.sivoPolje h3,
.sivoPoljeMenu h3,
.sivoPolje h4,
.sivoPoljeMenu h4,
.sivoPolje h5,
.sivoPoljeMenu h5,
.sivoPolje h6,
.sivoPoljeMenu h6		{	margin-top: 0px	}


@media print {
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
  #head			{ display: none}
}