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 #c78473;
	background-color: #ffffff;
	color: #c78473;
	text-align: left;
	margin-top: 20px;
}
.inst_container h2 {
	margin: 0px;
	padding: 3px 3px;
	margin-bottom: 10px;
	background-color: #c78473;
	color: WHITE;
	font-size: 14px;
	font-weight: bold;
}
.inst_block {
	margin: 20px 20px 5px 20px;
}
.inst_block input {
	height: 15px;
	border: 1px solid #c78473;
	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: #c78473; 
	color: white; 
	border: 1px solid #c78473; 
	font-weight: bold;
}


/*
*	alapértelmezett stílus
*/
.main {
	background-color: white;
	text-align:center;
}
/*
*	gyűjtő DIV
*/
#container {
	width: 600px;
	margin: 10px 2%;
	font-size: 11px;
}
/*
*	fejléc és menü
*/
#header {
	border-style: solid;
	border-color: #c78473;
	border-width: 1px;
	border-top-width: 3px;
	background-color: #ffffff;
	margin-bottom: 20px;
	
}
#header h1 {
	font-weight: bold;
	font-size: 16px;
	color: #c78473;
	margin: 10px 0px 3px 10px;
	padding-bottom: 3px;
}
#menu {
	height: 19px;
	background-color: #c78473;
	color: white;
	padding-left: 20px;
	padding-top: 4px;

}
.menuitem {
	color: white;
	margin: 0px 20px 0px 0px;
}
.menuitem .link {
	color: white;
	text-decoration: none;
}
.menuitem .link:hover {
	text-decoration: underline;
}
/* láblécnél is */
#block {
	padding: 5px 10px;
	line-height: 17px;
}
#part_left {
	float: left;
	text-align: left;	
}
#part_right {
	text-align: right;	
}
/*
*	tartalmak
*/
#content {
	border: 1px solid #c78473;
	background-color: #ffffff;
	margin-bottom: 20px;
}
#block_header{
	height: 20px;
	background-color: #c78473;
	color: white;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 1px;
}
.content_table {
	width: 600px;
	padding: 0px;
	border-spacing: 0px;
	font-size: 11px;
}
.content_th {
	height: 20px;
	font-weight: bold;
	color: white;
	background-color: #c78473;
}
.content_cat {
    height: 25px;
    background-color: #e5bfb2;
    font-size: 13px;
    font-weight: bold;
}
.content_cat_dok {
	height: 25px;
	background-color: #A7D7F2;
	font-size: 13px;
	font-weight: bold;
}
.content_cat td {
    padding-left: 10px;    
}
.content_cat_dok td {
	padding-left: 10px;	
}
.content_forum td {
	padding: 3px 0px;
}
.mod_link, .mod_link:visited {
	color: #72451b;
	font-weight: bold;
}
#block input, #block select {
	height: 15px;
	border: 1px solid #c78473;
	font-size: 11px;
	margin-bottom: 7px;
}
#block textarea {
	border: 1px solid #c78473;
	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 #c78473;
	background-color: #ffffff;
	margin-bottom: 20px;
}
/*
*	lábléc
*/
#footer {
	border: 1px solid #c78473;
	background-color: #ffffff;
	color: #c78473;
	text-align: right;
	padding-right: 10px;
	font-size: 9px;
	line-height: 15px;
}
#admin_menu {
	height: 19px;
	background-color: #e5bfb2;
	color: black;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-top: 4px;
	border-bottom: 1px solid #c78473;
}

.admin_menuitem {
	color: black;
	margin: 0px 20px 0px 0px;
}
.admin_menuitem .link {
	color: #72451b;
	text-decoration: none;
}
.admin_menuitem .link:hover {
	text-decoration: underline;
}
.admin_menuitem .link:visited {
	color: #72451b;
	text-decoration: none;
}
.topic_th {
	height: 20px;
	font-weight: bold;
	background-color: #e5bfb2;
}
.quote {
	width: 95%; 
	background-color: #eeeeee; 
	border: 1px dotted #e5bfb2; 
	font-size: 0.9em; 
	font-style: italic; 
	margin-left: 10px
}