/* `Grid >> Global */

.grid_3,.grid_4,.grid_6,.grid_8,.grid_12 {
  display: inline;float: left;margin:0 0px 10px 15px;background: #eed;
}
.grid_3 {width: 220px;}
.grid_4 {width: 300px;}
.grid_6 {width: 460px;}
.grid_8 {width: 615px;} /*620*/
.grid_12 {width: 940px;}
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* `Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
	background: none;	border: 0;	clear: both;	display: block;	float: none;	font-size: 0;	margin: 0;	padding: 0;	overflow: hidden;	visibility: hidden;	width: 0;	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}






/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

pre {
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}



/* `Basic HTML */

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings */

h1 {	font-size: 25px;}
h2 {	font-size: 23px;}
h3 {	font-size: 21px;}
h4 {	font-size: 19px;}
h5 {	font-size: 17px;}
h6 {	font-size: 15px;}

/* `Spacing */

ol {	list-style: decimal;}
ul {	list-style: square;}
li {	margin-left: 30px;}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset {	margin-bottom: 20px;}





html {margin:0;}
body {margin:0;background-color:#30270e; height:100.1%;width:100%;}
#outer {margin:0 auto;background: transparent url(img/container_bg.jpg) no-repeat center 100px fixed; height:100%;width:100%;}
#container {margin:0 auto;background: transparent url(img/main_shadow.png) repeat-y center; width:100%;height:100%;}

ul#menu {margin:0 auto;padding:0;width:956px;background:#443d21 url(img/menu_bg.gif) repeat-x; height:25px;list-style:none;}
ul#menu li {float:left;}
ul#menu li a {float: left;display: block;padding: 2px 10px;color: #f1edc7;text-decoration: none;}  
ul#menu li a:hover {background: #f1edc7; color:#30270e;}  

#stage {margin:0 auto;padding:0px 0px 30px;width:956px;background:#f1edc7 url(img/main_bg.jpg) no-repeat top center; overflow:auto;}

h1 {margin:0 0 10px 0;color:#4c4023;}
.blokk {padding: 10px 15px 10px 15px; background:#fffdf8 url(img/blokk_bg.gif) no-repeat top left;}

ul#katalog {margin:0 auto;padding:0;height:25px;list-style:none;}
ul#katalog li {float:left;margin:0 2px 0 0;}
ul#katalog li a {float: left;display: block;padding: 2px 8px;background: #f1edc7; color:#30270e;text-decoration: none;}  
ul#katalog li a:hover {background: #e1ddb7; color:#30270e;}  

.toplista {}
.toplista .nota {display: block;width:100%;padding-bottom: 5px; margin: 5px; border-bottom: 1px dotted #dcb;height: 70px;}
.toplista .nota:hover {background-color: #dcb;}
.toplista .hely {float:left; width: 30px; height: 58px; font-weight: bold; padding: 5px 10px; margin-right: 1px; background: #b20C0B; color: #fff; font-size: 18px;}
.toplista .cim { font-weight: bold;line-height: 26px;font-size: 12px;}
.toplista .valtozas {}
.toplista .kep {float: left; height: 68px;margin-right:5px}

ol {padding-left: 20px;}
ul {padding-left: 20px;}

h2 {font-size: 15px; border-bottom: 1px #a29c9b solid; padding: 0; margin: 5px 0 0 0;}

a:link, a:visited, a:active {	color: #c20c0b;	text-decoration: none; } /*ff84155B5635*/
a:hover {	color: #c20c0b; text-decoration: underline; border-bottom: 0px} /*ff8415951310*/

form, select, input, submit {font-size: 11px;}
option.t1 { background-color: #d40; color: #fff; font-weight: bold;}
option.t2 { background-color: #fea; padding-left: 15px;}

#head_top { margin: 0px 0 0 0; padding: 0px 0 0px 0; height: 30px;}
#head { clear: both; padding: 0; padding: 0px 0 100px 0; height: 50px;}
#main { margin: 0; padding: 0; border: 0;}

.thumb {border: 1px solid #aaa; padding: 1px; margin-right: 10px; width: 90px;}

#footer { background: url(mig/foot_grad.gif) top left repeat-x; text-align: left; border-top: 1px solid #ddd; padding: 15px 10px; margin: 10px auto; width:936px;}
.wrapper {margin:0;padding:0;}
.wrapper li {display: block; float: left;border-right: 1px solid #656565; padding: 0 10px; font-weight: bold;}
.wrapper li a {color:#ff8415;}
.wrapper li a:hover {color:#fff;}
li.last {border-right-style: none; padding-right: 0;}
li.first {padding-left: 0;}
#footer .dovenyi {float: right}

.picleft { padding: 0 10px 0 0;}

.highlight, .mark { background-color: #D44100; color: #fff; padding: 2px 5px; font-weight: bold;}
.alert {display: block; background: #8c2903 url(../mig/icon/48/alert.png) no-repeat 10px 10px; color: #FF8415; border: 1px dotted #FF8415; padding: 10px 10px 10px 68px; }
.alert h1 {color: #FF8415; font-weight: bold; margin:0;}
.kisalert {display: block; background: #8c2903 url(../mig/icon/48/alert.png) no-repeat 5px 5px; color: #FF8415; border: 1px dotted #FF8415; padding: 5px 5px 5px 58px; }

.q {font-weight: bold;} /* question (profiles, articles) */
.kiemel { background-color: #600; }
.navigacio { font-size: 10px; margin:0;padding:0 0 10px 0;border:0;}
.nav { text-align: center;}
ul { margin-left: 10px; padding-left: 10px; list-style-type: none; list-style-image: url('../mig/li.gif'); list-style-position: outside; }

.entry_head {font-weight: bold;}
th {text-align: right; padding-right: 5px; padding-left: 5px; vertical-align: text-top; }
.bold {font-weight: bold;}

div.hirek {padding-bottom: 20px;}
.front {padding: 0 10px 10px 0;}
.pic_left {padding: 0 10px 10px 0;}
.pic_center {padding: 0 0;}

form, img {border: 0px; margin: 0px; padding: 0px;}

a.tiszta {	border: 0;}
a.noborder {	border: 0;}
a.tiszta img {	border: 1px solid #1b1b11;}
a.tiszta:hover img {	border: 1px solid #4f4f45;}

.colorblock {background-color: #FB9F1C;}

.login-box {font-size: 9px;font-weight: bold;margin: 0px 0px;padding: 2px 0; text-align: right;}
.login-box input {font-size: 9px;font-weight: normal;margin: 0px 0px;padding: 0px 0; text-align: left; width: 61px;}
.login-box .img {margin: 0px 0 0 0px;padding: 0px 0 0 0; vertical-align: middle; width:75px;}

.prog-frame { height: 15px; width: 215px; background: #fff; border: 1px solid silver; margin: 0; padding: 0;}
.prog-bar { height: 11px; margin: 2px; padding: 0; background: #ff8415;}

.kerdes_siker{font-size: 32px; font-weight: bold; color: #ff8415; display: block; text-align: center;}

#szerkesztes input, #szerkesztes textarea {width: 450px; font-size: 12px; font-family: verdana, arial, Helvetica, sans-serif; line-height: 20px;}
#okmsg {display: block; background: #ff9; padding: 10px;}
.linkbox {display: block; background: #ffe; padding: 5px 20px; border: 1px solid #ddd; margin-bottom: 20px;}
#failmsg {display: block; background: #900; color: #fff; padding: 10px;}
blockquote {display: block;font-family: sherif;margin: 0px;padding: 10px;background-color: #ffc;quotes: "\201C" "\201D";}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

.block {display: block;}

h3 {font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; letter-spacing: 2px; text-transform: uppercase; padding: 0 0 12px 0;}

.post {clear: both; float: left; display: block; margin: 0 0 10px 0;}
.post .post_head {float: left; padding: 6px 12px; color: #6D929B; border: 1px solid #d6dac1; background: #dee9c9 url(../mig/zebra_header.gif) no-repeat; margin-right: 10px; width: 170px;}
.post .post_text {float: left; border-top: 1px solid #d6dac1; padding-top: 5px; width: 400px;}


li.ok, span.ok {text-decoration: line-through; color: #bdb; padding-right: 15px; background: url(../mig/icon/16/ok.png) no-repeat center right;}

.userbox {display: block; width: 260px; float: left; border: 1px solid #aaa; padding: 5px; margin-right: 12px;}
.userbox:hover {border: 1px solid #a44; background: #eed;}
.ezenvagyok {background-color: #eed;}
.userpic {display: block; width: 50px; height: 50px; float: left; background: #ddd; margin-right: 5px;}
.usertinypic {display: block; width: 30px; height: 30px; float: left; background: #ddd; margin-right: 10px;}
.autolink {display: block; background: #eef9d9; padding: 3px 10px; border-left: 5px solid #c20c0b;}

.post_area {width: 400px; height: 100px;}

