@charset "utf-8";
:focus  { outline: none; }
:active { outline: none; }
.border { border: 1px solid green; }

body {
	font: Garamond;
	letter-spacing: 0.05em;
	font-size: 16px;
	color: #333;
	background: #f5f5ed;
	margin: 0;
	padding: 0;
	color: #333;
	/*text-shadow:1px 1px 1px #333333;*/
}

/* ~~ 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: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
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: #42413C;
	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: #6E6C64;
	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 fixed width container surrounds the other divs ~~ */
.container {
	width: 1000px;
	/*background: #f5f5ed;*/
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ 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 {
	height: 269px;
	/*background: #ADB96E;*/
}


/* ~~ 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.

*/

.content {
	padding: 10px 0;
}
.content h1 {
	font-family: Garamond;
	font-size: 20px;
	letter-spacing: 0.05em;	
	text-shadow:1px 1px 1px white;
	color: #8B0104;/* #333;*/
}
/*Sliderbe a cim*/
.content h2 {
	font-family: Garamond;
	font-size: 26px;
	letter-spacing: 0.05em;	
	text-shadow:1px 1px 1px white;
	color: #49494b;/* #333;*/
	padding: 0px 0px 0px 0px;
}
.content .sursa {
	font-family: Garamond;
	font-size: 14px;
	text-align: right;
	letter-spacing: 0.05em;	
	text-shadow:1px 1px 1px white;
	color: #49494b;/* #333;*/
	padding: 0px 0px 0px 0px;	
}

.content .referenciak h1 a {
	font-family: Garamond;
	font-size: 20px;
	letter-spacing: 0.05em;	
	text-shadow:1px 1px 1px white;
	color: #666;
	text-decoration:none;
}

.content .referenciak_on h1 a {
	font-family: Garamond;
	font-size: 20px;
	letter-spacing: 0.05em;	
	text-shadow:1px 1px 1px white;
	color: #8B0104;/* #333;*/
	text-decoration:none;
}

.content .referenciak h1 a:hover{
	font-family: Garamond;
	font-size: 20px;
	letter-spacing: 0.05em;	
	text-shadow:1px 1px 1px white;
	color: #8B0104;/* #333;*/
	text-decoration:none;
}


.content p {
	padding: 0 0 10px 20px;
	font-family: Garamond;
	font-size: 16px;
	letter-spacing: 0.05em;	
}
.content .csillagos_szoveg {
	font-family: Garamond;
	font-size: 14px;
	letter-spacing: 0.05em;	
}
.content .KepKeret {
	border: 1px solid #C00; /*#cecece;*/
}

.content .zold_iras {
	color: #C30;
	font-size:12px;
}
.content .vonalka {
	color: gray;
	font-size:12px;
}
.content .launch {
	color: gray;
	font-size:12px;
	text-decoration: none;
}
.content .launch a {
	color: gray;
	font-size:12px;
	text-decoration: none;
}
.content .launch a:hover {
	color: #C30;
	font-size:12px;
	text-decoration: none;
}
.content .Hirek {
	width: 825px;
	padding: 4px 20px 1px 20px;
	margin: 0 auto;
	width: 800px;
	font-family: Garamond;
	font-size: 16px;
	letter-spacing: 0.05em; 
	background: url(images/design/bg.png) center top no-repeat;
	/*border: 1px dotted #e74135;*/
	text-align:justify;
}
.content .HirBoxVizszintes .cim a {
	font-family: Garamond;
	font-size: 15px;
	letter-spacing: 0.05em;	
	color: #8B0104;/* #333;*/
	text-decoration: none;
}
.content .HirBoxVizszintes .cim a:hover {
	color: #8B0104;/* #333;*/
	text-decoration: underline;
}
.content .HirBoxVizszintes .tartalom a {
	font-family: Garamond;
	font-size: 13px;
	letter-spacing: 0.05em;	
	color: #999;
	text-decoration: none;
}
.content .HirBoxVizszintes .tartalom a:hover {
	color: #333;
	text-decoration: underline;
}

.content .kapcsolat {
	width: 1000px;
	height: 280px;
	font-family: Garamond;
	/*border: 1px solid red;*/
	background: url('images/oldalak/contact.jpg') left no-repeat;
}
.content .kapcsolat .cim {
	padding: 10px 0px 0px 620px; 
	color: #555555;
	font-family: Garamond;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.14em;
	text-shadow:1px 1px 1px white;
	/*border: 1px solid green;*/
}
.content .kapcsolat .szoveg {
	padding: 0px 0px 0px 620px;
	font-family: Garamond;
	font-size: 16px;
	letter-spacing: 0.07em;	
	/*border: 1px solid green;*/
}
.content .kapcsolat .szoveg h1 {
	padding: 0;
	font-family: Garamond;
	font-size: 15px;
	letter-spacing: 0.03em;	
	color: #555555;
	/*border: 1px solid green;*/
}
.content .kapcsolat .beszeljukmeg {
	padding: 20px 0px 0px 805px;
}

/* ~~ The footers ~~ */

.footer_kulso {
	background:url(images/design/footer.jpg) no-repeat center top rgb(255, 51, 51);/*#ff3333; /*#ff2f21; /*#e74135;*/
	width: 100%;
	/*height: 520px;*/
	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%. */
	/*border: 1px solid red;*/
}
.footer_belso {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	/*border: 1px solid green;*/
}
.footer_belso h1 {
	 font-family:Garamond;
	 font-size:15pt;
	 color: #333;
	 font-weight:normal; 
	 padding: -5px 0 0 0;
	 text-decoration:none;
}
.footer_belso p {
	 font-family:Garamond;
	 font-size:11pt;
	 color:#eed9ec;
	 font-weight:normal; 
	 padding: -5px 0 0 0;
	 text-decoration:none;
}
.footer_belso .keywords h1 a {
	 font-family:Garamond;
	 font-size:11pt;
	 color: #eed9ec;
	 font-weight:normal; 
	 padding: -5px 0 0 0;
	 text-decoration:none;
}
.footer_belso .keywords h1 a:hover {
	color: white;
	text-decoration: underline;
}

.footer_belso div#left {
	float: left;
	width: 320px;
	/*border: 1px solid yellow;*/
}
.footer_belso div#left .cim a {
	 font-family:Garamond;
	 font-size:12pt;
	 color: #710000;/*#333;/*#eed9ec;*/
	 font-weight:normal; 
	 text-decoration:none;
}
.footer_belso div#left .cim a:hover {
	color: white;
	text-decoration: underline;
}
.footer_belso div#left p a {
	 font-family:Garamond;
	 font-size:10pt;
	 color: #eed9ec;
	 font-weight:bold; 
	 text-decoration:none;
}
.footer_belso div#left p a:hover {
	color: white;
	text-decoration: underline;
}
.footer_belso div#right {
	float: right;
    width: 320px;
	/*border: 1px solid green;*/
}
.footer_belso div#middle {
	width: 322px;
   	margin: 0px auto;
	padding: 0px 10px 0px 10px;
    background: url(images/design/middle_footer_bg.jpg) center repeat-y; 
	/*border: 1px solid black;*/
