<!--

/* general */

a { text-decoration: none; }
a:HOVER { text-decoration: underline; }
ul {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 3px 0px;
}
body {
  margin: 0px;
  padding: 0px;
  background-color: #ababab;
  font-family: Verdana;
  font-size: 11px;
  height: 100%;
}
/*html { height: 100%; }*/
img { border: 0px; }
form {
  padding: 0px;
  margin: 0px;
}

/* template */

.clear {
  clear: both;
  line-height: 0;
  display: block;
}

#marginleft {
  background-color: #ababab;
}

#marginright {
  width: 50%;
  height: 100%;
  min-height: 100%;
  background-color: #d4d4d4;
}

#centered {
  width: 722px;
  position:absolute;
	top: 0px;
	left: 50%;
  margin-top: 0px;
	margin-left: -361px; /*set to a negative number 1/2 of your width*/
  height: 100%;
  min-height:100%;/*for mozilla*/
  background-color: #ab14cd;
  background-image: url(../img/bg_page_bottom.gif);
}

#centered2{
  float: left;
  width: 722px;
  height: 100%;
  min-height:100%;/*for mozilla*/
  background-color: #d4d4d4;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  background-image: url(../img/bg_page_bottom.gif);
  font-size: 11px;
}
#centered3{ float:left;
}
/*html>body #centered {height:auto}for mozilla */

#header {
  float: left;
}
#logo {
  float: left;
  width: 201px;
  height: 89px;
  background-color: #ababab;
}

#logo img {
  position: relative;
  top: 9px;
  left: 0px;
}

#headerrightcontainer {
  float: left;
  height: 89px;
  background-color: #d4d4d4;
}

#headerright1 {
  float: left;
  width: 521px;
  height: 64px;
  background-color: #d4d4d4;
}

#headerright1 img { float: right; }

#headerright2 {
  float: none;
  width: 521px;
  height: 25px;
  background-color: #d4d4d4;
}

#headerright2separator {
  float: left;
  width: 5px;
  height: 25px;
  background-color: #d4d4d4;
}

#headerright2menu {
  float: left;
  width: 494px;
  height: 25px;
  background-color: #ffffff;
  text-align: center;
}

#headerright2menu span {
  margin-left: 20px;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: 8px;
}

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

#headerright2menu img {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}

#menu1 {
  color: #bc2946;
}

#menu2 {
  color: #50829d;
}

#menu3 {
  color: #5c8f80;
}

#headerright2shadow {
  float: left;
  width: 22px;
  height: 25px;
  background-image: url(../img/bg_shadow_top_right.gif);
  background-repeat: repeat-y;
  background-color: #d4d4d4;
}

#contentcontainer {
  float: left;
  width: 709px;
}

#contentfull {
  width: 709px;
  height: 400px;
  background-color: #ffffff;
  background-image: url(../img/bg_shadow_right.gif);
  background-repeat: repeat-y;
  background-position: 700px 0px;
  text-align: left;
  vertical-align: top;
}

#contentsidebar {
  width: 201px;
  height: 400px;
  background-color: #f5f5f5;
  padding-top: 20px;
  text-align: left;
  vertical-align: top;
}

#contentnormal {
  width: 508px;
  height: 400px;
  background-color: #ffffff;
  background-image: url(../img/bg_shadow_right.gif);
  background-repeat: repeat-y;
  background-position: 499px 0px;
  text-align: left;
  vertical-align: top;
}

.SiblingBox {
  padding-top: 24px;
  width: 180px;
}

.SiblingBoxItem {
  padding: 0px 0px 10px 0px;
  text-transform: uppercase;
  font-size: 10px;
  text-align: right;
}

.SiblingBoxItem a:hover {
  text-decoration: none;
}

/*
#contentright {
  float: left;
  background-color: #d4d4d4;
}
*/
#contentfooter1 {
  float: left;
  width: 201px;
  height: 13px;
  background-color: #676767;
}

#contentfooter2 {
  float: left;
  width: 499px;
  height: 13px;
  background-color: #ffffff;
}

#contentfooter3 {
  float: left;
  width: 9px;
  height: 13px;
  background-image: url(../img/bg_shadow_right.gif);
}

#footertop {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 709px;
  height: 15px; /* 7 */
  background-image: url(../img/bg_shadow_bottom.gif);
  background-repeat: no-repeat;
}

#footercontainer {
  float: left;
  width: 709px;
  height: 55px;
}

#footer1 {
  float: left;
  width: 201px;
  height: 55px;
  background-color: #ababab;
  color: #ffffff;
  font-size: 10px;
}

