@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #858585;
	font-family: Calibri, arial, verdana, sans-serif;
	font-size: 0.9em;
	background: #e1e1e1;
	text-align: left;
	min-height: 100%;
}


.proverbum #container{
	width: 907px;
	margin: 0 auto;
}

/* background corners */
.proverbum #container #top{
	width: 907px;
	height: 16px;
	margin-top: 21px;
	background-image: url(../images/bckg/top.gif);
	background-repeat: no-repeat;
}
.proverbum #container #middle{
	width: 907px;
	height: 100%;
	background-image: url(../images/bckg/middle.gif);
	background-repeat: repeat-y;
}
.proverbum #container #bottom{
	width: 907px;
	height: 13px;
	background-image: url(../images/bckg/bottom.gif);
	background-repeat: no-repeat;
}


/* header */
.proverbum #container #middle #header{
	width: 907px;
	height: 437px;
}
.proverbum #container #middle #header #leftTop{
	width: 256px;
	height: 437px;
	float: left;
}
.proverbum #container #middle #header #leftTop #logo{
	width: 183px;
	height: 94px;
	margin: 13px 0 22px 80px;
	float: left;
}
.proverbum #container #middle #header #leftTop #naziv {
	height: 13px;
	font-family: Arial;
	font-size: 13px;
	font-style: italic;
	color: #007cc2;
	padding: 0 0 0 50px;
	margin:0;
}
.proverbum #container #middle #header #leftTop #menu{
	width: 256px;
	height: 299px;
	background-image: url(../images/meni.gif);
	background-repeat: no-repeat;
	padding: 50px 15px 20px 0;
	font-size: 135%;
}
.proverbum #container #middle #header #linksRight{
	width: 230px;
	height: 12px;
	margin: 2px 52px 0 0;
	font-size: 75%;
	color: #ff9900;
	display:inline;
	float: right;
}

/* picture */
.proverbum #container #middle #header #picture{
	width: 651px;
	height: 385px;
	float: left;
}
.proverbum #container #middle #header #picture #topPict{
	width: 639px;
	height: 357px;
	background-color: #fff;
	float: left;
}
.proverbum #container #middle #header #picture #topPict #slika{
	width: 633px;
	height: 350px;
	margin: 7px 0 0 7px;
}
.proverbum #container #middle #header #picture #rightPict{
	width: 12px;
	height: 357px;
	float: left;
	background-image: url(../images/bckg/rightPicture.gif);
	background-repeat: no-repeat;
}
.proverbum #container #middle #header #picture #bottomtPict{
	width: 651px;
	height: 29px;
	float: left;
	background-image: url(../images/bckg/bottomtPicture.gif);
	background-repeat: no-repeat;
}
/* end picture */

/* end header */


/* main part with text and baner */
.proverbum #container #middle #main{
	width: 851px;
	background-color: #f5f5f5;
	margin: 0 37px 0 19px;
	
}
.proverbum #container #middle #main #baners{
	width: 270px;
	padding-left: 19px;
	float: left;
}
.proverbum #container #middle #main #baners #sap{
	width: 270px;
	height: 143px;
	margin-top: 10px;
}
.proverbum #container #middle #main #Central{
	width: 531px;
	padding: 0 15px 16px 16px;
	background-color: #ffffff;
	float: left;
}
.detaljnije{
	height: 18px;
	color: #858585;
	text-align: right;
	padding: 0 12px 0 0;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 523px 7px;
}
/* end main */


/* footer */
.proverbum #container #footer{
	width: 907px;
	height: 28px;
	font-size: 75%;
	padding: 3px 0 14px 0;
}
.copywrite{
	float: left;
	padding-left: 38px;
}
.adresa{
	float: right;
	padding-right: 52px;
}
/* end footer */


h1{
	height: 20px;
	font-size: 135%;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}
h2{
	font-size: 100%;
	font-weight: bold;
	color: #007cc3;
	margin: 0 auto;
	padding: 2px 0 7px 0;
}
p{		
	margin: 0 auto;
	display: inline;
}
.margina{ margin-left: 19px;
}
.clear{ clear: both;
}


/* links */
.detaljnije a{
	color: #858585;
	text-decoration: none;
}
.detaljnije a:hover{
	color: #ff9900;
	text-decoration: none;
}
a, a:hover #linksRight{
	text-decoration: none;
	color: #ff9900;	
}
/* end links */
