* {
 	padding: 0px;
 	margin: 0px;
}

img {
	border: 0px;
}

a {
	color: #3094b8;
	text-decoration: underline;
}

html, body {
	font-family: arial, verdana;
	font-size: 12px;
	background:  #FFF;
	/*background:  #ccf0fa url('../../gfx/bg.jpg') center;*/
	height: 100%;
}

div#container {
	behavior: url('../../include/htc/png_behaviour.htc');
	background: url('../../gfx/bg2.png') no-repeat;
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 576px;
}

img#logo {
	behavior: url('../../include/htc/png_behaviour.htc');
	position: absolute;
	height: 157px;
	width: 248px;
	top: 40px;
	left: 90px;
}

img#bol_image {
	behavior: url('../../include/htc/png_behaviour.htc');
	position: absolute;
	height: 131px;
	width: 139px;
	top: 35px;
	left: 500px;
}

img#line {
	position: absolute;
	top: 130px;
	left: 692px;
}

h1 {
	position: absolute;
	top: 165px;
	left: 490px;
	height: 380px;
	width: 480px;
	font-size: 16px;
	color: #36bce2;
	font-weight: normal;
}

h2 {
	font-size: 13px;
	font-weight: bold;
}

div#content {
	position: absolute;
	top: 195px;
	left: 490px;
	/*height: 370px;*/
	width: 470px;
	overflow: auto;
	line-height: 22px;
	padding: 0 10px 0 0;
	background-color: #fff;
}

div.spacer {
	clear: both;
}

/**
 * Content
 */
 
div.text_block {
	float: left;
	margin: 0 0 10px 0;
	width: 448px;
}

.text_block div.text {
	width: 270px;
	float: left
}
 
.text_block div.picture {
	float: right;
}
 
.text_block div.picture img {
	border: 1px solid #e3e3e3;
	padding: 1px;
}

/**
 * Menu items
 */
 
img#menu_1,
img#menu_2,
img#menu_3,
img#menu_4,
img#menu_5 {
	behavior: url('../../include/htc/png_behaviour.htc');
	position: absolute;
}

img#menu_1 {
	width: 110px;
	height: 35px;
	top: 245px;
	left: 190px;
}

img#menu_2 {
	width: 95px;
	height: 55px;
	top: 460px;
	left: 175px;
}

img#menu_3 {
	width: 67px;
	height: 36px;
	top: 333px;
	left: 294px;
}
img#menu_4 {
	width: 89px;
	height: 23px;
	top: 335px;
	left: 102px;
}
img#menu_5 {
	width: 60px;
	height: 14px;
	top: 440px;
	left: 35px;
}

/**
 * Sub menu
 */
 
div#submenu1 {
	background: url('../../gfx/submenu_item.jpg') no-repeat ;
	background-position: 0 120%;
	position: absolute;
	top: 110px;
	left: 880px;
	height: 20px;
	width: 80px;
	cursor: pointer;
}

div#submenu1:hover {
	background-position: 0 0;
}

div#submenu2 {
	background: url('../../gfx/submenu_item2.jpg') no-repeat;
	background-position: 0 120%;
	position: absolute;
	top: 110px;
	left: 780px;
	height: 20px;
	width: 80px;
	cursor: pointer;
}

div#submenu2:hover {
	background-position: 0 0;
}

div#submenu3 {
	background: url('../../gfx/submenu_item3.jpg') no-repeat;
	background-position: 0 120%;
	position: absolute;
	top: 110px;
	left: 630px;
	height: 20px;
	width: 138px;
	cursor: pointer;
}

div#submenu3:hover {
	background-position: 0 0;
}

div#submenu4 {
	background: url('../../gfx/submenu_item4.jpg') no-repeat;
	background-position: 0 120%;
	position: absolute;
	top: 110px;
	left: 810px;
	height: 20px;
	width: 143px;
	cursor: pointer;
}

div#submenu4:hover {
	background-position: 0 0;
}

div#submenu5 {
	background: url('../../gfx/submenu_item5.jpg') no-repeat;
	background-position: 0 115%;
	position: absolute;
	top: 110px;
	left: 700px;
	height: 15px;
	width: 100px;
	cursor: pointer;
}

div#submenu5:hover {
	background-position: 0 0;
}

div#submenu6 {
	background: url('../../gfx/submenu_item6.jpg') no-repeat;
	background-position: 0 115%;
	position: absolute;
	top: 110px;
	left: 810px;
	height: 15px;
	width: 143px;
	cursor: pointer;
}

div#submenu6:hover {
	background-position: 0 0;
}

div#submenu7 {
	background: url('../../gfx/submenu_item7.jpg') no-repeat;
	background-position: 0 115%;
	position: absolute;
	top: 110px;
	left: 880px;
	height: 15px;
	width: 80px;
	cursor: pointer;
}

div#submenu7:hover {
	background-position: 0 0;
}

div#submenu8 {
	background: url('../../gfx/submenu_item8.jpg') no-repeat;
	background-position: 0 115%;
	position: absolute;
	top: 110px;
	left: 780px;
	height: 15px;
	width: 60px;
	cursor: pointer;
}

div#submenu8:hover {
	background-position: 0 0;
}

th {
	text-align: right;
	font-weight: normal;
	
}