#footer1 img {
  float: left;
}

#footer1 span {
  position: relative;
  top: 12px;
  left: 10px;
}

#footer2 {
  float: left;
  width: 499px;
  height: 55px;
  background-color: #d4d4d4;
  text-align: right;
}

#footer3 {
  float: left;
  width: 9px;
  height: 55px;
  background-color: #d4d4d4;
}

#footer2 .footerinput {
  width: 100px;
  height: 20px;
  border: 1px solid #676767;
  background-color: #d4d4d4;
  padding: 2px;
  font-size: 10px;
}

#footer2 .footersubmit {
  margin-top: 0px;
  vertical-align: top;
}

/* index */



/* formatted content */

/* WEBEDITOR FORMATTED STYLES*/
.Preformat { margin: 0px; padding: 0px; background-color: #ffffff; font-family: Verdana; font-size: 12px; line-height:1.5em; color:1c1c1c; }
.Preformat A { color: #ababab; font-size: 11px; font-weight: bold; }
.Preformat H1 { padding-top: 10px; padding-bottom: 5px; margin: 0px; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.Preformat H3 { padding-top: 10px; padding-bottom: 3px; margin: 0px; font-size: 11px; font-weight: bold; text-decoration: none;}
.Preformat H2 { padding-top: 10px; padding-bottom: 3px; margin: 0px; font-size: 11px; font-weight: normal;text-transform: uppercase;text-decoration: none;}
.Preformat p { padding: 0px 0px 2px 0px; }
.Preformat p.warning {font-weight: normal; border:1px dashed #676767; background-color:#e7e7e7; vertical-align: middle; color:#cc0000; padding:5px; background-position: 3px 50%; padding: 5px 3px 5px 35px; margin: .4em 0; background-image: url(icon_warning.gif); background-repeat: no-repeat;}

/* TABLE FORMATTING STYLES*/
.Preformat TABLE { vertical-align: top; padding:0px; text-align: left; border: 0px solid #cccccc; color: #000000; empty-cells: show; font-size: 11px; font-family: Verdana; font-style: normal; font-weight: normal; text-decoration: none;}
.Preformat TR  {color: #000000;}
.Preformat TH  {}
.Preformat TD  { vertical-align: middle; border-bottom: 1px solid #ababab; padding: 2px;} 
.Preformat TD.cim  { vertical-align: middle;  background-color: #fff; color:000; text-transform:uppercase; font-size: 11px; font-family: Verdana; font-weight: normal; text-decoration: none; text-align: justify; border: 1px solid #cccccc; padding: 3px;} 
.Preformat TD.oszlopfo  { font-weight: bold; vertical-align: middle;}
.Preformat TD.szekcio  { background-color: #c1c1c1; padding-top:7px; text-align:left; font-weight: bold; color:#bc2946;} 

/*SPECIAL FORMATTING*/
.Preformat a.pdf_download
	{text-align: left; font-weight: normal; border:1px dashed #676767; display:block; vertical-align: middle; color:#FF9933; background-position: 3px 50%; padding: 5px 3px 5px 35px; margin: .4em 0; background-image: url(icon-mini-pdf.gif); background-repeat: no-repeat;}
.Preformat a.wmv_download
	{text-align: left; font-weight: normal; border:1px dashed #676767; display:block; vertical-align: middle; color:#FF9933; background-position: 3px 50%; padding: 5px 3px 5px 35px; margin: .4em 0; background-image: url(icon_wmv.gif); background-repeat: no-repeat;}
.Preformat a.download
	{text-align: left; font-weight: normal; border:1px dashed #676767; display:block; vertical-align: middle; color:#FF9933; background-position: 3px 50%; padding: 5px 3px 5px 35px; margin: .4em 0; background-image: url(icon_download.gif); background-repeat: no-repeat;}
.Preformat a.mp3_download
	{text-align: left; font-weight: normal; border:1px dashed #676767; display:block; vertical-align: middle; color:#FF9933; background-position: 3px 50%; padding: 5px 3px 5px 35px; margin: .4em 0; background-image: url(icon_mp3.gif); background-repeat: no-repeat;}

/* IMAGE FORMATTING STYLES*/
.Preformat IMG.floatright
{
	float: right;
	margin: 0 0 5px 7px;
	border: 5px solid #cccccc;
	padding: 0px;
}
.Preformat IMG.floatleft
{
  float: left;
  margin: 0 7px 5px 0;
  border: 5px solid #cccccc;
  padding: 0px;
}

-->
