html {
	overflow: hidden;
	height: 100%;
}

body {
	background: #91bbdf;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 150%;
	text-align: center;
}

* {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

#first_container {
	margin: 0 auto 0 auto;
	display: table;
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 670px;
}

#second_container {
	position: absolute;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}

#third_container {
	position: relative;
	top: -160px;
	width: 670px;
	margin: 0;
}

#menu {
	height: 40px;
	padding-right: 2px;
	margin: 0;
	list-style: none;
}

#menu li {
	float: right;
	display: block;
	width: 110px;
	height: 40px;
}

#menu a {
	display: block;
	width: 107px;
	height: 25px;
	background-color: inherit;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
	padding-top: 15px;
	background-image: url('gfx/ful_off.jpg');
}

#menu a:link, #menu a:visited {
	color: #ffffff;
}

#menu a:hover, #menu a:active {
	background-image: url('gfx/ful_on.jpg');
	color: #ffffff;
}

#menuselected {
	display: block;
	width: 107px;
	height: 25px;
	background-image: url('gfx/ful_selected.jpg');
	text-decoration: none;
	line-height: 25px;
	color: #6c98be;
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}

#submenu {
	float: left;
	height: 40px;
	width: 250px;
	padding-left: 10px;
	margin: 0;
	list-style: none;
}

#submenu li {
	float: left;
	display: block;
	width: 110px;
	height: 40px;
}

#submenu a {
	display: block;
	width: 107px;
	height: 40px;
	background-color: inherit;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
	background-image: url('gfx/bful_off.jpg');
}

#submenu a:link, #submenu a:visited {
	color: #ffffff;
}

#submenu a:hover, #submenu a:active {
	background-image: url('gfx/bful_on.jpg');
	color: #ffffff;
}

#submenuselected {
	display: block;
	width: 107px;
	height: 40px;
	text-decoration: none;
	line-height: 25px;
	color: #6c98be;
	text-align: center;
	background-image: url('gfx/bful_selected.jpg');
	font-weight: bold;
}

.border {
	background-color: #ffffff;
	padding: 15px 15px 15px 80px;
	height: 240px;
	background-image: url('gfx/inside_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
}

.logo {
	position: absolute;
	margin-left: 0px;
	margin-top: -40px;
	height: 40px;
	width: 276px;
	background-image: url('gfx/logo_hu.jpg');
	background-repeat: no-repeat;
}

.content {
	height: 240px;
	position: relative;
	display: table;
	line-height: 240px;
	vertical-align: middle;
	overflow: hidden;
}

.designinfo {
	margin-top: 0px;
	text-align: right;
	color: #ffffff;
	background-color: inherit;
	font-size: 10px;
}
a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
dl {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	top: 8%;
	}
dt {
	text-align: left;
	padding-left:5px;
	width: 200px;
	color: #ffffff;
	line-height: 20px;
}

dd {

	margin-top: -20px;
	text-align: left;
	width: 250px;
	padding-right:5px;
	margin-left: 200px;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
}
