/* CSS base document 

	version:   	1.0
	author:    Positiva
    email:     andrej.zeleznik@positiva.si
	worker:    	Toni & Rok Meglic
	email:     	toni.meglic@gmail.com
				rok.meglic@gmail.com

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

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

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


body					{	
							margin: 0px;
							padding: 0px;  
							background: #500001 url(../images/bg.jpg) repeat-x top;
							font-family: Arial, Helvetica, sans-serif; 
							color: #000;
							font-size: 12px;							}
a						{	
							color: #000; text-decoration: none			}
a:hover, a:active		{	
							text-decoration: underline					}
a img					{	
							border: none								}

input					{	
							height: 18px								}
input, textarea, select	{	
							background-color: #FFF;
							border: 1px solid #A8D884					}
input.gumb				{	
							background: #7BC144 url(../images/input_bg.gif) no-repeat center;
							width: 120px;
							height: 21px;
							color: #FFF;
							font-size: 10px;
							text-align: left;
							padding-left: 5px;
							border: none								}
							
							
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
							
@media print {
@page         			{ 
							margin: 10% 					}
body					{
							background-image: none		}
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 		}

#logo					{	
							height: 55px;
							width: 95%;
							margin: 20px auto 0px auto; 
							border: 0px solid #353736;
							background-image: none	}
#logo img				{	
							margin: 5px auto auto 20px										}
#head					{	
							display: none													}

#logo div				{
							font-size: 10px;
							color: #999;
							margin-right: 20px }
#container				{	
							width: 95%;
							margin: 0px auto;
							padding: 0px;
							border: 0px solid #353736	}

#content				{
							margin: 0px;
							width: auto	}
#leftSubNavig,
#leftSubContact			{
							display: none	}

#footer					{
							width: 95%;
							border-top: 0px solid #000;
							text-align: center;
							margin: 10px auto 5px auto	}

}
