/*Defaults*/
* { border: 0; padding: 0; margin: 0; outline: none; }
/*-#-$-#-*/
body{
	font: 100%/135% verdana, Arial, Helvetica, sans-serif;
	background: url('../images/bckgr.gif');
	color: #000;
}
/*-#-$-#-*/
h1{
	font: normal 48px tahoma;
	color: #ffffff;
}
h2{
	font: normal 30px "Century gothic";
	color: #fff;
}
h3{
	font: normal 180% "Times New Roman";
	margin-bottom: 10px;
}
h4{
	text-align: center;
	font: bold 100%/140% verdana;
	color: #000;
}
h5{
	font: normal 11px arial;
	color: #666;
}
h6{
	font: normal 11px tahoma;
	color: #666;
}
/*-#-$-#-*/
img{
	border: 0;
}
/*-#-$-#-*/
a{
	font-style: italic;
	text-decoration: none;
	color: #4d4d4d;
}
a.active{
	color: #333;
}
a:hover{
	color: #000;
	text-decoration: underline;
/*
	font-weight: bold;
*/
}
/*-#-$-#-*/
ul{
	list-style: none;
}
/*-#-$-#-*/
.clearfix{
	clear: both;
	width: 100%;
	height: 1%;
}

/*Other*/
div.banners img{
	margin-left: 12px;
	margin-bottom: 5px;
/*
	padding-bottom: 3px;
*/
	border: 1px solid #000;
	width: 160px;
	height: 120px;
}

/*-#-$-#-*/
.hr hr{
	display: none;
}
.hrsolid{
	border-top: 1px solid #111;
	padding-bottom: 5px;
}
.hrdashed{
	border-top: 1px dashed #000;
	padding-bottom: 5px;
}
.hrdouble{
	border-top: 3px double #333;
	margin: 5px 5px 0 0;
	padding-bottom: 5px;
}
/*-#-$-#-*/
.bold{
	font-weight: bold;
}
/*-#-$-#-*/
ul.paging{
	list-style: none;
}
ul.paging li{
	display: inline;
}
/*-#-$-#-*/
span.green{
	font-weight: bold;
	color: green;
}
span.red{
	font-weight: bold;
	color: red;
}
/*-#-$-#-*/
.end{
	height: 1px;
	background: url('../images/bottom.gif') no-repeat;
}

/*Wrapper*/
#wrapper{
	width: 933px;
	margin: 0 auto;
	padding-top: 15px;
}

/*Header*/
#header{
	float:left;
	width: 100%;
	background: url('../images/header.gif') no-repeat;
/*
	background-color: #79f;
*/
	border: 1px solid black;
	width: 931px;
	height: 203px;
	position: relative;
}
/*-#-$-#-*/
#header a.logo{
	position: absolute;
	left: 231px;
	top: 40px;
/*
	background-color: #fff;
	margin: 1px;
	padding: 1px;
*/
	width: 468px;
	height: 60px;
	display: block;
}
#header img.tinklalap{
	position: absolute;
	left: 177px;
	top: 140px;
	width: 576px;
	height: 31px;
}
#header ul.lang{
	position: absolute;
	left: 800px;
	top: 20px;
}
#header ul.lang li{
	display: inline;
	margin-left: 5px;
}

/*-#-$-#-*/
#center{
	float: left;
	width: 933px;
	background: url('../images/center.gif') repeat-y;
}

/*Left*/
#center div.left{
	float: left;
	width: 193px;
	background: #fff;
	margin-left: 1px;
}
#center div.left ul{
	padding: 1px 1px;
	margin: 3px 2px 5px;
	border: 1px solid #000;
	font: normal 100%/100% verdana;
	color: #000;
}
#center div.left ul li{
	border: 1px solid #000;
	width: 157px;
	margin: 0 0 1px 4px;
	padding: 1px 0 3px 20px;
	background: url('../images/arrow_blue.gif') no-repeat;
	background-position: 5px 6px;
	background-color: #abf;
	vertical-align: middle;
}
#center div.left ul li.main{
	width: 183px;
	margin: 0 0 3px 0;
	padding-left: 0;
	background: none;
	background-color: #79f;
}
#center div.left ul li.fire{
	background: url('../images/arrow_blue_red.gif') no-repeat;
	background-position: 5px 6px;
	background-color: #ff2a2a;
}
#center div.left ul li a{
	height: 19px;
	vertical-align: middle;
}

