/* CSS RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
pravi stil
*/

body{
	
	/*background-image: url("http://www.amotamo.com/images/skica.jpg");*/

	background-color: #e6e6e6;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	font-family: Arial;
	color: #555;
}
#glava{
	
	background-image: url("http://www.amotamo.com/images/zaglavlje.jpg");
	width: 920px;
	height: 180px;
	margin: 0px auto;
	z-index: 5;

}
#slogan{
	position: relative;
	width: 633px;
	height: 65px;
	background-image: url("http://www.amotamo.com/images/slogan.png");
	z-index: 6;
	top: 84px;
	margin: 0px auto;
	left: 131px;
}
#navi{
	width:100%;
	height: 42px;
	background-image: url("http://www.amotamo.com/images/linkbarbg.png");
	z-index: 5;
	position: relative;
}
#tekst{
	width: 920px;
	margin: -15px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url("http://www.amotamo.com/images/mainbg.png");
	z-index: 3;
	position: relative;
}

#livo{
	float: left;
	width: 220px;
}
#livo img{
	width: 200px;
	height: 145px;
	border: 1px solid gray;
	margin-left: 15px;
	margin-bottom: 10px;
}
#desno{

	float: left;
	width: 180px;
}

#sredina{

	float: left;
	width: 510px;
	margin-left: 10px;
}
.clear{
	clear: both;
	width: 100%;
}
#donjalajna{

	width:100%;
	height: 15px;
	background-image: url("http://www.amotamo.com/images/donjasjena.png");
	z-index: 5;
	position: relative;

}
#footer{
	width: 900px;
	margin: 10px auto;
	text-align: center;
	font-size: 11px;
}
#footer a{
	text-decoration: none;
	color: #555;
}
#meni{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	height: 15px;
	line-height: 30px;
	left: -245px;
}

#meni a, #jezik a{
	margin-right: 5px;
	    color: white;
	    font-size: 12px;
	    text-decoration: none;
	    font-weight: bold;
}
#jezik a{
	display: block;
	float: left;
	height: 29px;
	width: 20px;
	padding-left: 3px;
}
.currentlang{
line-height: 29px;
height: 29px;
	background-image: url("http://www.amotamo.com/images/mijur.png");
}
#meni a:hover, #jezik a:hover{
}
#jezik{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100px;
	height: 15px;
	line-height: 30px;
	top: -15px;
	left: 440px;
	
}
#naslov-main{
	font-size: 13px;
	font-weight: bold;
}
#glavni-text{
	font-size: 12px;
}
#kalk{
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
}


.selectedLava{
}


.lavalamp {
	list-style:none;
	overflow:hidden;
	width: 900px;
	height: 29px;

}
.lavalamp li{
	position:relative; /* allows us to set the z-index */
	z-index:5; /* raises the z-index of the line item 5 levels all other elements */
	float:left;
	margin-left: 15px;
	    
	height: 29px;
}

.lavalamp li a{

	    color: white;
	    font-size: 14px;
	    text-decoration: none;
	    font-weight: bold;
	    
	    
}
.lavalamp li.backLava { 
	margin-left: -3px;
	padding-right: 3px;
	position: absolute;
	background-image: url("http://www.amotamo.com/images/mijur.png");
    height: 29px;
    z-index: 3;
}

