/***************/
/*    Link     */
/***************/
a {
	color: #00b3eb;
	text-decoration: none;
}

a:hover {
	color: #8800dd;
}

/***************/    
/*    BODY     */
/***************/
body {	
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	line-height: 16px;	
	color: #505050;	
	background: #fff url('img/body_bg.gif') top repeat-x;
}

#login_box {
	float: left;
	margin-left: 14px;	
	padding-left: 14px;
	padding-top: 16px;
	width: 970px;
	height: 40px;	
	//padding-top: 16px;
	//margin-top: 0px;
	font-size: 12px;
	color: #004060;
	background: url('img/login_box_bg.gif') left no-repeat;
}

#login_box span {
	margin-left: 500px;
	margin-bottom: 16px;
	//margin-bottom: 0px;
}

#login_box input.login {	
	padding: 2px;
	padding-left: 4px;
	width: 120px;
	font-size: 13px;
	color: #333;
	font-weight: bold;	
	border: 1px solid #0080a0;
}

#login_box a {
	color: #e40;
}

#header {
	padding: 0px;
	margin: 0px;
	width: 1000px;
	height: 170px;
}

#logo {
	float: left;
	padding-left: 8px;
	width: 230px;
	height: 70px;	
}

#menu {
	float: left;	
	padding-top: 10px;
	width: 550px;
	height: 20px;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	display: inline;	
	padding: 10px 10px 14px 13px;	
	background: url('img/menu_separator.gif') left no-repeat;
}

#menu ul li:first-child {
	background: none;
}

#menu ul li a {
	color: #08e;
}

#menu ul li img {
	margin-bottom: 10px;
}

#search {
	float: right;
	width: 210px;
	height: 32px;
	margin-top: 6px;	
	background: url('img/search_bg.gif') top left no-repeat;	
}

#search input.inputbox {
	padding-left: 10px;
	padding-top: 4px;	
	margin-right: 20px;
	// margin-top: -34px;
	width: 128px;
	color: #8ad;
	font-weight: bold;
	font-size: 13px;
	background: none;
	border: none;	
}

#search input.button {
	margin-top: -6px;
	width: 44px;
	height: 44px;
	background: url('img/search_button.gif') no-repeat;
	border: none;
}

#bigbanner {
	float: left;
	margin-top: 14px;
	padding-left: 10px;
	width: 728px;
	height:110px;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #30b0ff;
}

#bigbanner_old {
	float: left;
	margin-top: 14px;
	padding-left: 10px;
	width: 520px;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #30b0ff;
}


#bigbanner p {
	padding-bottom: 5px;
}

#linkek {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	padding: 12px;
	height: 90px;
	line-height: 18px;
	border: 2px dashed #4090b0;
}

#linkek a {
	color: #4090b0;
}

#linkek a:hover {
	color: #8800dd;
}

#admin_menu {
	float: left;
	margin-left: 13px;
	margin-top: 10px;
	padding: 5px;
	width: 725px;
	border: 1px solid #4090b0;
}

#admin {
	float: left;
	margin-left: 13px;
	margin-top: 10px;

	width: 735px;
	height: 500px;
	border: 1px solid #4090b0;
	overflow : auto;
}

#link_kat {
	float: left;
	padding: 5px;
	border: 1px solid #4090b0;
}

#link_content {
	float: left;
	padding: 10px;
	width: 300px;
	height:400px;
	border: 1px solid #4090b0;
}

#main_container {
	float: left;
	width: 1000px;
	margin: 0px;
	// margin-top: 46px;
	padding: 0px;
	color: #505050;
}

#leftside {
	float: left;
	width: 240px;
	padding: 0px;
	margin: 0px;
	_margin-right: -3px
}

#categories {	
	padding: 0px 10px 0px 10px;	
}

#categories ul {
	list-style-type: none;
	padding-left: 30px;
	// padding: 0px;	
}

#categories ul li {	
	width: 160px;
	padding: 8px 0px 8px 0px;
	border-top: 1px solid #6bc6f2;
}

#categories ul li:first-child {	
	border-top: none;
}

#categories ul a { 
	color: #fff;
	font-size: 13px;
	border: none;
}

#categories .nyeremeny  a { 
	color: blue;
	font-size: 14px;
	font-weight: bold;
	border: none;
}

#categories .top {
	width: 220px;
	height: 20px;
	margin-bottom: -12px;
	// margin: 0px;
	background: url('img/cat_top.gif') no-repeat;
}

#categories .middle {
	width: 220px;
	background: url('img/cat_bg.gif') repeat-y;
}

#categories .middle ul {
	//margin-left: 30px;	
}


#categories .bottom {
	width: 220px;
	height: 20px;
	margin-top: -12px;
	margin-bottom: 30px;
	background: url('img/cat_bottom.gif') no-repeat;
}

