*
/*Set's border, padding and margin to 0 for all values*/
 {
	padding: 0;
	margin: 0;
	border: 0;
}

body, html {
	color: #333;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	background-color: #eee;
	text-align: center;
/*** Centers the design in old IE versions ***/
	height: 100%;
}

.clear {
	clear: both;
}

#mainContainer {
	width: 990px;
	margin: 0 auto;
/*** Centers the design ***/
	min-height: 100%;
	background: #eee url(../img/back.jpg) repeat-y;
/*** This is our faux columns ***/
	text-align: left;
/*** Because we centered the text in body we have to move the text back to left aligning ***/
}

* html #mainContainer {
	height: 100%;
/*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/**************************HEADER**************************/
#header {
	height: 243px;
	width: 990px;
	background-color: #555;
}

#header_bal {
  float: left;
	height: 243px;
	width: 320px;
}

#header_jobb {
  float: left;
	height: 243px;
	width: 670px;
}

#header_1 {
	height: 190px;
	background: #555 url(../img/head_1.jpg) no-repeat;
}

#header_2 {
	height: 53px;
	background: #555 url(../img/head_2.jpg) no-repeat;
}

#header_3 {
	height: 55px;
	background: #353535;
}

#header_4 {
	height: 61px;
	background: #555 url(../img/head_4.jpg) no-repeat;
}

#header_5 {
	height: 74px;
	background: #555 url(../img/head_5.jpg) no-repeat;
}

#header_6 {
	height: 53px;
	background: #555 url(../img/head_6.jpg) no-repeat;
}

/**************************CONTENT AND COLUMNS**************************/
.outer {
	padding-left: 165px;
}

* html .outer {
	padding-right: 120px;
/* Normally this shouldn't be in this hack, it should be in .outer, but because of IE7 I had to */
}

.inner {
	width: 825px;
/*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
	padding-bottom: 30px;
}

* html .inner {
	width: 100%;
}

/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushingdiv.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.***/
.float-wrap {
	float: left;
	width: 668px;
	margin-left: -165px;
/*** Same length as .outer padding-left but with negative value ***/
}

#content {
	float: right;
	width: 325px;
	background: #fff;
	padding: 10px;
	border: 0px solid silver;
	margin-bottom: 28px;
}

* html #content {
	position: relative;
/*** IE needs this  ***/
}

/**************************LEFT COLUMN**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, div.left is carried over into the proper position. ***/
#szelso_bal {
	float: left;
	width: 129px;
	background: url(../img/left-top.jpg) no-repeat;
	padding: 5px;
	color: #666666;
}

* html #szelso_bal {
	position: relative;
/*** IE needs this  ***/
}

#kozben_bal {
	float: left;
	width: 171px;
	background: url(../img/kozben-top.jpg) repeat-x;
	padding: 5px;
	padding-top: 40px;
}

* html #kozben_bal {
	position: relative;
/*** IE needs this  ***/
}

#szelso_jobb {
	float: left;
	width: 128px;
	padding: 5px;
	overflow: hidden;
	color: #666666;
}

* html #szelso_jobb {
	position: relative;
/*** IE needs this  ***/
}

#kozben_jobb {
	float: left;
	width: 182px;
	overflow: hidden; 
	text-align: center;
	padding-top: 18px;
}

* html #kozben_jobb {
	position: relative;
	padding-top: 10px;
/*** IE needs this  ***/
}


/*************************RIGHT COLUMN**************************/
#right {
	float: right;
	width: 320px;
}

* html #right {
	position: relative;
/*** IE needs this  ***/
	margin-right: -120px;
/*** IE gets this margin. ***/
}

/**************************FOOTER**************************/
#footer {
	width: 990px;
	height: 34px;
/*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
	margin: 0 auto;
	margin-top: -57px;
	background: #111 url(../img/foot.jpg) repeat-x;
/*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
	padding-top: 23px;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	color: #fcfcfc;
}



/* ----- saját ----- */
a {
  color: #666;
  }

.footer_div_bal {
  float: left;
  margin-left: 120px;
  width: 320px;
}

.footer_div_jobb {
  float: right;
  margin-left: 100px;
  margin-right: 120px;
  width: 120px;
}

.footer_link {
  color: #fcfcfc;
  text-decoration: none; 
}

h1.rolunk_bal {
  font-size: 13px;
  font-weight: bold;
  color: #66cc33;
  margin-top: 38px;
}

h1.rolunk_jobb {
  font-size: 13px;
  font-weight: bold;
  color: #66cc33;
  margin-top: 12px;
}

.velemeny {
  margin: 2px;
  margin-bottom: 40px;
  line-height: 16px;
  font-size: 10px;
}

.menu_1 {
  width: 158px;
  height: 15px;
  padding: 6px;
  background: #eee url(../img/menu_1.jpg) no-repeat;
}

.menu_2 {
  width: 158px;
  height: 15px;
  padding: 6px;
  background: #eee url(../img/menu_2.jpg) no-repeat;
}

a.menu {
  margin-left: 15px;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

a.menu_akt {
  margin-left: 14px;
  color: #4b1;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

a.menu_email {
  color: #666;
  text-decoration: underline;
}

h1 {
  font-size: 17px;
  font-weight: bold;
  color: #77cc55;
  margin-top: 10px;
  margin-bottom: 15px;
}

h2 {
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}

.tartalom {
  margin-bottom: 15px;
  line-height: 18px;
}

.tartalom_lista {
  margin-left: 25px;
  margin-bottom: 15px;
  line-height: 18px;
}

ol.tartalom_lista ul.tartalom_lista li, ul.tartalom_lista li {
  margin-bottom: 2px;
}

ol.tartalom_lista li {
  margin-bottom: 5px;
}

/* kapcsolat formhoz */
input, textarea, select {
  border: 1px solid #ccc;
  font-size: 11px;
  font-family: verdana;
  color: #666;
  padding: 1px;
  }
  
textarea#helyszin {
  width: 200px;
  height: 56px;
  padding: 2px;
  }
  
textarea#feladat {
  width: 200px;
  height: 120px;
  padding: 2px;
  }
  
input.text {
  width: 200px;
  padding: 2px;
  }
  
select {
  width: 206px;
  }
  
input.sub {
  width: 120px;
  padding: 4px;
  border: 0;
  background-color: #66cc33;
  color: #fff;
  cursor: pointer;
  -moz-border-radius: 3px;
  }

p.error {
  color: #66cc33;
  font-size: 11px;
  font-weight: bold;
  margin-top: 0px;
  }
  
p.bigyo {
  text-align: center;
  margin-top: 15px;
  }