/*
.footer_belso div#left {
    float: left;
    width: 320px;
    background-color: red;
}
.footer_belso div#right {
    float: right;
    width: 325px;
    background-color: green;
}
.footer_belso div#middle {
    padding: 0px 180px 5px 0px;
    margin: 0px;
    background: url(images/design/middle_footer_bg.jpg) center repeat-y; 
	border: 1px solid black;
}*/



/* 
~~ 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;
}

/* Feedback Element Effects */
.contactme input, .contactme select, .contactme textarea {
font-family:Garamond;
font-size: 11pt;
letter-spacing: 0.03em;
color: #333;
width: 230px;
background-color: #ef6258;
border: 1px solid #dc392d
}

.contactme input:hover, .contactme select:hover, .contactme textarea:hover {
font-family:Garamond;
font-size: 11pt;
color: #333;
etter-spacing: 0.03em;
background-color: #CECECE;
border: 1px solid #dc392d
}

.contactme .textbox_k {
font-family:Garamond;
font-size: 11pt;
letter-spacing: 0.03em;
color: #333;
width: 70px;
background-color: #ef6258;
border: 1px solid #dc392d
}

.contactme .textbox_k:hover {
font-family:Garamond;
font-size: 11pt;
color: #333;
etter-spacing: 0.03em;
background-color: #CECECE;
border: 1px solid #dc392d
}

.contactme form {
	 font-family:Garamond;
	 font-size:12pt;
	 color: #333;
	 font-weight:normal; 
	 width:332px;
	 margin:0 auto;
}

.contactme .hiba {
font-family:Garamond;
font-size: 13pt;
font-family: Verdana;
color: red;
text-align:center;
}