html {
 height: 100%;
 width: 100%;
}

body {
 margin: 0px;
 font-family: tahoma;
 font-size: 11px;
 text-align: center;
 background-color: #D8D8D8;
 color: #A7A3A3;
}

a:link, a:visited, a:active { 
 text-decoration: underline;
 color: #7E7D7D;
}
	
a:hover {
 text-decoration: none;
 color: #7E7D7D;
}

.container {
 margin-left: auto;
 margin-right: auto;
 width: 632px;
}

.container .header {
 position: relative;
 top: 0px;
 height: 102px;
}

.container .tart {
 position: relative;
 top: -2px;
 background-image: url(../img/tart_bg.jpg);
 background-repeat: repeat-y;
}

.tart .menu {
 position: relative;
 top: 0px;
 height: 50px;
 overflow: hidden;
}

.menu .menu1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.menu .menu1 a {
	background: url(../img/menu01.jpg) no-repeat;
	width: 146px;
	height: 50px;
	display: block;
	margin: 0 0 0 0;
	text-decoration: none;
	text-indent: -200px;
	overflow: hidden;
}

.menu .menu1 a:hover{
	background-position: 0 -50px;
}

.menu .menu1 a:active{
	background-position: 0 -50px;
}

.menu .menu2 {
  position: absolute;
  top: 0px;
  left: 146px;
}

.menu .menu2 a {
	background: url(../img/menu02.jpg) no-repeat;
	width: 114px;
	height: 50px;
	display: block;
	margin: 0 0 0 0;
	text-decoration: none;
	text-indent: -200px;
	overflow: hidden;
}

.menu .menu2 a:hover{
	background-position: 0 -50px;
}

.menu .menu2 a:active{
	background-position: 0 -50px;
}

.menu .menu3 {
  position: absolute;
  top: 0px;
  left: 260px;
}

.menu .menu3 a {
	background: url(../img/menu03.jpg) no-repeat;
	width: 112px;
	height: 50px;
	display: block;
	margin: 0 0 0 0;
	text-decoration: none;
	text-indent: -200px;
	overflow: hidden;
}

.menu .menu3 a:hover{
	background-position: 0 -50px;
}

.menu .menu3 a:active{
	background-position: 0 -50px;
}

.menu .menu4 {
  position: absolute;
  top: 0px;
  left: 372px;
}

.menu .menu4 a {
	background: url(../img/menu04.jpg) no-repeat;
	width: 114px;
	height: 50px;
	display: block;
	margin: 0 0 0 0;
	text-decoration: none;
	text-indent: -200px;
	overflow: hidden;
}

.menu .menu4 a:hover{
	background-position: 0 -50px;
}

.menu .menu4 a:active{
	background-position: 0 -50px;
}

.menu .menu5 {
  position: absolute;
  top: 0px;
  left: 486px;
}

.menu .menu5 a {
	background: url(../img/menu05.jpg) no-repeat;
	width: 146px;
	height: 50px;
	display: block;
	margin: 0 0 0 0;
	text-decoration: none;
	text-indent: -200px;
	overflow: hidden;
}

.menu .menu5 a:hover{
	background-position: 0 -50px;
}

.menu .menu5 a:active{
	background-position: 0 -50px;
}

.menu .menu1 .menuselect {
 background-position: 0 -50px;
}

.menu .menu2 .menuselect {
 background-position: 0 -50px;
}

.menu .menu3 .menuselect {
 background-position: 0 -50px;
}

.menu .menu4 .menuselect {
 background-position: 0 -50px;
}

.menu .menu5 .menuselect {
 background-position: 0 -50px;
}

.tart .tartalom {
 position: relative;
 top: 0px;
 left: 39px !important;
 left: 0px;
 width: 555px;
 text-align: left;
}

.tart .box {
 background-image: url(../img/box_bg.jpg);
 background-repeat: repeat-y;
 background-position: left;
 background-color: #FFFFFF;
 width: 120px;
 position: absolute;
 top: 3px;
 left: 0px;
 padding-left: 20px;
}

.box #list {
 display: none;
}

.container .footer {
 position: relative;
 top: -2px;
 height: 48px;
}

.right_td {
 text-align: right;
 vertical-align: top;
}

.black_td {
 color: black;
 width: 320px;
 vertical-align: top;
}

.bal {
 width: 220px;
 vertical-align: top;
}

.heading_grey {
 font-size: 16px;
 font-weight: bolder;
 font-family: trebuchet MS;
}

.heading_blue {
 font-size: 18px;
 font-weight: bolder;
 color: #1D5DA7;
 font-family: trebuchet MS;
}

.flash {
 
}

.clearfix {
 clear: both;
}

.forms {
 font-family: Tahoma;
 font-size: 10px;
 color: #7E7D7D;
 text-decoration: none;
 background-color: #FFFFFF;
 border: 1px solid #1D5DA7;
 text-align: left;
}

