body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;  /* 16px × 62.5% = 10px || 16px × 68.75% = 11px*/
	text-align: center;
	background-color: rgb(138,187,230);
	background-image: url(slike/ferlauf1.jpg);
	background-repeat:repeat-x;
	}
#container {
	position: relative;
	top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	height: 550px;
	border: white solid 5px;
	}
#slika1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 168px;
	height: 550px;
	border-right: white solid 5px;
}
#glava {
	position: absolute;
	left: 173px;
	width: 678px;
	height: 140px;
	border-bottom: white solid 5px;
}
#glavni {
	position: absolute;
	left: 173px;
	top: 145px;
	width: 676px;
	height: 405px;
	background-color: rgb(99,161,211);
	background-image: url(slike/ferlauf2.jpg);
	background-repeat:repeat-x;
}
#meni {
	position: absolute;
	left: 58px;
	top: 28px;
}
a.ikone {
	border: none;
	margin-right: 0px;
	cursor:pointer;
}
/*a.ikone:hover {
	border-bottom: white solid 2px;
}*/
#crta {
	position: absolute;
	left: 60px;
	top: 81px;
	width: 595px;
	height: 10px;
	background-color: rgb(56,132,190);
}
#naslov {
	position: absolute;
	left: 410px;
	top: 50px;
	font-size:20px;
	color: white;
	text-align: right;
	font-style: italic;
	font-weight: bolder;
	width: 247px;
}
#text_1 {
	position: absolute;
	left: 60px;
	top: 115px;
	width: 275px;
	text-align: left;
	color: white;
}
#text_2 {
	position: absolute;
	left: 408px;
	top: 115px;
	width: 250px;
	height: 300px;
/*	padding-right: 5px;
	overflow: scroll;
	clip: rect(0, 255px, 280px, 0);*/
	color: white;
	text-align: left;
}
a.brochure {text-decoration:none;}
a.brochure img {border:none;}