/*Center*/
#center div.center{
	float: left;
	margin: 0 0 0 21px;
	width: 504px;
	background: #fff;
}
#center div.center input, #center div.center select, #center div.center textarea{
	margin: 5px 0;
	border: 1px solid #333;
	width: 250px;
}
#center div.center input.submit{
	width: 100px;
}
#center div.center textarea{
	height: 250px;
}
/*-#-$-#-*/
#center div.center table.adverts{
	font: normal 85%/110% arial;
	width: 100%;
	margin: 3px 0;
	border-collapse: collapse;
	border: 1px solid #000;
}
#center div.center table.adverts tr{
	cursor: pointer;
}
#center div.center table.adverts tr.grey td{
	background-color: #ccc;
}
#center div.center table.adverts tr.white td{
	background-color: #fff;
}
#center div.center table.adverts th{
	border: 1px solid #000;
	text-align: center;
	height: 18px;
}
#center div.center table.adverts td{
	text-align: center;
	padding: 5px 0;
	border-bottom: 1px solid #000;
}
/*-#-$-#-*/

#center div.center table.forum{
	font: normal 85%/110% arial;
	width: 100%;
	margin: 3px 0;
	border-collapse: collapse;
/*
	border: 1px solid #000;
*/
}
#center div.center table.forum tr.grey td{
	background-color: #ccc;
}
#center div.center table.forum tr.white td{
	background-color: #fff;
}
#center div.center table.forum tr.locked td{
	background-color: #caa;
}
#center div.center table.forum tr.lockedon td{
	background-color: #fdd;
}
#center div.center table.forum th{
/*
	border: 1px solid #000;
*/
	text-align: center;
	height: 18px;
}
#center div.center table.forum tr.bord{
	border-bottom: 2px solid #500;
	border-right: 2px solid #500;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #F4FF83;
/*
	background-color: #F6B27E;
*/
}
#center div.center table.forum tr.bord1{
	border-bottom: 1px dashed #aaa;
	border-right: 2px solid #500;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color: #F4FF83;
}
#center div.center table.forum tr.bord2{
	border-bottom: 2px solid #500;
	border-right: 2px solid #500;
	background-color: #F4FF83;
/*
	border-top: 1px solid #000;
*/
	border-left: 1px solid #000;
}
#center div.center table.forum tr.bord1 td.user{
}
#center div.center table.forum tr.bord1 td.date{
}
#center div.center table.forum tr.bord1 td.del{
	width: 80px;
}
#center div.center table.forum td{
	text-align: center;
	padding: 5px 0;
}
/*-#-$-#-*/
#center div.center ul{
	padding: 3px 0 6px;
	font: normal 100%/140% verdana;
	color: #4d4d4d;
}
#center div.center ul li.main{
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 100%;
/*
	height: 19px;
	background: url('../images/meniu_btn.gif') no-repeat;
*/
	background-color: #79f;
	vertical-align: middle;
}
#center div.center ul li.content{
	color: #000;
	margin: 15px 0 15px 20px;
}
#center div.center ul li.bottom{
	width: 476px;
	padding-top: 5px;
	margin: 0 0 5px 15px;
	border-top: 1px dashed #000;
	color: #000;
}
#center div.center ul li table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#center div.center ul li h4{
	text-align: left;
	padding-left: 40px;
}
/*-#-$-#-*/
#center div.center div.content{
	text-align: justify;
	margin: 2px 15px 0;
	color: #000;
}
#center div.center div.content p{
	margin-bottom: 15px;
}
#center div.center div.content ul{
	list-style: circle; 
}
#center div.center div.content li{
	margin-left: 15px;
	padding: 0;
	font: 100% verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

/*Right*/
#center div.right{
	float: right;
	width: 191px;
	background: #fff;
	margin-right: 1px;
}
#center div.right input.text{
	width: 103px;
	border: 1px solid #000;
}
#center div.right input.checkbox{
	vertical-align: middle;
	margin-left: 4px;
}
#center div.right input.submit{
	width: 158px;
	border: 1px solid #808080;
	text-align: center;
	background: none;
	color: #4d4d4d;
	margin-left: 12px;
}
#center div.right select{
	border: 1px solid #7f9db9;
}
/*-#-$-#-*/
#center div.right ul{
	padding: 3px 1px;
	font: normal 100%/140% verdana;
	color: #4d4d4d;
}
#center div.right ul li{
	border: 1px solid #000;
	width: 184px;
	margin: 0 4px 1px 0;
	vertical-align: middle;
}
#center div.right ul li.main{
	background: none;
	background-color: #79f;
	text-align: center;
}

/*Footer*/
#footer{
	margin-left: 2px;
	width: 927px;
	background-color: #79f;
	color: #000;
	border: 1px solid #000;
}
#footer *{
	margin-left: 15px;
}
div.multifilter{
	height:100px;
	overflow: auto;
	text-align: right;
	padding-right: 10px;
}
#center div.center div.multifilter input{
	margin: 0;
	border: 0;
	text-align: right;
	width: 20px;
}
