body{ 
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	background: url("../images/bg.gif");
	color: #929292;
}

a { color:#D7880D; text-decoration:none; }
a:hover { text-decoration:underline; }

.button{
	background: none repeat scroll 0 0 #3f3f3f;/*#F3F3F3;*/
    border: 1px solid #666;
    border-radius: 2px 2px 2px 2px;
    color: #929292;/*#666;*/
    display: inline-block;
    padding: 0 4px;
	line-height: 20px;
	font-size: 12px;
    text-decoration: none;
    transition: border-color 0.2s ease 0s;
	cursor: pointer;
	min-width: 100px;
	text-align: center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
}
span.button, a.button{
	line-height: 22px;
}

/*********************************************************************************
* frame beallitasok
*********************************************************************************/
.frame_main { margin:0 auto; position:relative; position:relative; width:1020px; }

.frame_top { position:relative; position:relative; z-index:1; zoom:1; padding:0 40px; }

.frame_body { position:relative; z-index:2; zoom:1; padding: 0 0 3px; }

.frame_left { width:400px; float:left; overflow:hidden; }
.frame_left .pos { padding:0; }

.frame_center { }
.frame_center .pos { padding:0; }

.frame_right { width:620px; float:left; overflow:hidden; background:url("../images/bg.gif") repeat-y transparent; }
.frame_right .pos { padding: 0 0 0 10px; }

.frame_footer { position:relative; z-index:3; padding:0 40px 3px; }

/*********************************************************************************
* fejlec beallitasok
*********************************************************************************/
.fejlec { padding:5px 0 5px; position:relative; }
ul.menu li { float:left; margin:15px 5px 0 0; width:125px; height:30px; text-align:center; background:#3f3f3f; }
ul.menu li a { font:11px arial; color:#929292; text-transform:uppercase; letter-spacing: 2px; display: table-cell; height: 30px; vertical-align: middle; text-align: center; width: 125px; }
.fejlec .logo { position:absolute; right:0px; top:20px; }

/*********************************************************************************
* lábléc lista beallitasok
*********************************************************************************/
.lablec { font:10px arial; color:#7e7e7e; padding:0; text-align:center; }

#big-frame{
	border: 10px solid #3f3f3f;
	background: #000;
	padding: 10px;
	width: 900px;
	margin-left: 40px;
}

h1{ font-size: 15px; padding-bottom: 3px; border-bottom: 1px solid #666; }