@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}


body {
	
	background: #45280B url('pic/body.jpg');
	color: #075228;
    height: 100%;
	padding-bottom: 1px; /* force scrollbars */
	padding-top: 0px;
    margin: 0 auto;
  /*padding: 0;*/



}

h1, h2, h3, h4, h5, h6, p {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom:0px;
	text-align: justify;
}	

h2.center{
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}	

.ArCimke{
	font-family: "Century Gothic";
    font-weight: bold;
	text-align: left;
}

.Ar{
	font-family: "Century Gothic";
	font-weight: bold;
	color: #DD0200;
	text-align: left;
}
#Szigno{
	font-family: "Century Gothic";
	font-weight: bold;
	text-align: right;
	padding-right: 32px;
}
#Szlogen{
	font-family: "Century Gothic";
	text-align: right;
	padding-right: 15px;
	padding-bottom:15px;
}

img.termekkep{
    -moz-border-radius: 1em 1em 1em 1em;
    -webkit-border-radius: 1em 1em 1em 1em; 
     border-radius: 1em 1em 1em 1em;
}
hr{
  border-color: #075228; 
  border-width: 1px;
  border-style: solid;
  
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl  { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding-right: 15px;
	padding-left: 45px;
	padding-bottom:0px;
	text-align: left;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}



/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
#container {
    position:relative;
	/*width: 100%;*/
	max-width: 1000px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	/*min-width: 1002px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	padding-top:16px;
	padding-left:16px;
	padding-right:16px;
	padding-bottom:0px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */

}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
#header {
  position:relative;
  background:   url('pic/fejlec.jpg') no-repeat;
  height: 207px;
  width: 968px;

	/*border-image:  url('pic/grain_dark.gif');*/
  -moz-border-radius: 1em 1em 1em 1em;
  -webkit-border-radius: 1em 1em 1em 1em; 
   border-radius: 1em 1em 1em 1em; 
	

}


	
	
	/*background: #6F7D94;

 

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
<img src="pic/hullam.jpg" width="1023" height="414" />
*/

#Spacer{
height:16px;
width: 968px;
float:left;
}


#Menu{

	float:left;
	color: #BFE5AA;	
	width: 160px;
	min-height:250px;

}
#Szorolap{
  margin-top:16px;
  margin-left:2px;
  background-image: url('pic/tajekoztatokicsi.jpg');
  width:146px;
  height:210px;
  border-color: #075228; 
  border-width: 3px;
  border-style: solid;
}
  

#Termek {
	float:right;
	background: url('pic/minta5.jpg');
	min-height:480px;
	width: 786px;
	color: #075228;
	font-family: "Century Gothic";
	text-align: center;
	border-width: 3px;
	border-style: solid;
	border-color: #075228;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
}
#Elemek {
	float:right;
	background: url('pic/minta.jpg');
	min-height:414px;
	width: 792px;
	color: #075228;
	font-family: "Century Gothic";
	text-align: center;
	border-width: 0px;
	border-style: solid;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;
}


#Main {
    float:left;
	background: url('pic/minta5.jpg');

	border-bottom: 0px solid #BFE5AA;
	border-top: 0px solid #BFE5AA;
    min-height:414px;
	width: 962px;
	color: #075228;
	font-family: "Century Gothic";
	text-align: center;
	border-width: 3px;
	border-style: solid;
	border-color: #075228;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
	border-radius: 1em 1em 1em 1em;


}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	/*padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

#paper_left {
	margin: auto;
	width: 778px;
	
}

#layout_wrapper {
    position:relative;
	background: #BFE5AA;
	margin: auto;
    width: 1000px;
	-moz-border-radius: 1em 1em 1em 1em;
    -webkit-border-radius: 1em 1em 1em 1em; 
     border-radius: 1em 1em 1em 1em;
}

/* ~~ The footer ~~ */
#footer {
	position:relative;
	clear: both;
	background: url('pic/Minta.gif');
	width: 948px;
/*
	border-top: 0px solid #BFE5AA;
	border-bottom: 0px solid #BFE5AA;
*/
	color: #F8F8F8;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 0.9em;
	padding: 10px 10px 12px 10px;
     -moz-border-radius: 1em 1em 1em 1em;
     -webkit-border-radius: 1em 1em 1em 1em; 
      border-radius: 1em 1em 1em 1em;
}

