/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#B0B0B0;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
a:link, a:visited {
	text-decoration: none;
	color: #B80102;
	text-decoration:underline;
}
a:hover {
	text-decoration: none;
	color: #B80102;
	font-weight: bold;
}
h1 { 
	font-size: 18px;
	color: #B80102;
	text-transform:uppercase;
}
h2 { 
	font-size: 14px;
	color: #000000;
}
h3 { 
	font-size: 16px;
	color: #B80102;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background: url(../../images/structure/wrapper_bg.jpg);
	border: 1px solid #000000;
}
#head {
	width: 960px;
	height: 165px;
}

#navbar {
	width: 960px;
	height: 33px;
	text-align: center;
	background-image: url(../../images/structure/navbar_left.jpg);
}

#content {
	width: 960px;
	background-color: #9E9E9E;
	background-image: url(../../images/structure/bg_mid.jpg);
	background-repeat: no-repeat;
	min-height: 406px;
	/* IE hack min-height */
	height: auto !important;
	min-height: 406px;
	float: left;
	margin-bottom: 20px;

}
#adres {
	width: 141px;
	float: left;
	border: 1px solid #878787;
	background-color: #E5E5E5;
	color: #5F5F5F;
	font-size:12px;
	margin: 20px 10px 200px 10px;
}

#logo {
	border: 1px solid #878787;
	background-color: #E5E5E5;
	width: 145px;
	height: 238;
	text-align: center;
	float: left;
	margin-top: 20px;

}
#main {
	float: left;
	margin: 20px 10px 20px 0;
	width: 610px;
	padding: 10px;
	
	min-height: 420px;
	/* IE hack min-height */
	height: auto !important;
	height: 420px;
	/*background-image: url(../../images/structure/text_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #8b8b8b;*/
}

#main_occ {
	float: left;
	margin: 20px 10px 20px 0;
	width: 630px;	
	min-height: 500px;
	/* IE hack min-height */
	height: auto !important;
	height: 400px;
	/*
	background-image: url(../../images/structure/text_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #8b8b8b;*/
}

#top_afb {
	position: absolute;
	top: 0px;
	left: 1px;
}

#marquee {
	font-size: 12px;
	color: #5F5F5F;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	top: 198px;
	left: 20px;
	width: 920px;
}
#banner {
	padding-left: 5px;
	padding-bottom: 10px;
}

