*
{
  margin: 0px;
  padding: 0px;
}
  
body
{
  background-color: #2B2B2B;
  font-family: arial, sans-serif, verdana, helvetica;
  font-size: 13px;
  color: black;
  min-width: 926px;
  line-height: 15px;
}

#none_up, #none_down, #none_line
{
  width: 926px;
  cursor: default;
}

/* Fejléc */

#header_bg
{
  background: url(../images/header.jpg) repeat-x;
}  

#header
{
  width: 926px;
  height: 158px;
  margin: 0px auto;
}

#container
{
  width: 926px;
  height: 128px;
  cursor: default;
}

#slogen
{
  color: #808080;
  float: left;
  margin-left: 500px;
  margin-top: 60px;
  cursor: text;
}

#logo
{
  width: 72px;
  height: 103px;
  margin-left: 80px;
  float: left;
}

/* Vonal */
  
#line
{
  height: 5px;
  background-color: #da0000;
  overflow: hidden; /*IE6 bug fix*/
}

/* Törzs */

#content_bg_white
{
  clear: both;
  background: #FFFFFF;
}
 
#content_bg_up
{
  height: 19px;
  background: url(../images/shadow_up.jpg) repeat-x;
}
 
#content_bg_down
{
  clear: both;
  height: 19px;
  background: url(../images/shadow_down.jpg) repeat-x;
}    

#content
{
  width: 890px;
  margin: 0px auto;
}

#left_side
{
  width: 210px;
  float: left;
}

#right_side
{
  width: 680px;
  float: left;
}

a
{
  text-decoration: none;
  color: #D00000;
}

a:hover
{
  text-decoration: underline;
}

h1
{
  margin-bottom: 10px;
  border-bottom: #C0C0C0 solid thin;
  cursor: default;
}

h1 a
{
  font-weight: normal;
  color: #C0C0C0;
  font-size: 10px;
  padding: 1px;
  cursor: default;
}

h1 a:hover
{
  text-decoration: none;
}

h2
{
  font-weight: normal;
  color: #B00000;
  font-size: 15px;
  border-bottom: #B00000 solid thin;
  margin: 5px 0px 5px 0px;
  margin-top: 20px;
}

p.other
{
  clear: both;
}

ul.spec
{
  list-style-type: circle;
  margin: 10px 10px 20px 60px;
}

/* Lábléc */

#footer_bg
{
  clear: both;
  background: url(../images/footer.jpg) repeat-x;
}
  
#footer
{
  clear: both;
  width: 926px;
  height: 100px;
  margin: 0px auto;
  font-size: 12px;
  color: #bcbcbc;
  padding-top: 17px;
}

#footer a
{
  text-decoration: underline;
  color: #bcbcbc;
}

#footer a:hover
{
  text-decoration: underline;
}

/* Kép */

img
{
  border: none;
}
img.right
{
  clear: both;
  float: right;
  margin: 10px;
}

/* Doboz */

.box ul
{
  width: 100%;
  list-style-type: none;
  color: #F0F0F0;
}

.box ul a
{
  color: #F0F0F0;
}

.box ul li
{
  float:left;
  background-color: #444444;
  width: 290px;
  margin-left: 10px;
  border-bottom: solid 4px #8e0000;
}

.box ul li.first
{
  margin-left: 0px;
}

.box_none
{
  clear: both;
  width: 100%;
  height: 10px;
}

.box ul li .header
{
  background: url(../images/box_head.jpg) no-repeat;
  width: 280px;
  height: 29px;
  padding-right: 10px;
  padding-top: 14px;
  text-align: right;
  font-weight: bold;
}

.box ul li .content
{
  background: url(../images/box_content_up.jpg) repeat-x;
  width: 270px;
  padding: 10px;
  text-align: justify;
}

/* Címlap logó */

#front_logo
{
  background: url(/images/cimlap/front6.jpg) no-repeat;
  width: 590px;
  height: 156px;
  float: left;
  margin-left: 10px;
}

/* Táblázatok */

table.global
{
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
}

table.global td
{
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

table.global td.header
{

	background-color: #a00000;
	color: white;
	text-align: center;
  font-weight: bold;
}

table#none_border, table#none_border td
{
  border-width: 0px;
}

/* Űrlapok */

input.button {
	width: 90px;
	padding: 1px;
	border: 1px solid #808080;
	background-color: #E8E8E8;
	cursor: pointer;
	margin-top: 6px;
}

input.button:hover {
	font-weight: bold;
}

input, textarea, select {
	border: 1px solid #808080;
	padding: 2px;
}

.w400
{
  width: 400px;
}

textarea
{
  height: 200px;
}

input:focus, textarea:focus, select:focus, input.sffocus, textarea.sffocus {
	background-color: #F0F0F0;
}

/* Hibalista */

.error_msg
{
  border: 1px solid black;
  background: url(../images/box_content_up.jpg) repeat-x;
  background-color: #444444;
  color: #F0F0F0;
  padding: 10px;
}

/* Widgetek */

.widget
{
  width: 190px;
  border: 1px solid black;
  background: url(../images/box_content_up.jpg) repeat-x;
  background-color: #444444;
  color: white;
  padding: 5px;
  text-align: justify;
}

.widget a
{
  color: white;
  display: block;
}

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