#adsense_left {
	float: left;
	width: 193px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align:center;	
}

#adsense_right {
	float: left;
	width: 220px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align:center;	
}


#content {
	float: left;	
	width: 760px;	
}

#video_row {
	width: 466px;
	height: 135px;
	background: url('img/videobox.png') no-repeat;
}

#videobox  img {
	border: 1px solid #444;
}

#videobox table .content {
	padding: 10px;
}

#videobox h3 {
	margin: 0px;
	color: #8800dd;
	font-size: 16px;
	font-weight: normal;
}

#videobox td {
	padding: 10px;
}

#cikkek {
	float: left;
	width: 730px;
	margin-bottom: 10px;
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
}

#comment_list {
	float: left;
	margin-top: 10px;
	width: 420px;	
}

#comment {	
	float: left;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 20px;
	width: 390px;	
}

#comment_guest {	
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 20px;
	width: 720px;	
}
#comment_list_guest {
	float: left;
	margin-top: 10px;
	width: 710px;	
}
#comment .moderalas {
	font-size: 11px;
}

#comment_header {
	height: 16px;
	padding: 0px;
	font-size: 11px;
	color: #46c;	
}

#comment_message_top {
	height: 6px;
	background: url('img/comment_message_top.gif') top no-repeat;
}

#comment_message {
	padding: 10px;
	background: #f0f8ff;
	border: 1px solid #a0a0d0;
	border-top: 3px solid #a0a0d0;
}

#comment_message_bottom {
	height: 6px;
	background: url('img/comment_message_bottom.gif') bottom no-repeat;
}

#kiemelt {
	float: left;
	padding: 10px;
	width: 734px;
	height: 260px;
	background: url('img/videoplayer_bg.gif') left top no-repeat;
}

#kiemelt_right {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 20px;
	color: #383838;	
}

#kiemelt_right #ertekeles {
	margin-left: 200px;
	margin-top: -20px;
	height: 20px;	
}

#kiemelt_right span.star {
	display: block;
	float: left;
	margin-right: 2px;
	width: 19px;
	height: 19px;
	background: url('img/star_empty.gif') top left;
}

#kiemelt_right span.star:hover {
	background: url('img/star_full.gif') top left;
}

#kiemelt_beagyazas {
	margin-top: 5px;
	width: 370px;
	height: 30px;
}

#kiemelt_cim {	
	width: 364px;
	height: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;	
	line-height: 24px;
	color: #0053a1;	
}

#kiemelt_data {
	margin-top: 20px;
	width: 380px;
}

#kiemelt_data h2 {
	font-size: 16px;
	font-weight: normal;	
}

#kiemelt_data img {
	margin-bottom: -4px;
	margin-right: -4px;	
}

#kiemelt_data a {
	color: #5555;
}

#jel_kiemelt{
	float: left;
	position:relative;
	margin-top: -100px;
	margin-left: 333px;
}

#jel_kiemelt img {
	border: none;
}


#site_bottom {
	float: left;
	padding: 5px;
	width: 750px;
}

#ddimagetabs {
	position: relative;
	margin-bottom: -35px;
	width: 500px;
	height: 24px;	
}

#ddimagetabs ul {
	list-style-type: none;
	//margin-bottom: 0px;
}

#ddimagetabs ul li {
	display: inline;	
	padding-right: 40px;
	color: #88d;
}

#ddimagetabs ul li:hover {
	color: #06f;
}

#sortlist {
	float: left;
	width: 480px;
	height: 840px;
	padding-bottom: 40px;
	_margin-right: -3px;
	background: url('img/sort_list_bottom.gif') bottom no-repeat;	
}

#sort0 {
	padding-top: 55px;
	width: 480px;
	height: 179px;
	background: url('img/sort_list0_top.gif') top no-repeat;	
}

#sort1 {
	padding-top: 55px;
	width: 480px;
	height: 179px;
	background: url('img/sort_list1_top.gif') top no-repeat;
}

#sort2 {
	padding-top: 55px;
	width: 480px;
	height: 179px;
	background: url('img/sort_list2_top.gif') top no-repeat;
}

#sort_bottom {
	float: left;
	width: 480px;
	height: 100px;	
}

#right_column {
	float: left;
	width: 250px;
	margin-left: 20px;
	margin-top: 24px;
	_margin-left: -3px;
}

#greybox {	
	width: 246px;
	height: 420px;
	margin-top: 10px;
	background: url('img/greybox_bg.gif') top no-repeat;
}

#greybox_content{	
	width: 230px;
	height: 420px;
	padding: 16px;
	color: #505050;
	margin-top: 10px;	
}

#greybox_content h3 {
	margin-top: 0px;
	font-size: 14px;
}

#greybox_content p {
	margin-bottom: 15px;
}

