html, body {
	width: 100%;
	margin: 0px;
	background-image: url(../../images/structure/bg.gif);
	background-repeat: repeat;

}

table {
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
img {
	border: 0px;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}
h1 { 
	font-size: 18px;
	color: #fff;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.clear {
	clear: both;
}
div#wrapper {
	position: relative;
	margin: 0  auto;
	width: 960px;
	padding: 0 8px 0 8px;
	background-image: url(../../images/structure/bg_wrapper.jpg);
	background-repeat: repeat-y;

}
div#top {
	width: 960px;
	height:187px;
}
#topslide {
	position: absolute;
	top: 20px;
	right: 8px;
}
div#logo {
	position: absolute;
	top: 70px;
	left: 15px;
	width: 330px;
	height: 90px;

}
#adres {
	position: absolute;
	top: 85px;
	left: 380px;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
div#menu {
	width: 960px;
	background-image: url(../../images/structure/bg_menu.jpg);
	background-repeat: repeat-x;
	height: 41px;
	text-align: center;
}

div#content {
	width: 660px;
	padding: 20px 150px 20px 150px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}
div#bottom {
	margin-left: -8px;
	background-image: url(../../images/structure/bottom.jpg);
	background-repeat: no-repeat;
	height: 26px;
	color: #000;
	font-size: 10px;
	text-align: center;
}
div#bottom a, div#bottom a:hover {
	color: #000;
	text-decoration: none;
}

div#marquee {
	width: 960px;
	background-image: url(../../images/structure/bg_marquee.jpg);
	background-repeat: repeat-x;
	height: 20px;
}
.marquee span{
	color:#000;
	font-size: 14px;
	font-weight: bold;
}

