body {
    font:normal 12px/1.6em Arial, Helvetica, sans-serif;
	color:#2a3845;
	margin:0px;
	background-image: url("slike/b16.png");
}

#header{
	width: 100%;
	height: 80px;/* višina glave */
	background-color:#071F4E;   
}
#headerCenter{
	width: 980px;
	margin: 0 auto;	
}
.logotip{
	width:200px;
	max-height: 80px; /* max višina glave */
	position: relative;
	float:left;
	margin-right:25px;
}
.logo{	
	width: 100%;
	position: absolute;
	top: 20px;
}
p.info {
	float: right;
    display: block;
    color: white;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    font-size: 17px;
}
#main-content{
	width: 980px;
	height: 1000px;
	margin: 0 auto;	
	background:#E8E6E6;
	border: 0px solid #000000;

	
	}
/* Add a black background color to the top navigation */
.navigation {
    background-color: #E8E6E6;
    overflow: hidden;
	margin: 0 auto;
	height: 40px;
	
}

/* Style the links inside the navigation bar */
.navigation a {
    float: left;
    display: block;
    color: #414141;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    font-size: 17px;
	width:20%;
}

/* Change the color of links on hover */
.navigation a:hover {
    background-color: #071F4E;
    color: #E8E6E6;
}

/* Add a color to the active/current link */
.navigation a.active {
    background-color: #4CAF50;
    color: white;
}

#naslovnaSlika{
	padding: 0px 0px;
}

.naslovna-slika{	
	width: 100%;
}
.razno-slika{	
	max-width: 76px;
	padding-left:20px;
}

/*--------POZICIONIRANJE STORITEV--------*/
#storitve{
	width:310px;
	height:float;
	position: relative;
	float:left;
	margin-right:25px;
}
/*--------POZICIONIRANJE STOLPCEV NA 1. NIVOJU--------*/
#reklama{
	width:645px;
	position: relative;
	float:left;		
}
#leftColumn{
	width:310px;
	height:310px;
	position: relative;
	float:left;
	margin-right:25px;
}

#rightColumn{
	width:310px;
	height:310px;
	position: relative;
	float:left;
	
}

#reklamnaSlika{
	padding: 0px 0px;
	width:310px;
	height:232px;
	background-color: #b3b3b3
}

.reklamna-slika{	
	width: 100%;
	height: 100%;
	
}
/*--------UPRAVLJANJE NASLOVOV/*--------*/
.glava{
	background-color: #071F4E;
    overflow: hidden;
	margin: 0 auto;
	height: 40px;
	/*text-transform: uppercase;*/
	
}
.glava a{
    display: block;
    color: white;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    font-size: 17px;

}
/*--------UPRAVLJANJE STORITEV--------*/
.menuBar {
    background-color: #b3b3b3;
    overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
	
}
.razno {
    background-color: white;
    overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
	
}

/* Style the links inside the navigation bar */
.menuBar a {
    display: block;
    color: #414141; /* siva barva teksta*/
    text-align: left;
    padding: 8px 0px;
    text-decoration: none;
    font-size: 15px;
	padding-left: 20px;
}
/* Change the color of links on hover */
.menuBar a:hover {
    background-color: #071F4E;
    color: #E8E6E6;
}

/* Add a color to the active/current link */
.menuBar a.active {
    background-color: #4CAF50;
    color: white;
}
/* vsebina */
.vsebina{
	width:80%;
	text-align: left; 
	margin:10%;
	
}
.vsebina p{
	margin:0px;
	padding:0px;
	
}
.vsebina hr{
	margin:0px;
	padding:0px;
	
}

#tekstovnoPolje{
	margin-right:25px;
	text-align: justify;
}
img.slikaText{
	float: right;
	width: 300px;
	clear: right;
	margin:15px;
	
}	
/* noga */
#footer{
	width: 100%;
	height:50px;
	background-color:#071F4E;   
	position:fixed;
	bottom:0px;
}
#footerCenter{
	width: 980px;	
	margin: 0 auto;	
}
p.infoFoot {
	width:100%;
	float: right;
    display: block;
    color: white;
    text-align: center;
    padding: 0px 0px;
    text-decoration: none;
    font-size: 14px;
}