/* Alapbeállítások */

* { padding: 0px;
	margin: 0px; }
body {
	padding: 0px;
	margin: 0px;
	background-color: #fff; }
#container {
	padding: 0px;
	margin-top: 0px;
	padding-left: 20px;
/*	margin: 0 auto;
	width: 100%;  */ }
#content { 
/*	margin: 0 auto; */
	width: 900px;
	text-align: center; }
#foot p {
	border-top: 3px double #d1bf87;
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	color: #d1bf87;
	padding-top: 3px; }

/* Menü */

#menu_box { 
	position: fixed;
	left: 20px; }
#menu {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	color: #d6b568;
	width: 200px;
	background-image: url('../images/menu_bck.jpg');
	background-repeat: no-repeat; }
#menu a:link, #menu a:visited { 
	color: #d6b568;
	text-decoration: none; }
#menu a:hover {
	color: #5d5d5d;
	text-decoration: none; }

/* Tartalom */

#tartalom {
	padding-top: 15px;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 17px;
	width: 680px;
	margin-left: 220px;
	text-align: left; }
#page_head  {
	text-align: right; }

#tartalom ul {
	padding-left: 20px;
	list-style: disc;
	list-style-position: outside; }
	
/* Osztályok */

h1 { 
	text-align: left; 
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #d1bf87; }
p.right {
	text-align: right; }
.center {
	text-align: center;	}
.kiemelt {
	font-weight: bold; }
.small {
	font-size: 10px;
	font-weight: normal; }
.right_float {
	float: right; }
.left_float {
	float: left; 
	margin-right: 10px; }
.clear {
	clear: both; }

img { 
	border: none; }

#tartalom a:link, #tartalom a:visited {
	color: #a0a0a0;
	text-decoration: underline; }
#tartalom a:hover {
	color: #000;
	text-decoration: underline; }

/* Legkedvesebb munkáim */

#favorit td {
	text-align: left;
	padding-left: 9px; 
	padding-right: 9px; 
	padding-bottom: 28px; }
#favorit table {
	border-collapse: collapse; }
#favorit a:link img, #favorit a:visited img {
	border: 3px solid #c4b57a; }
#favorit a:hover img {
	border: 3px solid #5d5d5d; }

#favorit a:link, #favorit a:visited {
	color: #5d5d5d;
	text-decoration: none; }
#favorit a:hover {
	color: #fcb933;
	text-decoration: none; }

#legkedvesebb_images img {
	border: 1px solid #c4b57a; }

p#start {
	margin-top: -170px;
	width: 360px;
	text-align: justify; }
