@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body {
	background-color: #9380bb;
}

#glavni { 
	width:100%;
	height:1350px;
}

#logo {
	position:absolute;
	float:left;
	left: 135px;
	top: 90px;
	}

#meni li {
	display:inline;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:20px;
}


#meni li a { 
	color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
}
div #lista {
	position:absolute;
	right: 135px;
	top: 70px;
}

ul#meni li a:hover { 
color:#f69882;
border-bottom: 3px solid #4cc0b7;
}

#cenovnik p {
	position:absolute;
	font-family: 'Roboto', sans-serif;
	font-weight:600;
	font-size:32px;
	color: white;
	left: 704.7px;
	top: 225px;
}

#linijacenovnik {
	position:absolute;
	top: 305px;
	left:755px;
}

#tabela {
	position:absolute;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	left: 590px;
	top: 390px;
}

#table th {
	color: #f69882;
	height: 50px;
	width: 300px;
	text-align:left;
}

#table td {
	color:#FFFFFF;
	height: 50px;
}
#table tr:not(.section) :hover {
	color: #4cc0b7;
}




div #krug {
	position:absolute;
	top:1485px;
	left:790.5px;
}




div #futer {
	position:absolute;
	top:1680px;
	width: 100%;
	height:200px;
	background-color: #f69882;
}
#ikonice li {
	display:inline;
	padding-right: 11px;
	padding-left: 11px;
}
#ikone {
	position:absolute;
	top:1748px;
	left: 594px;
	z-index: 100;
}
div #verlinija {
	position:absolute;
	height:97px;
	width:200px;
	border-right: 3px solid #fff;
	left: 572px;
	top:1735px;
	z-index: 10;
}
#futekst {
	position:absolute;
	line-height: 170%;
	top: 1711px;
	left: 812px;
}
#futekst p  {
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	color: white;
	font-size:16px;
}
#futekst a {
	color: white;
	
}

