/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #000000;
}
table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0;	
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #3860A6;
}
h1 { 
	font-size: 18px;
	color: #000000;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 958px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(../../images/structure/main.jpg);
}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#content {
	position: absolute;
	top: 297px;
	left: 0px;
	width: 749px;
	min-height: 316px;
	height: auto !important;
	height: 316px;
	padding: 16px 0px 71px 209px;
	background-image: url(../../images/structure/main.jpg);
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#slideshow {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#marquee {
/*
	position: absolute;
	top: 120px;
	left: 0px;
	width: 958px;
*/
	color: #1e2d41;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
}

#naw {
	position: absolute;
	top: 186px;
	left: 11px;
	width: 150px;
	z-index: 1;
	color: #ffffff;
}

#logos {
	position: absolute;
	bottom: 0px;
	left: 209px;
	width: 750px;
	height: 55px;
	background-image: url(../../images/structure/branchelogos_balk.jpg);
	text-align: center;
	margin-top: 1em;
	line-height: 55px;
}

#logos img {
	margin: 0px 5px;
	vertical-align: middle;
}

#menu {
	position: absolute;
	top: 297px;
	left: 3px;
	width: 184px;
	z-index: 1;
}