body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*
*	Telepítéskor használt osztályok
*/
.inst_container {
	width: 600px;
	border: 1px solid #759a46;
	/*background-color: #ffffff;*/
	color: #759a46;
	text-align: left;
	margin-top: 20px;
}
.inst_container h2 {
	margin: 0px;
	padding: 3px 3px;
	margin-bottom: 10px;
	background-color: #759a46;
	color: WHITE;
	font-size: 14px;
	font-weight: bold;
}
.inst_block {
	margin: 20px 20px 5px 20px;
}
.inst_block input {
	height: 15px;
	border: 1px solid #759a46;
	font-size: 11px;
	margin-bottom: 7px;
}
.inst_block label {
	float: left;
	width: 31%;
	margin-right: 10px;
	padding: 3px 0px 3px 10px;
	text-align: left;
	font-weight: bold;
}
.inst_block legend {
	padding: 0px 7px;
}
.inst_submit_button {
	background-color: #685B53; 
	color: white; 
	border: 1px solid #685B53; 
	font-weight: bold;
}

.inst_submit_button:hover {
    background-color: #B57A4E;
    cursor: pointer; 
}


/*
*	alapértelmezett stílus
*/
.main {
	/*background-color: white;*/
	text-align:center;
}
/*
*	gyűjtő DIV
*/
#container {
	width: 700px;
	margin: 10px 2%;
	font-size: 11px;
}
/*
*	fejléc és menü
*/
#header {
	/*border-style: solid;
	//border-color: #759a46;
	border-width: 1px;
	border-top-width: 3px;*/
	margin-bottom: 20px;
    text-align: center;
	
}
#header h1 {
	font-weight: bold;
	font-size: 16px;
	color: #759a46;
	margin: 10px 0px 3px 10px;
	padding-bottom: 3px;
}
#menu {
	height: 18px;
    width: 700px;
	background: url(../images/head_top.gif);
	color: #72721b;
	/*padding-left: 20px;*/
	padding-top: 4px;

}
.menuitem {
	color: white;
	margin: 0px 20px 0px 0px;
}
.menuitem .link {
	color: #928177;
	text-decoration: none;
}
.menuitem .link:hover {
	text-decoration: underline;
}
/* láblécnél is */
#bl_frame {
   background: url(../images/box_bg.gif);
   border-bottom: 1px solid #928177;
}
.head_bg {
   background: url(../images/head_bg.gif);
   background-position: top right;
   background-repeat: no-repeat;
}

#block {
	padding: 5px 10px;
	line-height: 17px;
}
#part_left {
	float: left;
	text-align: left;	
}
#part_right {
	text-align: right;	
}
/*
*	tartalmak
*/
#content {
	/*border: 1px solid #759a46;
	background-color: #e6f4d3;*/
    margin-bottom: 20px;
    border-bottom: 1px solid #928177;
    text-align: left;
}

#block_header{
	height: 39px;
	background: url(../images/topics_top.gif);
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}
.content_table {
	width: 700px;
	padding: 0px;
	border-spacing: 0px;
	font-size: 11px;
    background: url(../images/topics_top.gif) top no-repeat;
    background-repeat: no-repeat;
}
.content_th {
	height: 39px;
	font-weight: bold;
	color: white;
	/*background: url(../images/topics_top.gif);*/
}
.topics_th {
    color:#3F352F;
    font-weight: bold;
    text-align: center;
}

.content_cat_0 {
	height: 29px;
    background: url(../images/forum_cat_0.gif);
	font-size: 13px;
	font-weight: bold;
}
.content_cat_1 {
    height: 29px;
    background: url(../images/forum_cat_1.gif);
    font-size: 13px;
    font-weight: bold;
}
.content_cat td {
	padding-left: 10px;	
}
.content_forum td {
	padding: 3px 0px;
}

.content_forum {
    width:700px;
    background: url(../images/topics_bg.gif);
}
.mod_link, .mod_link:visited {
	color: #685B53;
	font-weight: bold;
}
#block input, #block select {
	height: 15px;
	border: 1px solid #759a46;
	font-size: 11px;
	margin-bottom: 7px;
}
#block textarea {
	border: 1px solid #759a46;
	font-size: 11px;
	margin-bottom: 7px;
}
#block label {
	float: left;
	margin-right: 10px;
	padding: 1px 0px 3px 10px;
	text-align: left;
	font-weight: bold;
}
#block legend {
	padding: 0px 7px;
}
.tiny {
	font-size: 9px;
}
/*
*	statisztika
*/
#statistic {
	border: 1px solid #759a46;
	background-color: #ffffff;
	margin-bottom: 20px;
}
/*
*	lábléc
*/
#footer {
	border: 1px solid #759a46;
	background-color: #ffffff;
	color: #759a46;
	text-align: right;
	padding-right: 10px;
	font-size: 9px;
	line-height: 15px;
}
#admin_menu {
	height: 25px;
	background: url(../images/forum_cat_0.gif);
	color: black;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-top: 4px;
	border-bottom: 1px solid #759a46;
}

.admin_menuitem {
	color: black;
	margin: 0px 20px 0px 0px;
}
.admin_menuitem .link {
	color: #3d571b;
	text-decoration: none;
}
.admin_menuitem .link:hover {
	text-decoration: underline;
}
.admin_menuitem .link:visited {
	color: #3d571b;
	text-decoration: none;
}
.topic_th {
	height: 29px;
	font-weight: bold;
	background: url(../images/forum_cat_0.gif);
}
.quote {
	width: 95%; 
	background-color: #eeeeee; 
	border: 1px dotted #A3D562; 
	font-size: 0.9em; 
	font-style: italic; 
	margin-left: 10px
}