#random {
	float: left;
	margin-right: 12px;
	width: 100px;	
}

#infobox {
	//display: none;
	position: relative;
	top: 100px;
	left: 10px;
	width:220px;
	height: 50px;
	background: red;
}



#password_box {
	float: left;
	margin-top: 38px;
	margin-left: 20px;
	width: 250px;
	height: 320px;
	background: #ddd;
}

#video_list {
	float: left;
	width: 490px;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 16px;
}

#video_list .image {
	float: left;
	display: block;
	margin-left: 5px;
	padding: 10px;	
}

#video_list .data {
	float: left;
	display: block;
	padding-top: 10px;	
	color: #999; 
}

#video_list .data a {
	color: #0053a1;
}

#video_list	.video_title {
	font-size: 16px;
	font-weight: normal;
}

#video_list img {
	border: 6px solid #9fd1ff;
}

#jel {
	float: left;
	margin-top: 10px;
	margin-left: -69px;
}

#jel img {
	border: none;
}





#video {
	float: left;
	padding: 10px;
	width: 350px;
}

#video_player {
	float: left;
	margin: 6px;
	padding: 0px;
	width: 304px;
	height: 240px;	
}

#video_data {
	float: left;
	width: 320px;
	padding: 0px 20px 0px 20px;
}

#video_data h2 {
	font-size: 18px;
	font-weight: normal;
	color: #0030a0;
}

#lista {
	float: left;
	width: 330px;
	margin-top: 10px;
	padding-left: 10px;
}

#lista img {
	border: 6px solid #9fd1ff;
}

#lista ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#lista ul li {	
	width: 310px;
	margin: 0px;
	padding: 8px 20px 8px 5px;
	font-size: 13px;
	border-top: 1px dashed #def;
}

#lista ul li:fist-child {
	border: none;
}

#lista .nr {
	float: right;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #68d;
}

#navigacio {
	margin-top: 10px;
	height: 30px;
}

#navigacio ul {
	list-style: none;
}

#navigacio ul li {
	display: inline;
	padding: 6px;
	font-weight: bold;
	border: none;
}

#jel_video {
	float: left;
	position:relative;
	margin-top: -105px;
	margin-left: 73px;
}

#jel_video img {
	border: none;
}

#reg {
	width: 600px;
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
}

#reg .row {
	height: 35px;
	padding-top: 10px;
}

#reg .row_postcard {
	height: 110px;
	padding-top: 10px;
}

#reg .label {
	float: left;
	display: block;
	padding-top: 8px;
	width: 220px;
}

#reg .postcard_label {
	float: left;
	display: block;
	padding-top: 8px;
	width: 65px;
}

#reg .label select {
	float: left;
}

#reg .formw {
	float: left;
	display: block;
	width: 300px;
}

#reg .formw_input {
	float: left;
	display: block;
	width: 300px;
	height: 36px;
	background: url('img/input_bg.gif') top left no-repeat;
}

#reg .formw_input_big {
	float: left;
	display: block;
	width: 300px;
	height: 36px;
	background: url('img/input_bg_big.gif') top left no-repeat;
}


#profil.top {
	width: 220px;
	height: 20px;
	margin-bottom: 12px;
	background: url('img/cat_top.gif') no-repeat;
}

#profil .middle {
	width: 220px;
	background: url('img/cat_bg.gif') repeat-y;
}


#profil .bottom {
	width: 220px;
	height: 20px;
	margin-top: 12px;
	margin-bottom: 30px;
	background: url('img/cat_bottom.gif') no-repeat;
}




#profil {

	margin-top: 5px;
	margin-left: 240px;
	margin-bottom: 10px;
	padding: 20px;
	width: 710px;
	background: url('img/profil_top.gif') top left no-repeat;
	background: url('img/profil_left.gif') top left no-repeat;
	background: url('img/profil_right.gif') top left no-repeat;
	background: url('img/profil_bottom.gif') top left no-repeat;
}

#profil td {
	
}

#profil .formw_input {
	float: left;
	display: block;
	padding-left: 8px;
	padding-top: 6px;
	width: 300px;
	height: 28px;
	background: url('img/input_bg.gif') top left no-repeat;
	border: none;
}

#password_result, #username_result {
	float: left;
	width: 400px;
	text-align: right;
	font-size: 11px;
}

#reg .input_box {
	padding-left: 10px;
	padding-top: 8px;
	margin-right: 20px;
	width: 160px;
	color: #8ad;
	font-weight: bold;
	font-size: 13px;
	background: none;
	border: none;
}

#reg .input_box_big {
	padding-left: 10px;
	padding-top: 8px;
	margin-right: 20px;
	width: 260px;
	color: #8ad;
	font-weight: bold;
	font-size: 13px;
	background: none;
	border: none;
}

