
body {
	margin:0px; padding:0px;text-align:center; 
	background-color: #fff;
	font: normal 15px "Trebuchet MS", Helvetica, sans-serif;
}
#rainbow {
	width:100%; height:30px; margin:0; padding:0;
	background: url(images/bg_rainbow.jpg) top left; background-repeat: repeat-x;
}
#content_ {
	width:500px;margin:0px auto; margin-top: 150px; text-align:left;padding:15px;
	background-color:#eee;	
	opacity:0.7; filter:alpha(opacity=70);
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	-moz-border-radius: 5px; border-radius: 5px;
	border: 1px solid #999;
}
#content {
	width:700px; margin:0px auto; margin-top: 20px; text-align:left;padding:15px;
}
.contentWidth {
	width:95%; margin:0px auto; margin-top: 20px; text-align:left;padding:15px;
	max-width: 870px;
}
.bgMenuSmall {
	background: #000; margin:0px auto; margin-top: 20px; text-align:left;
}


#logo {
	margin-top: 20px;
    width: 100%;
    max-width: 600px;
}
#footer {
	margin-top: 20px;  padding-top:10px; padding-bottom: 10px; background-color: #000; color: #ccc;
	border-top: 1px solid #ddd;
}
#footer div {width: 100%;}
#footer span {padding: 0px 10px; line-height: 1.6em;}
#footer .footer-row:hover{ color: #ec008c;}
.eu-fondovi {
    margin-top: 50px;
}

h1, h2, h3 {font-family: "Trebuchet MS", Helvetica, sans-serif}
h1 {border-bottom: 2px solid #ec008c; font-style:italic;}
.color-pink {color: #ec008c; }

a {color: #03a40a; text-decoration:none;}
li {list-style:square; color: #510030; line-height: 1.4em;}
a h2.nolink {color: #000; text-decoration: none;}

.container {
    margin: 0px auto;
    width: 100%;
    margin-top: 20px;
    text-align: left;
    padding: 15px;
    max-width: 1222px;
}
.container-sub {
    display: flex;
    display: -webkit-flex; /* Safari 8 */
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; /* Safari 8 */
    justify-content: center;
    -webkit-justify-content: center; /* Safari 8 */
}
.card {
	width: 160px; height: 260px; background-color: #efefef; padding: 4px; 
	margin-right: 5px; margin-bottom: 15px; 
	border: 0px solid #ddd; border-bottom: 0px solid #aaa;  
	text-align: center;
}
.card h2 {margin:0; padding:0; font: bold 18px "Trebuchet MS", Helvetica, sans-serif;}

.cardmini_container {
	margin: 0px auto;
	width: 100%;
	max-width: 90%;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
}
.cardmini {
	width: 80px; height: 80px; float: left; background-color: #efefef; padding: 4px; 
	margin-right: 0px; margin-bottom: 5px; 
	border: 0px solid #ddd; border-bottom: 0px solid #aaa;  
	text-align: center;
}
.cardmini img {width: 80px; height: 80px;}
.cardmini.selected {border: 4px solid #ec008c; padding:0; opacity:0.7; filter:alpha(opacity=70);}


table.strojevi td {border-bottom: 1px solid #dbdbdb;}
table.strojevi img.stroj{width:120px;}
table.strojevi span{color: #666;font-size: 16px; font-weight: bold;}
