 BODY {
	color: Black;
	font-family :  Arial, Helvetica, sans-serif;
	font-size :12px;
	background :black;
   text-align: center;
}

#main_container {
   /*background: #8B8A89;*/
   width: 656px;
   height: 700px;
   margin: 10px auto 10px auto;
   _margin: 10px auto 10px auto;
   background: url(../images/bgr_main.gif) repeat-y;
}
#picture {
   width: 188px;
   height: 100px;
   float: left;
}

#top_container {
   width: 468px;
   height: 100px;
   float: right;
}

#header {
   background: White;
   width: 100%;
   height: 90px;
   float: left;
}

#menu_container {
   width: 188px;
   height: 510px;
   float: left;
   /*background: url(../images/bgr_menu_1.gif) repeat-y;*/
}

#menu_container a:hover {
   text-decoration: none;
}

.markermenu{
   margin: 5px 0;
   padding: 56px 0 0 0;
   width: 188px;
   list-style-type: none;
}

.markermenu li{
   background: url(../images/list_style_img.gif) no-repeat 163px 6px;
   font: bold 12px Arial, Helvetica, sans-serif;
   color: #504C4B;
   display: block;
   width: auto;
   margin: 0;
   padding: 0 35px 10px 0;
   text-align: right;
}

#empty {
   height: 110px;
}

#content {
   width: 418px;
   _width: 468px;
   height: auto;
   float: right;
   margin: 0;
   padding: 62px 25px 0px 25px;
   _padding: 62px 25px 0px 25px;
   text-align: left;
}

.links{
   margin: 0;
   padding: 0 0 15px 20px;
   list-style-type: none;
}

.links li{
   width: auto;
   margin: 0;
   text-align: left;
}

.links a{
   text-decoration: none;
   font-weight: normal;
}

#content TD {
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a {
   text-decoration: none;
   font-weight: bold;
   color: Black;
}

a:hover {
   text-decoration: underline;
}

tr.vilagos {
   background-color: #F4F4F4;
}

tr.sotet {
   background-color: #DFDFDF;
}

h1 {
	color: Black;
	font-family :  Arial, Helvetica, sans-serif;
	font-size :12px;
   font-weight: bold;
}