#reg_group {
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 30px;
	background: url('img/reg_bg.gif') left top no-repeat;
}

#videobox1 {
	float: left;
	padding-top:30px;
	width: 750px;
	color: #505050;
}

#videobox2 {
	float: left;
	padding: 14px;
	width: 155px;
	height: 162px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 14px;	
	text-align: center;
}

#videobox2 img {
	border: 1px solid #00b3eb;
}

#videobox2 .favorit {
	//margin-left: -80px;
	border: none;	
}

#videobox2 span.time {
	font-size: 11px;
}

#videobox2:hover {
	background: url('img/reklamok_hover.gif') left top no-repeat;
}

#videobox2 .icon {
	border: none;
}

#videobox2 a:hover {
	color: #00b3eb;
}

#videobox2 .title a {
	font-weight: bold;
	color: #0053a1;
}

#videobox2 .firm a {
	font-weight: normal;
	color: #555;
}
#jel_reklamok {
	float: left;
	position:relative;
	margin-top: -105px;
	margin-left: 88px;
}

#jel_reklamok img {
	border: none;
}
#pager_top {
	float: left;	
	width: 700px;
	height: 50px;
	text-align:center;
	font-family: arial, verdana;
	font-size: 18px;
	font-weight: bold;
}

#pager_top img {
	margin-bottom: -4px;
	margin-left: 2px;
}

#pager_bottom {
	float: left;
	padding-top: 20px;
	width: 700px;
	height: 50px;
	text-align: center;
	font-family: arial, verdana;
	font-size: 18px;
	font-weight: bold;
}

#pager_bottom img {
	margin-bottom: -4px;
	margin-left: 2px;
}

#szamlalo p {
	float: left;
	margin-top: -58px;
	margin-left: 10px;
	padding-right: 2px;
    text-align: left;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	background: #000;
	position: absolute;
	// position: relative;
}

#szamlalo2 p {
	float: left;
	margin-top: -70px;
	margin-left: 10px;
	padding-right: 2px;
    text-align: left;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	background: #000;
	position: absolute;
	// position: relative;
}

#favorit {
	float: left;
	margin-top: -73px;
	margin-left: 128px;
	position: absolute;
}


#col {
	float: left;
	margin-top: 20px;
	padding: 4px;
	width: 240px;
}

#col span.kat_nev {
	font-size: 14px;
	font-weight: bold;
}

#col ul {
	list-style-type: none;
	padding-left: 10px;
}

#ceglista {
	float: left;
	
}

#cegadat {
	float: left;
	width: 730px;
	margin-bottom: 10px;
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
}
#jatek {
	float: left;
	width: 730px;
	height: 100px;
	margin-bottom: 10px;
	padding: 10px;
	color: #505050;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
}

#faq {
	float: left;
	width: 730px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	color: #505050;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
}

#guest {
	float: left;
	width: 730px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	color: #505050;	
}

#kapcsolat {
	float: left;
	width: 730px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	color: #505050;
	background: #f0f0f0;
	border: 1px solid #d0d0d0;
}

#partners{	
	float: left;
	width: 364px;
	height: 26px;
	font-size: 18px;
	font-weight: bold;	
	line-height: 24px;
	color: #0053a1;	
}

#postcard {
	margin-left: auto;
	margin-right: auto;	
	width: 340px;
	height: 640px;
	padding: 30px;
	padding-top: 10px;
	color: #fff;
	background: url('img/postcard_bg.gif');
}

#postcard a {
	color: #402080;
}

#postcard_top {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 400px;
	height: 20px;
	background: url('img/postcard_top_bg.gif') top no-repeat;
}

#postcard_bottom {
	margin-left: auto;
	margin-right: auto;	
	width: 400px;
	height: 20px;
	background: url('img/postcard_bottom_bg.gif') top no-repeat;
}

#video_border {
	width: 332px;
	height: 252px;	
	background: #2b86b2;
}

#postcard_film {
	height: 350px;	
}

#postcard_film a {
	color: #402080;
}

/*****************/
/*    FOOTER     */
/*****************/
#footer {
	clear: both;
	margin-left: 12px;
	margin-top: 40px;
	padding-left: 20px;
	padding-top: 30px;
	width: 960px;
	height: 60px;
	color: #505050;
	background: #eefeff;
	border-top: 2px solid #00b3eb;
}

#footer_banner {
	margin-left: 450px;
	margin-top: -30px;
}

.plain  {
	height:20px; vertical-align:middle;
}


/****************/    
/*    WERKLIST    */
/****************/

#werklist {
	float:left;
	width:750px;
}

#werklist_video {
	width:auto;
	height:300px;	
}
#werklist_video_film {
	float:left;
}

#werklist_video_szoveg {
	float: left;
	width:230px;
}

#werklist_szoveg {
	float: left;
	width:750px;
}