body, html {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #ebebeb;
	margin: 0 auto;
	height: 100%;
	
}

a {
	color: #2075c4;
	text-decoration: none;
}
a:hover {color: red;text-decoration: underline;}
a:active {
	color: orange;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 740px;
	height: 100%;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;;
}

#logo {
	width: 100%;
	height:175px;
  font-size: 1.75em;
  color: #2075c4;
	float:left;
  vertical-align: middle;
  text-align: center;
	padding-top: 30px;
}

#logo .big {
	font-size: 2em;
}

#banner {
	 padding-top:5px;
	 padding-right: 5px;
	 margin:0;
	 width: 233px;
	 height: 175px;
     float:right;
}

#main {
	width:100%;
	margin:0;
	clear:both;
}

#left, #right {
	width:350px;
	height:120px;
	float:left;
	border:1px solid #ccc;
	padding:5px;
	margin-left: 5px;
}

.email, .phone, .fax, .www  { 
	display: block;
	height: 30px;
	padding-left: 40px;
	padding-top: 5px;
	border: 1px solid transparent;
	color: #2075c4;
	margin-bottom: 5px;
	font-size: 1.1em;
}

.email:hover, .phone:hover, .fax:hover, .naslov:hover, .davcna:hover, .maticna:hover, .trr:hover, .www:hover  {  border:1px solid #ccc;background-color:#ebebeb;}
.email { background: url(email.png) no-repeat left;}
.fax { background: url(fax.png) no-repeat left;}
.phone { background: url(phone.png) no-repeat left;}
.www { background: url(www.png) no-repeat left;}

.naslov, .davcna, .maticna, .trr { 
	display: block;
	height: 30px;
	padding-left: 2px;
	padding-top: 5px;
	border: 1px solid transparent;
	color: #2075c4;
	margin-bottom: 5px;
	font-size: 1.1em;
}

#bottom {
	text-align: center;
	padding-top:  10px;
}

#bottom img {
	padding-top:  10px;
}
