/* CSS base document 

	version:   	1.0
	author:    	TRsplet Anton Meglič s.p.
	email:     	toni.meglic@gmail.com
				rok.meglic@gmail.com

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


@import url("header.css");
@import url("content.css");
@import url("footer.css");

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


body					{	
							margin: 0px; 
							padding: 0px;  
							background-color: #477C9B;
							font-family: Geneva, Arial, Helvetica, sans-serif; 
							font-size: 12px; 
							text-align: left	}
a						{	text-decoration: underline}
a:hover, a:active		{	text-decoration: none}


/*#######################   TITLES    ###############################################################################*/
h1, h2, h3, h4, h5, h6	{ color: #3F5B7D }
h1, h2					{ font-weight: normal }

h1						{ font-size: 22px }
h2						{ font-size: 18px }
h3						{ font-size: 16px }
h4						{ font-size: 14px }
h5						{ font-size: 12px }
h6						{ font-size: 10px }

/*#######################   OSNOVNE ŠIRINE    ###############################################################################*/
#navig,
#head,
#headHome,
#conteiner,
#footer					{
							width: 800px;
							padding-left: 20px;
							padding-right: 20px	}

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

.right					{	float: right	}
							
.twoColumn				{
							width: 47%;
							padding: 0.5%;
							margin: 1%	}
/*IE 6*/ * html	.twoColumn {width: 46%	}

.threeColumn			{
							width: 29.5%;
							padding: 0.5%;
							margin: 1%	}
/*IE 6*/ * html	.threeColumn { width: 28%	}
							
.clearBoth				{	clear: both	}

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

a img					{	border: none	}
h1 a, h2 a, h3 a, h4 a	{	text-decoration: none; color: #3F5B7D 	}

.blue					{	background: #FFF url(../images/blue_bg.jpg) repeat-x top	}
.grey					{	background: #FFF url(../images/grey_bg.jpg) repeat-x top	}

hr.blue					{
							height: 9px;
							border: none;
							background: #D2EEF5 url(../images/hr_bg.gif) repeat-x top	}

@media print {
  @page         { margin: 10% }
  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}
}
