@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(../img/6.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
	margin: 0;
	padding: 0;
	color: #000;
	    

}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1 {
	margin-left: 80px;

}


h2  {
	margin-left: 70px;

}

h3  {
	margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 0px;

}

h4, h5, h6, {
		
	margin-bottom: 0px;
	margin-left: 80px;


	
}

p {
    font-size: 1.1em;
	margin-bottom: 0px;
	margin-left: 55px;
	margin-top: 0px;
	margin-right: 55px;
	
}

p.navigacija {
    font-size: 3.1em;
    text-align:center;
	margin-top: 20px;
	margin-bottom: auto;
	
}


a img { 
	border: none;
}


a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}


.container {
	width: 1280px;
	height: 650px;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -640px;

}


.header {
	background-color: #6F7D94;
}


.content {
	padding: 10px 0;
    background-color: #FFF;
	opacity: 0.6;
    filter: alpha(opacity=60);
	height: 84%;
	width: 100%;
	float: left;
}


.contentblank {
	padding: 10px 0;
    height: 84%;
	width: 100%;
	float: left;
}



.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


.kontakt {
	height: 50%;
	width: 50%;
	float: inherit;
			
}


.footer {
	width: 100%;
	height: 16%;
	background-color: #AAA;
    opacity: 0.6;
	float: left;
}

.footer2 {
	width: 25%;
	height: 16%;
	background-color: #AAA;
	float: inherit;
}



.fltrt {  /
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->
</style>