body {
  	background: #4c4c5c url('design/back.jpg') top;
	background-repeat: repeat-x;
	height: 100%;
	margin: 10px 0px 50px;
	padding: 0px;
	}

#main {
	position: relative;
  	background: url('design/head.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	

	margin: 0px auto;
	width: 820px;
	/*min-height: 400px;*/
	padding: 308px 0px 8px;

	}

#content {
	/*min-height: 90px;*/
	/*background-color: #111;*/
  	background: url('design/main.jpg');
	background-repeat: repeat-y;
	width: 820px;
	margin: 0px auto;
	color: white;
	height: 100%;
	padding: 0px 0px;
	display: table;
	}

#menu {
	/*display: block;*/
	/*position: relative;*/
	width: 150px;
	float: left;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 50px;
	}

#text {
	/*display: inline-block;*/
	float: right;
	/*min-height: 300px;*/
	width: 520px;
	margin: 0px 0px 0px 0px;
	padding: 0px 70px 0px 0px;
	color: #cba;
	/*top: 0px;*/
	/*position: absolute;*/
	
	}

#bottom {
  	background: url('design/bottom.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 52px;
	}

div.facebook {
	margin: 30px 0px 0px 0px;
	}
	
div.menuitem {
	/*background-color: red;*/
	text-align: center;
	padding: 7px;
	margin: 0px 0px 10px;
	border-top: 1px dotted #ccb;
	border-bottom: 1px dotted #ccb;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 11px;
	color: #887;
	letter-spacing: 2pt;
	}

div.menuitem:hover {
	background-color: #e8e4de;
	color: #223;
	}

div.menuitem a {
	color: inherit;
	text-decoration: none;
	}

div.menuitem a:hover {
	text-decoration: underline;
	}

p {
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #543;
	padding: 0px;
	margin: 0px;
	}

p.head , p.head a{
	font-size: 25px;
	
	color: #558;
	margin: 0px 0px 0px;
	text-align: right;
	/*border-bottom: 1px dotted #222;*/
	}
	
p.date, p.date a {
	/*font-variant: small-caps;*/
	text-shadow: 1px 1px 2px #bbb;
	color: #d55;
	font-size: 17px;
	padding: 0px 0px 10px;
	margin: 0px 0px 0px;
	}
	
p.title, p.title a {
	font-variant: small-caps;
	text-shadow: 1px 1px 2px #bbb;
	color: #d55;
	font-size: 20px;
	padding: 0px 0px 0px;
	margin: 0px 0px 0px;
	}	

p.smalldate {
	/*font-style: italic;*/
	color: #bbb;
	font-size: 10px;
	padding: 0px 0px 10px;
	margin: 0px 0px 0px;
	}	
	
	
div.day {
	border-top: 1px dotted #222;
	padding: 20px 0px;
	}

p.newp {
	padding-top: 10px;
	}

p.it {
	font-style: italic;
	}

p.it em, p.newpit em {
	font-style: normal;
	}

p.newpit {
	font-style: italic;
	padding-top: 10px;
	}

p.archivetext {
	color: #543;
	padding: 20px 0px 5px;
	font-size: 11px;
	text-align: center;
	}

p.archive {
	color: #a8a8a0;
	font-size: 10px;
	text-align: center;
	}
	
p.archive  a {
	color: #a8a8a0;
	font-size: 10px;
	text-align: center;
	}
	
p.center {
	padding-top: 10px;
	text-align: center;
	}

a {
	color: #a55;
	text-decoration: none;
        }

a:hover {
	text-decoration: underline;
	}

form {
	margin: 0px;
	padding: 0px;
	}

form.center {
	text-align: center;
	}

textarea {
	width: 400px;
	height: 120px;
	margin: 0px 0px 10px;
	border: 1px solid #ccc;
	font-family: georgia;
	color: #666;
	}

textarea.guestbook {
	width: 360px;
	height: 100px;
	font-size: 12px;
	}

input.guestbook {
	margin: 0px 0px 10px;
	border: 1px solid #ccc;
	font-family: georgia;
	color: #666;
	font-size: 12px;
	}

div.guestbook {
	border-top: 1px dotted #222;
	padding: 5px 0px;
	}

p.name {
	font-style: italic;
	color: #245;
	font-size: 12px;
	padding: 0px 0px 0px;
	margin: 0px 0px 0px;
	float:left;
	width: 50%;
	height: 22px;
	}

p.guestdate {
	font-size: 10px;
	float: right;
	width: 50%;
	text-align: right;
	height: 22px;
	color: #245;
	}

p.guesttext {
	font-size: 12px;
	padding: 0px 20px 5px;
	margin: 0px 0px 0px;
	}

p.error {
	text-align: center;
	color: red;
	padding: 0px 0px 15px;
	}

p.def {
	float: left;

	width: 60px;
	color: #877;

	}


div.commentheader {
	background: url('design/komment3_felso.png');
	background-repeat: no-repeat;
	width: 373px;
	height: 19px;
	padding: 0px;
	margin: auto;
	}

div.comment {
	width: 373px;
	margin: 10px auto 0px;
	padding: 0px;
	background: url('design/komment3_kozep.png');
	background-repeat: repeat-y;
	}
	
div.comment p {
	font-family: sans-serif;
	font-size: 8pt;
	padding: 0px 22px 5px;
	}

div.comment p.author {
	font-weight: bold;
	color: #a55;
	padding: 0px 22px;
	}

div.comment p.author em {
	font-weight: normal;
	}
	
div.comment p.author a {
	color: #a55;
	border-bottom: 1px dotted #a55;
	}

div.comment p.author a:hover {
	border-bottom: 1px solid #a55;
	text-decoration: none;
	}
	
div.comment p.commentdate
	{
	float: right;
	font-style: italic;
	/*font-weight: bold;*/
	}
	
div.comment p.newcomment {
	background: url('design/komment3_also.png') bottom;
	background-repeat: no-repeat;
	height: 28px;
	text-align: center;
	font-weight: bold;
	}

p.firstcomment {
	background: url('design/komment3_egyedul.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 168px;
	padding: 12px 0px 0px;
	margin: 20px auto 0px;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	}
	
p.turnpage {
	margin: 0px 20px;
	}
	
span.pageback {
	float:left;
	}
	
span.pageforward {
	float: right;
	}