#footer a {color: #F8F8F8;}
#footer .right,#footer .right a {color: #F8F8F8;}
#footer a:hover {
	color: #DD0200;
}

/* --------------------------------
   Floats
----------------------------------- */
.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}
.vtop {vertical-align: top;}




/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


/* --------------------------------
   Navigation
----------------------------------- */

.navigation {
	background: #353535 ;
	border-bottom: 1px solid #222;
	border-top: 1px solid #555;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	border-right: 1px solid #303030;
	float: left;
	list-style: none;
}
.navigation a {
	color: #AAA;
	display: block;
	font: bold 1em Verdana,sans-serif;
	padding: 12px 14px;
	text-decoration: none;
}
.navigation a:hover {
	background: #444;
	color: #E5E5D5;
	text-decoration: none;
}
.navigation li.current_page_item a {
	background: none;
	color: #EEE;
}

/* Sub navigation */
#subnav a {
	padding: 10px;
	font-size: 0.9em;
}

a.bemutGomb {
	position:absolute;
	left:234px;
	top:33px;
}

a.webaruhazGomb{
	position:absolute;
	left:381px;
	top:49px;
}

a.termekGomb {
	position:absolute;
	left:526px;
	top:55px;
}

a.szolgGomb {
	position:absolute;
	left:663px;
	top:64px;
}

a.kapcsolatGomb {
	position:absolute;
	left:799px;
	top:24px;
}



.Bempic{
  border-color: #075228; 
  border-width: 3px;
  border-style: solid;
  margin-right: 16px; 
}
.Bempic.alignLeft {float:left; margin-right: 1em; }

#Szovegszin a {color: #06C;}
#Szovegszin .right,#Szovegszin .right a {color: #06C;}
#Szovegszin a:hover {color: #DD0200;}

#Szovegszin2 a {color: #000;}
#Szovegszin2 .right,#Szovegszin .right a {color: #000;}
#Szovegszin2 a:hover {color: #DD0200;}


table.kapcsolat {
	border-width: 3px;
	border-spacing: 10px;
	border-style: none;
	border-color: #F8F8F8;
	border-collapse: separate;
	
}
table.kapcsolat th {
	border-width: 3px;
	padding: 0px;
	border-style: solid;
	border-color: #F8F8F8;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
}
table.kapcsolat td {
	border-width: 3px;
	padding: 0px;
	border-style: solid;
	border-color: #F8F8F8;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;
	color: #075228;
	text-align: center;
}

table.termek {

	border-spacing: 0px;
	border-style: solid;
	border-width:0px;
	border-color: #FFFFFF;
	border-collapse: separate;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;	
}
table.termek th {



     -moz-border-radius: 1em 1em 1em 1em;
     -webkit-border-radius: 1em 1em 1em 1em; 
      border-radius: 1em 1em 1em 1em;
}
table.termek td {
	border-width: 1px;
	border-style:solid;
	border-color:#BFE5AA;
	padding: 10px;
    vertical-align:top;
	color: #FFF;
	text-align: center;
	background-color:#075228;
    -moz-border-radius: 1em 1em 1em 1em;
    -webkit-border-radius: 1em 1em 1em 1em; 
     border-radius: 1em 1em 1em 1em;
}
table.termek td:hover {background-color:#08873F}
table.elem {
	border-spacing: 0px;
	border-style: solid;
	border-width:3px;
	border-color: #075228;
	border-collapse: separate;
	border-radius: 1em 1em 1em 1em;
	-moz-border-radius: 1em 1em 1em 1em;
	-webkit-border-radius: 1em 1em 1em 1em;	
}
table.elem th {



     -moz-border-radius: 1em 1em 1em 1em;
     -webkit-border-radius: 1em 1em 1em 1em; 
      border-radius: 1em 1em 1em 1em;
}
table.elem td {
	border-width: 0px;
	padding: 0px;
    vertical-align:top;
	color: #075228;
   /* background-image: url('termekek/minta.jpg');*/
	text-align: left;
    -moz-border-radius: 1em 1em 1em 1em;
    -webkit-border-radius: 1em 1em 1em 1em; 
     border-radius: 1em 1em 1em 1em;
}
table.parameterek td{
color:#000000;
}
