@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #3D539A;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
}
#menucontainer{
	background-image: url(../images/menu_bg.jpg);
	float: left;
	width: 171px;
	padding-top: 10px;
}
#menu_item{
	text-decoration: none;
	color: #333333;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	width: 150px;
	float: left;
	display: block;
	font-weight: bold;
	padding-top: 5px;
}
.menuitem{
	text-decoration: none;
	color: #333333;
	display: block;
	width: 150px;
}

#focim {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#maincontainer {
	width: 520px;
	text-align: left;
	margin: 5px;
	float: left;
}
#guestbook_keret {
	float: left;
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}
#guestbook_nev {
	font-weight: bold;
	float: left;
	width: 260px;
}
#guestbook_datum {
	float: left;
	width: 220px;
	text-align: right;
}
#guestbook_bejegyzes {
	float: left;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#link_keret{
	float: left;
	margin: 5px;
}
#link_kat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	width: 432px;
	margin: 3px;
	padding: 3px;
	float: left;
}
#link_cim{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	float: left;
	width: 400px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
}
#elvalaszto{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
}a.menuitem:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.separator {
	font-size: 1px;
	height: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}
.td_link {
	cursor: pointer;
}
a.td_link:hover {
	background-color: #CCCCCC;
}
#msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
.feher{
	color: #CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.feher:link {
	font-weight: bold;
	text-decoration: none;
}