@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body
{
	background-color:#ffffff;
	font-size: large;
border:3px ridge #dfaf85; 

	}
	
header{
border:3px ridge #dfaf85; 
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

  a:link {
	color: #bba189;
}
  a {
	font-style: normal;
	font-weight: bold;
}
  body,td,th {
	font-style: normal;
	font-weight: normal;
}
  a:visited {
	color: #886647;
}

  a {
	font-size: larger;
}
  body,td,th {
	font-size: large;
}
  a:visited {
	color: #886647;
}

#foresz
{
border-left:3px ridge #dfaf85; 
border-right:3px ridge #dfaf85; 
border-bottom:3px ridge #dfaf85;
}

#navig
{
	background-color: #ffffff;
	}
	
#hely
{
 padding:3px; 
 border:3px ridge #d9c3b9; 
 height:18px; 
 width:auto;
 align-content:center;
 background: #ffffff;
	}

#fejlec
{
 border:3px ridge #d9c3b9; 
	}

#gombok
{
 padding:18px; 
 border:3px ridge #d9c3b9; 
 height:43px; 
 align-content:center;
 background: #ffffff;
	}

body,td,th {
	font-family: Open Sans Italic;
}