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

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
.kontejner {
	width: 554px;
		margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	
}
	
.logo {
	margin-top: 62px;
}

.work {
		width: 345px;
		margin-left: 52px;
		margin-top: 40px;
		border-bottom: 1px solid #e2e2e2;
		padding-bottom: 2px;
}

.text {
	float: left;
	width: 175px;
	padding: 5px;
	font-size: 11px;
}
.text strong {
	color:#000000;
}




.slika {
	width: 160px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

.slika img {

	border: 1px #d9d9d9 solid;
}

.text a:link {
	color: #006633;
	text-decoration:none;
}

.text a:visited {
	color: #006633;
		text-decoration:none;
}

.text a:hover {
	color: #006633;
 	text-decoration:underline;
}


.kontakt {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	background-color: #EFEFEF;
	text-align: center;
	height: 21px;
	line-height: 21px;
}

.kontakt a:link,
.kontakt a:visited {
	text-decoration: none;
	color: #000;
	margin-right: 50px;
}

.kontakt a:hover {
	text-decoration: underline;
}
