/* CSS Document */
BODY {
	margin: 0;
	background-image: url(/images/structure/bg_total.jpg);	
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 11px;
	color: #000;
	line-height: 14px;
}
a {
	text-decoration: none;
	color: #000467;	
}
a:hover, a:active {
	text-decoration: underline;
	color: #000467;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 15px;
	color: #000467;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 15px;
	color: #000467;
	font-weight:bold;
	margin:0;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin:0;
}

.fixable {
	
}
#wrapper {
	position:relative;
	margin: 0 auto;
	width: 935px;
	text-align: left;
	background-image:url(/images/structure/bg.jpg);
	background-repeat:repeat-y;
}
#logo {
	position: absolute;
	top: 214px;
	left:26px;
}
#midden {
	text-align:left;
	background-image:url(/images/structure/bg_mid.jpg);
	background-repeat:repeat-y;
}
#main {
	min-height: 330px;
	height:auto !important;
	height:330px; 
	padding: 12px;
	width: 548px;
}
#adres {
	position: absolute;
	top: 354px;
	left: 756px;
	width:159px;
	background-image:url(/images/structure/bg_adres.jpg);
	background-repeat:no-repeat;
	background-color:#F0F0F0;
	min-height: 250px;
	height:auto !important;
	height:250px; 
}
.adres {
	padding: 10px 6px 10px 10px;
}
div#marquee {
	position:absolute;
	top: 5px;
	left: 30px;
	width: 900px;
}
div#marquee .marquee span{
	font-weight: bold;
	font-size: 13px;
	color: #000467;
	line-height:17px;
}
div#maquee span.marquee { 
	visibility: hidden;
}

/* =========== KEEP THIS LAST, OTHERWISE WEBKIT BASED BROWSERS WILL FAIL */
img.fixable
{
      filter:expression( typeof XMLHttpRequest == "undefined" ? ( (typeof this.src == "string" && this.src.match(".png") == ".png" ? this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')" + (this.src="/images/spacer.gif").substr(0,0) : "") ) : "");
}

